Hello community, here is the log from the commit of package kdevelop4-plugins for openSUSE:Factory checked in at 2015-03-05 15:41:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdevelop4-plugins (Old) and /work/SRC/openSUSE:Factory/.kdevelop4-plugins.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop4-plugins" Changes: -------- --- /work/SRC/openSUSE:Factory/kdevelop4-plugins/kdevelop4-plugins.changes 2014-09-03 08:30:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdevelop4-plugins.new/kdevelop4-plugins.changes 2015-03-05 18:16:44.000000000 +0100 @@ -1,0 +2,8 @@ +Wed Feb 11 06:24:49 UTC 2015 - [email protected] + +- Update to 1.7.1 + * No upstream changelog available + * Bugfix release +- Bump libkdevplatform-devel BuildRequires to 1.7.1 + +------------------------------------------------------------------- Old: ---- kdevelop-php-1.7.0.tar.xz kdevelop-php-docs-1.7.0.tar.xz New: ---- kdevelop-php-1.7.1.tar.xz kdevelop-php-docs-1.7.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdevelop4-plugins.spec ++++++ --- /var/tmp/diff_new_pack.MXA2ur/_old 2015-03-05 18:16:45.000000000 +0100 +++ /var/tmp/diff_new_pack.MXA2ur/_new 2015-03-05 18:16:45.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kdevelop4-plugins # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ Name: kdevelop4-plugins -Version: 1.7.0 +Version: 1.7.1 Release: 0 -%define kdevelop_version 4.7.0 +%define kdevelop_version 4.7.1 Summary: Additional plugins for KDevelop4 Integrated Development Environment License: GPL-2.0+ Group: Development/Tools/IDE @@ -31,7 +31,7 @@ BuildRequires: kdevelop4-devel BuildRequires: kdevelop4-pg-qt BuildRequires: libkde4-devel -BuildRequires: libkdevplatform-devel >= 1.7.0 +BuildRequires: libkdevplatform-devel >= 1.7.1 BuildRoot: %{_tmppath}/%{name}-%{version}-build %kde4_runtime_requires ++++++ add-php-docs.diff ++++++ --- /var/tmp/diff_new_pack.MXA2ur/_old 2015-03-05 18:16:45.000000000 +0100 +++ /var/tmp/diff_new_pack.MXA2ur/_new 2015-03-05 18:16:45.000000000 +0100 @@ -6,7 +6,7 @@ add_subdirectory(duchain) add_subdirectory(completion) add_subdirectory(testprovider) -+add_subdirectory(kdevelop-php-docs-1.7.0) ++add_subdirectory(kdevelop-php-docs-1.7.1) set(kdevphplanguagesupport_PART_SRCS phplanguagesupport.cpp ++++++ kdevelop-php-1.7.0.tar.xz -> kdevelop-php-1.7.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/CHANGELOG.1.7.0 new/kdevelop-php-1.7.1/CHANGELOG.1.7.0 --- old/kdevelop-php-1.7.0/CHANGELOG.1.7.0 2014-08-26 22:00:21.000000000 +0200 +++ new/kdevelop-php-1.7.1/CHANGELOG.1.7.0 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -ChangeLog for kdev-php v1.7.0 -============================= - -* Milian Wolff: Long live KDevelop-PHP 1.7.0 -* Heinz Wiesinger: Create better translatable strings for trait use popups. -* Kevin Funk: Fix possible crash diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/CHANGELOG.1.7.1 new/kdevelop-php-1.7.1/CHANGELOG.1.7.1 --- old/kdevelop-php-1.7.0/CHANGELOG.1.7.1 1970-01-01 01:00:00.000000000 +0100 +++ new/kdevelop-php-1.7.1/CHANGELOG.1.7.1 2015-02-02 15:24:01.000000000 +0100 @@ -0,0 +1,6 @@ +ChangeLog for kdev-php v1.7.1 +============================= + +* Milian Wolff: Prepare release of 1.7.1 +* Milian Wolff: Don't crash on non-existing function body of closure statements. +* Milian Wolff: Do not crash on invalid declaration. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/CMakeLists.txt new/kdevelop-php-1.7.1/CMakeLists.txt --- old/kdevelop-php-1.7.0/CMakeLists.txt 2014-08-26 22:03:38.000000000 +0200 +++ new/kdevelop-php-1.7.1/CMakeLists.txt 2015-02-02 15:26:27.000000000 +0100 @@ -4,7 +4,7 @@ set(KDEVPHP_VERSION_MAJOR 1) set(KDEVPHP_VERSION_MINOR 7) -set(KDEVPHP_VERSION_PATCH 0) +set(KDEVPHP_VERSION_PATCH 1) # KDevplatform dependency version set( KDEVPLATFORM_VERSION "1.${KDEVPHP_VERSION_MINOR}.${KDEVPHP_VERSION_PATCH}" ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/completion/context.cpp new/kdevelop-php-1.7.1/completion/context.cpp --- old/kdevelop-php-1.7.0/completion/context.cpp 2014-08-26 22:00:20.000000000 +0200 +++ new/kdevelop-php-1.7.1/completion/context.cpp 2015-02-02 15:24:01.000000000 +0100 @@ -1640,7 +1640,7 @@ inline bool CodeCompletionContext::isValidCompletionItem(Declaration* dec) { - if ( dec->range().isEmpty() ) { + if ( !dec || dec->range().isEmpty() ) { // hack for included files return false; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/duchain/expressionvisitor.cpp new/kdevelop-php-1.7.1/duchain/expressionvisitor.cpp --- old/kdevelop-php-1.7.0/duchain/expressionvisitor.cpp 2014-08-26 22:00:21.000000000 +0200 +++ new/kdevelop-php-1.7.1/duchain/expressionvisitor.cpp 2015-02-02 15:24:01.000000000 +0100 @@ -212,7 +212,9 @@ { FunctionType* closureType = new FunctionType; m_result.setType(AbstractType::Ptr(new IntegralType(IntegralType::TypeVoid))); - visitInnerStatementList(node->functionBody); + if (node->functionBody) { + visitInnerStatementList(node->functionBody); + } closureType->setReturnType(m_result.type()); if (node->parameters->parametersSequence) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/po/CMakeLists.txt new/kdevelop-php-1.7.1/po/CMakeLists.txt --- old/kdevelop-php-1.7.0/po/CMakeLists.txt 2014-08-26 22:03:38.000000000 +0200 +++ new/kdevelop-php-1.7.1/po/CMakeLists.txt 2015-02-02 15:26:27.000000000 +0100 @@ -11,28 +11,29 @@ if (NOT GETTEXT_MSGFMT_EXECUTABLE) MESSAGE(FATAL_ERROR "Please install msgmerge binary") endif (NOT GETTEXT_MSGFMT_EXECUTABLE) -add_subdirectory(zh_CN) -add_subdirectory(pl) -add_subdirectory(pt_BR) -add_subdirectory(bs) -add_subdirectory(nl) +add_subdirectory(fi) +add_subdirectory(gl) +add_subdirectory(en_GB) add_subdirectory(es) -add_subdirectory(pt) -add_subdirectory(sk) -add_subdirectory(zh_TW) add_subdirectory(et) +add_subdirectory(bs) +add_subdirectory(pt) add_subdirectory(it) -add_subdirectory(gl) -add_subdirectory(ru) -add_subdirectory(kk) -add_subdirectory(sl) +add_subdirectory(pt_BR) +add_subdirectory(zh_TW) add_subdirectory(ca) -add_subdirectory(sv) add_subdirectory(de) -add_subdirectory(uk) -add_subdirectory(fr) add_subdirectory(ca@valencia) +add_subdirectory(pl) +add_subdirectory(sk) +add_subdirectory(uk) +add_subdirectory(kk) +add_subdirectory(sl) +add_subdirectory(zh_CN) +add_subdirectory(tr) add_subdirectory(da) -add_subdirectory(fi) -add_subdirectory(en_GB) +add_subdirectory(sv) add_subdirectory(el) +add_subdirectory(nl) +add_subdirectory(ru) +add_subdirectory(fr) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/po/ca/kdevphp.po new/kdevelop-php-1.7.1/po/ca/kdevphp.po --- old/kdevelop-php-1.7.0/po/ca/kdevphp.po 2014-08-26 22:00:44.000000000 +0200 +++ new/kdevelop-php-1.7.1/po/ca/kdevphp.po 2015-02-02 15:24:16.000000000 +0100 @@ -6,14 +6,14 @@ # Manuel Tortosa <[email protected]>, 2009, 2010. # Manuel Tortosa Moreno <[email protected]>, 2010. # Josep Ma. Ferrer <[email protected]>, 2010, 2012, 2013, 2014. -# Antoni Bella Pérez <[email protected]>, 2013, 2014. +# Antoni Bella Pérez <[email protected]>, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-07-14 01:15+0000\n" "PO-Revision-Date: 2014-07-14 20:19+0200\n" -"Last-Translator: Antoni Bella Pérez <[email protected]>\n" +"Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -22,7 +22,6 @@ "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Language: ca_ES\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/po/de/kdevphp.po new/kdevelop-php-1.7.1/po/de/kdevphp.po --- old/kdevelop-php-1.7.0/po/de/kdevphp.po 2014-08-26 22:00:58.000000000 +0200 +++ new/kdevelop-php-1.7.1/po/de/kdevphp.po 2015-02-02 15:24:25.000000000 +0100 @@ -1,4 +1,4 @@ -# Burkhard Lück <[email protected]>, 2009, 2013. +# Burkhard Lück <[email protected]>, 2009, 2013, 2014. # Rolf Eike Beer <[email protected]>, 2009. # Frederik Schwarzer <[email protected]>, 2010, 2014. # Gerhard Stengel <[email protected]>, 2010, 2012. @@ -7,8 +7,8 @@ "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-07-14 01:15+0000\n" -"PO-Revision-Date: 2014-07-12 10:12+0200\n" -"Last-Translator: Frederik Schwarzer <[email protected]>\n" +"PO-Revision-Date: 2014-10-19 21:10+0200\n" +"Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" "MIME-Version: 1.0\n" @@ -198,7 +198,7 @@ #: duchain/navigation/declarationnavigationcontext.cpp:139 #, kde-format msgid "Use of %1 from %2<br />" -msgstr "" +msgstr "Vorkommen von %1 in %2 <br />" #: duchain/navigation/declarationnavigationcontext.cpp:149 msgid "Broken member alias trait." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/po/fi/kdevphp.po new/kdevelop-php-1.7.1/po/fi/kdevphp.po --- old/kdevelop-php-1.7.0/po/fi/kdevphp.po 2014-08-26 22:01:14.000000000 +0200 +++ new/kdevelop-php-1.7.1/po/fi/kdevphp.po 2015-02-02 15:24:37.000000000 +0100 @@ -10,7 +10,7 @@ "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-07-14 01:15+0000\n" -"PO-Revision-Date: 2014-06-28 16:25+0300\n" +"PO-Revision-Date: 2014-11-08 01:02+0200\n" "Last-Translator: Lasse Liehu <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\n" @@ -166,7 +166,7 @@ #, kde-format msgid "The use statement with non-compound name '%1' has no effect." msgstr "" -"Ei-yhdistetyllä nimellä ’%1’ varustetulla use-lauseella ei ole vaikutusta." +"Ei-yhdistetyllä nimellä ”%1” varustetulla use-lauseella ei ole vaikutusta." #: duchain/builders/declarationbuilder.cpp:1395 #, kde-format @@ -193,7 +193,7 @@ #: duchain/navigation/declarationnavigationcontext.cpp:139 #, kde-format msgid "Use of %1 from %2<br />" -msgstr "" +msgstr "%1 käyttö kohteessa %2<br />" #: duchain/navigation/declarationnavigationcontext.cpp:149 msgid "Broken member alias trait." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/po/it/kdevphp.po new/kdevelop-php-1.7.1/po/it/kdevphp.po --- old/kdevelop-php-1.7.0/po/it/kdevphp.po 2014-08-26 22:01:46.000000000 +0200 +++ new/kdevelop-php-1.7.1/po/it/kdevphp.po 2015-02-02 15:25:04.000000000 +0100 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the kdevphp package. # -# Simone Solinas <[email protected]>, 2009, 2010, 2012, 2013. +# Simone Solinas <[email protected]>, 2009, 2010, 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-07-14 01:15+0000\n" -"PO-Revision-Date: 2013-10-27 16:34+0100\n" +"PO-Revision-Date: 2014-12-09 22:02+0000\n" "Last-Translator: Simone Solinas <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -92,6 +92,8 @@ "Trait method %1 has not been applied, because there are collisions with " "other trait methods on %2" msgstr "" +"Il metodo trait %1 non è stato applicato, perché ci sono collisioni con " +"altri metodi trait su %2" #: duchain/builders/declarationbuilder.cpp:583 #, kde-format @@ -116,11 +118,11 @@ #: duchain/builders/declarationbuilder.cpp:715 msgid "Cannot use 'final' as method modifier" -msgstr "" +msgstr "Impossibile usare «final» come modificatore del metodo" #: duchain/builders/declarationbuilder.cpp:718 msgid "Cannot use 'static' as method modifier" -msgstr "" +msgstr "Impossibile usare «static» come modificatore del metodo" #: duchain/builders/declarationbuilder.cpp:766 msgid "Default value for parameters with a class type hint can only be NULL." @@ -144,6 +146,9 @@ "be incompatible, to improve maintainability consider using accessor methods " "in traits instead." msgstr "" +"%1 e %2 definiscono la stessa proprietà (%3) nella composizione di %1. " +"Questo potrebbe essere incompatibile, per migliorare la manutenibilità " +"considera invece l'uso dei metodi trait." #: duchain/builders/declarationbuilder.cpp:887 #, kde-format @@ -162,7 +167,7 @@ #: duchain/builders/declarationbuilder.cpp:1395 #, kde-format msgid "Cannot use '%1' as '%2' because the name is already in use." -msgstr "" +msgstr "Impossibile usare «%1» come «%2» perché il nome è già in uso." #: duchain/builders/usebuilder.cpp:202 #, kde-format @@ -178,17 +183,17 @@ #: duchain/declarations/traitmethodaliasdeclaration.cpp:101 #, kde-format msgid "Lost trait alias %1" -msgstr "" +msgstr "Alias %1 per il trait perduto" #: duchain/navigation/declarationnavigationcontext.cpp:126 #: duchain/navigation/declarationnavigationcontext.cpp:139 #, kde-format msgid "Use of %1 from %2<br />" -msgstr "" +msgstr "Uso di %1 da %2<br />" #: duchain/navigation/declarationnavigationcontext.cpp:149 msgid "Broken member alias trait." -msgstr "" +msgstr "Membro alias trait danneggiato." #: duchain/navigation/declarationnavigationcontext.cpp:164 msgid "PHP internal" @@ -283,6 +288,4 @@ #: testprovider/phpunitrunjob.cpp:83 msgid "PHPUnit" -msgstr "PHPUnit" - -#, fuzzy \ No newline at end of file +msgstr "PHPUnit" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/po/tr/CMakeLists.txt new/kdevelop-php-1.7.1/po/tr/CMakeLists.txt --- old/kdevelop-php-1.7.0/po/tr/CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/kdevelop-php-1.7.1/po/tr/CMakeLists.txt 2015-02-02 15:26:09.000000000 +0100 @@ -0,0 +1,2 @@ +file(GLOB _po_files *.po) +GETTEXT_PROCESS_PO_FILES(tr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-1.7.0/po/tr/kdevphp.po new/kdevelop-php-1.7.1/po/tr/kdevphp.po --- old/kdevelop-php-1.7.0/po/tr/kdevphp.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kdevelop-php-1.7.1/po/tr/kdevphp.po 2015-02-02 15:26:09.000000000 +0100 @@ -0,0 +1,291 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Serdar Soytetir <[email protected]>, 2009, 2011. +# Kaan Ozdincer <[email protected]>, 2014. +msgid "" +msgstr "" +"Project-Id-Version: kdevphp\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2014-07-14 01:15+0000\n" +"PO-Revision-Date: 2014-12-28 23:56+0000\n" +"Last-Translator: Necdet <[email protected]>\n" +"Language-Team: Turkish <[email protected]>\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 1.4\n" + +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Serdar Soytetir" + +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "[email protected]" + +#: completion/implementationitem.cpp:71 +msgid "Override" +msgstr "Üzerine Yaz" + +#: completion/implementationitem.cpp:74 +msgid "Implement" +msgstr "Gerçekleştir" + +#: completion/implementationitem.cpp:86 +#, kde-format +msgid "From %1" +msgstr "%1 Ögesinden" + +#: duchain/builders/contextbuilder.cpp:408 +#, kde-format +msgid "Circular inheritance of %1 and %2" +msgstr "%1 ve %2 için dairesel miras" + +#: duchain/builders/declarationbuilder.cpp:327 +#, kde-format +msgid "Access type for interface method %1 must be omitted." +msgstr "%1 arayüz metodu için erşim tipi ihmal edilmelidir." + +#: duchain/builders/declarationbuilder.cpp:331 +#, kde-format +msgid "Interface function %1 cannot contain body." +msgstr "Arayüz fonksiyonu %1 gövde içermiyor." + +#: duchain/builders/declarationbuilder.cpp:343 +#, kde-format +msgid "" +"Class %1 contains abstract method %2 and must therefore be declared abstract " +"or implement the method." +msgstr "" +"Sınıf %1 soyut metod %2 içerdiğinden soyut olarak tanımlanmalı ya da metodu " +"gerçekleştirmeli." + +#: duchain/builders/declarationbuilder.cpp:349 +#, kde-format +msgid "Abstract function %1 cannot contain body." +msgstr "%1 soyut fonksiyonunun içeriği olamaz." + +#: duchain/builders/declarationbuilder.cpp:352 +msgid "Cannot use the final modifier on an abstract class member." +msgstr "Soyut sınıf üyesinde final belirteci kullanılamaz." + +#: duchain/builders/declarationbuilder.cpp:362 +#, kde-format +msgid "Non-abstract method %1 must contain body." +msgstr "Soyut olmayan %1 metodunun bir içeriği olmalı." + +#: duchain/builders/declarationbuilder.cpp:380 +msgid "Properties cannot be declared final." +msgstr "Özellikler sonda belirtilemez." + +#: duchain/builders/declarationbuilder.cpp:383 +msgid "Properties cannot be declared abstract." +msgstr "Özellikler soyut olarak bildirilemez." + +#: duchain/builders/declarationbuilder.cpp:429 +#, kde-format +msgid "" +"Trait method %1 has not been applied, because there are collisions with " +"other trait methods on %2" +msgstr "" +"%2 deki diğer trait metodlarla çakışmalar olduğundan trait metod %1 " +"uygulanmadı" + +#: duchain/builders/declarationbuilder.cpp:583 +#, kde-format +msgid "Cannot redeclare private property %1 from this context." +msgstr "Private özellik %1 bu içerikten tekrar bildirilemez." + +#: duchain/builders/declarationbuilder.cpp:589 +#, kde-format +msgid "Cannot redeclare protected property %1 from this context." +msgstr "Protected özellik %1 bu içerikten tekrar bildirilemez." + +#: duchain/builders/declarationbuilder.cpp:622 +msgid "Traits cannot have constants." +msgstr "Trait'lerin constant'ları olamaz." + +#: duchain/builders/declarationbuilder.cpp:663 +msgid "" +"Only booleans, ints, floats and strings are allowed for class constants." +msgstr "" +"Sadece boolean, int, float ve string'lere sınıf constant'ları için izin " +"verilir." + +#: duchain/builders/declarationbuilder.cpp:715 +msgid "Cannot use 'final' as method modifier" +msgstr "Metod değiştirici olarak 'final' kullanılamaz" + +#: duchain/builders/declarationbuilder.cpp:718 +msgid "Cannot use 'static' as method modifier" +msgstr "Metod değiştirici olarak 'static' kullanılamaz" + +#: duchain/builders/declarationbuilder.cpp:766 +msgid "Default value for parameters with a class type hint can only be NULL." +msgstr "" +"Sınıf tipi işareti olan özelliklerin ön tanımlı değeri sadece NULL olabilir." + +#: duchain/builders/declarationbuilder.cpp:769 +msgid "Following parameters must have a default value assigned." +msgstr "Aşağıdaki parametrelerin mutlaka varsayılan değerleri olmalıdır." + +#: duchain/builders/declarationbuilder.cpp:876 +#, kde-format +msgid "Cannot redeclare PHP internal %1." +msgstr "PHP bütünleşiği %1 yeniden tanımlanamaz." + +#: duchain/builders/declarationbuilder.cpp:879 +#, kde-format +msgid "" +"%1 and %2 define the same property (%3) in the composition of %1. This might " +"be incompatible, to improve maintainability consider using accessor methods " +"in traits instead." +msgstr "" +"%1 ve %2 %1'in bileşiminde aynı özelliği (%3) tanımlar. Bu uyumsuz olabilir, " +"sürdürülebilirliği geliştirmek için trait'lerde accessor metodlar kullanmayı " +"düşünün." + +#: duchain/builders/declarationbuilder.cpp:887 +#, kde-format +msgid "Cannot redeclare %1, already declared in %2 on line %3." +msgstr "%1 yeniden belirtilemez, zaten %2 içinde %3 satırında belirtilmiş." + +#: duchain/builders/declarationbuilder.cpp:933 +msgid "Cannot re-assign $this." +msgstr "$this yeniden atanamadı." + +#: duchain/builders/declarationbuilder.cpp:1371 +#, kde-format +msgid "The use statement with non-compound name '%1' has no effect." +msgstr "Bileşik olmayan '%1' isimli use ifadesinin bir etkisi yoktur." + +#: duchain/builders/declarationbuilder.cpp:1395 +#, kde-format +msgid "Cannot use '%1' as '%2' because the name is already in use." +msgstr "'%1' ismi zaten kullanıldığından '%2' olarak kullanılamaz." + +#: duchain/builders/usebuilder.cpp:202 +#, kde-format +msgid "Usage of %1 is deprecated." +msgstr "%1 kullanımı önerilmemektedir." + +#: duchain/builders/usebuilder.cpp:204 +#, kde-format +msgid "Declaration not found: %1" +msgstr "Bildirim bulunamadı: %1" + +#: duchain/declarations/traitmemberaliasdeclaration.cpp:68 +#: duchain/declarations/traitmethodaliasdeclaration.cpp:101 +#, kde-format +msgid "Lost trait alias %1" +msgstr "Trait takma ismi %1 kaybedildi" + +#: duchain/navigation/declarationnavigationcontext.cpp:126 +#: duchain/navigation/declarationnavigationcontext.cpp:139 +#, kde-format +msgid "Use of %1 from %2<br />" +msgstr "%1'in %2'den kullanımı<br />" + +#: duchain/navigation/declarationnavigationcontext.cpp:149 +msgid "Broken member alias trait." +msgstr "Bozuk üye takma adlı trait." + +#: duchain/navigation/declarationnavigationcontext.cpp:164 +msgid "PHP internal" +msgstr "PHP bütünleşik ögesi" + +#: duchain/navigation/declarationnavigationcontext.cpp:174 +msgctxt "kind of a php-constant, as shown in the declaration tooltip" +msgid "Constant" +msgstr "Sabit" + +#: duchain/navigation/magicconstantnavigationcontext.cpp:61 +msgid "magic constant" +msgstr "sihirli sabit" + +#: duchain/navigation/magicconstantnavigationcontext.cpp:76 +msgid "empty (not inside a class)" +msgstr "boş (bir sınıf içerisinde değil)" + +#: duchain/navigation/magicconstantnavigationcontext.cpp:95 +msgid "empty (not inside a method)" +msgstr "boş (bir metot - method içerisinde değil)" + +#: duchain/navigation/magicconstantnavigationcontext.cpp:105 +msgid "empty (not inside a function)" +msgstr "boş (bir fonksiyon içerisinde değil)" + +#: duchain/navigation/magicconstantnavigationcontext.cpp:114 +msgid "empty (not inside a namespace)" +msgstr "boş (bir isimlendirme uzayı - namespace içerisinde değil)" + +#: duchain/navigation/magicconstantnavigationcontext.cpp:118 +#, kde-format +msgid "current value: %1" +msgstr "güncel değer: %1" + +#: parser/main.cpp:41 +msgid "php-parser" +msgstr "php-ayrıştırıcı" + +#: parser/main.cpp:42 +msgid "KDevelop PHP parser debugging utility" +msgstr "KDevelop PHP ayrıştırıcısı hata ayıklama aracı" + +#: parser/main.cpp:43 +msgid "(c) 2008 Niko Sams, 2009 Milian Wolff" +msgstr "(c) 2008 Niko Sams, 2009 Milian Wolff" + +#: parser/parsesession.cpp:73 +#, kde-format +msgid "Could not open file '%1'" +msgstr "'%1' dosyası açılamadı" + +#: parser/parsesession.cpp:76 +msgid "File could not be read from." +msgstr "Dosya okunamadı." + +#: parser/parsesession.cpp:79 +msgid "File could not be opened." +msgstr "Dosya açılamadı." + +#: parser/parsesession.cpp:82 +msgid "File permissions prevent opening for read." +msgstr "Dosya izinleri okumak için açmaya izin vermiyor." + +#: phplanguagesupport.cpp:65 +msgid "PHP Support" +msgstr "PHP Desteği" + +#: phplanguagesupport.cpp:66 +msgid "Support for PHP Language" +msgstr "PHP dili için destek" + +#: phplanguagesupport.cpp:67 +msgid "Milian Wolff" +msgstr "Milian Wolff" + +#: phplanguagesupport.cpp:67 phplanguagesupport.cpp:68 +msgid "Author" +msgstr "Yazar" + +#: phplanguagesupport.cpp:68 +msgid "Niko Sams" +msgstr "Niko Sams" + +#: testprovider/phpunitprovider.cpp:47 +msgid "PHPUnit Integration" +msgstr "PHPUnit Bütünleşmesi" + +#: testprovider/phpunitprovider.cpp:47 +msgid "Finds and runs PHPUnit tests" +msgstr "PHPUnit testlerini bulur ve çalıştırır" + +#: testprovider/phpunitrunjob.cpp:83 +msgid "PHPUnit" +msgstr "PHPUnit" + +#, fuzzy \ No newline at end of file ++++++ kdevelop-php-docs-1.7.0.tar.xz -> kdevelop-php-docs-1.7.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.7.0/CHANGELOG.1.7.0 new/kdevelop-php-docs-1.7.1/CHANGELOG.1.7.0 --- old/kdevelop-php-docs-1.7.0/CHANGELOG.1.7.0 2014-08-26 22:03:44.000000000 +0200 +++ new/kdevelop-php-docs-1.7.1/CHANGELOG.1.7.0 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -ChangeLog for kdev-php-docs v1.7.0 -================================== - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.7.0/CHANGELOG.1.7.1 new/kdevelop-php-docs-1.7.1/CHANGELOG.1.7.1 --- old/kdevelop-php-docs-1.7.0/CHANGELOG.1.7.1 1970-01-01 01:00:00.000000000 +0100 +++ new/kdevelop-php-docs-1.7.1/CHANGELOG.1.7.1 2015-02-02 15:26:31.000000000 +0100 @@ -0,0 +1,4 @@ +ChangeLog for kdev-php-docs v1.7.1 +================================== + +* Milian Wolff: Prepare release of 1.7.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.7.0/CMakeLists.txt new/kdevelop-php-docs-1.7.1/CMakeLists.txt --- old/kdevelop-php-docs-1.7.0/CMakeLists.txt 2014-08-26 22:07:02.000000000 +0200 +++ new/kdevelop-php-docs-1.7.1/CMakeLists.txt 2015-02-02 15:28:46.000000000 +0100 @@ -4,7 +4,7 @@ set(KDEVPHPDOCS_VERSION_MAJOR 1) set(KDEVPHPDOCS_VERSION_MINOR 7) -set(KDEVPHPDOCS_VERSION_PATCH 0) +set(KDEVPHPDOCS_VERSION_PATCH 1) # KDevplatform dependency version set( KDEVPLATFORM_VERSION "${KDEVPHPDOCS_VERSION_MAJOR}.${KDEVPHPDOCS_VERSION_MINOR}.${KDEVPHPDOCS_VERSION_PATCH}" ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.7.0/po/CMakeLists.txt new/kdevelop-php-docs-1.7.1/po/CMakeLists.txt --- old/kdevelop-php-docs-1.7.0/po/CMakeLists.txt 2014-08-26 22:07:02.000000000 +0200 +++ new/kdevelop-php-docs-1.7.1/po/CMakeLists.txt 2015-02-02 15:28:46.000000000 +0100 @@ -11,32 +11,32 @@ if (NOT GETTEXT_MSGFMT_EXECUTABLE) MESSAGE(FATAL_ERROR "Please install msgmerge binary") endif (NOT GETTEXT_MSGFMT_EXECUTABLE) -add_subdirectory(nds) -add_subdirectory(tr) -add_subdirectory(zh_CN) -add_subdirectory(pl) -add_subdirectory(pt_BR) -add_subdirectory(bs) -add_subdirectory(nl) +add_subdirectory(fi) +add_subdirectory(gl) +add_subdirectory(en_GB) add_subdirectory(es) -add_subdirectory(pt) -add_subdirectory(sk) -add_subdirectory(zh_TW) add_subdirectory(et) +add_subdirectory(bs) +add_subdirectory(pt) add_subdirectory(it) -add_subdirectory(gl) -add_subdirectory(ru) -add_subdirectory(kk) -add_subdirectory(sl) +add_subdirectory(pt_BR) +add_subdirectory(zh_TW) add_subdirectory(ca) -add_subdirectory(sv) -add_subdirectory(de) -add_subdirectory(uk) -add_subdirectory(fr) -add_subdirectory(nb) add_subdirectory(hu) +add_subdirectory(nds) +add_subdirectory(nb) +add_subdirectory(de) add_subdirectory(ca@valencia) +add_subdirectory(pl) +add_subdirectory(sk) +add_subdirectory(uk) +add_subdirectory(kk) +add_subdirectory(sl) +add_subdirectory(zh_CN) +add_subdirectory(tr) add_subdirectory(da) -add_subdirectory(fi) -add_subdirectory(en_GB) +add_subdirectory(sv) add_subdirectory(el) +add_subdirectory(nl) +add_subdirectory(ru) +add_subdirectory(fr) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.7.0/po/it/kdevphpdocs.po new/kdevelop-php-docs-1.7.1/po/it/kdevphpdocs.po --- old/kdevelop-php-docs-1.7.0/po/it/kdevphpdocs.po 2014-08-26 22:05:10.000000000 +0200 +++ new/kdevelop-php-docs-1.7.1/po/it/kdevphpdocs.po 2015-02-02 15:27:32.000000000 +0100 @@ -14,7 +14,6 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.1\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.7.0/po/nb/kdevphpdocs.po new/kdevelop-php-docs-1.7.1/po/nb/kdevphpdocs.po --- old/kdevelop-php-docs-1.7.0/po/nb/kdevphpdocs.po 2014-08-26 22:05:42.000000000 +0200 +++ new/kdevelop-php-docs-1.7.1/po/nb/kdevphpdocs.po 2015-02-02 15:27:54.000000000 +0100 @@ -37,24 +37,23 @@ msgid "" "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/" "REC-html40/strict.dtd\">\n" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" -"css\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" +"\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'DejaVu Sans'; font-size:8pt; font-" "weight:400; font-style:normal;\">\n" "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-" "right:0px; -qt-block-indent:0; text-indent:0px;\">By default the online <a " -"href=\"http://php.net\"><span style=\" text-decoration: underline; " -"color:#0000ff;\">PHP documentation</span></a> is used remotely. " -"Alternatively you can set the location to a local copy of the documentation " -"in the language of your choice. Make sure you downloaded the <span style=\" " -"font-style:italic;\">\"HTML format, many files\"</span> package.</p></body></" -"html>" +"href=\"http://php.net\"><span style=\" text-decoration: underline; color:" +"#0000ff;\">PHP documentation</span></a> is used remotely. Alternatively you " +"can set the location to a local copy of the documentation in the language of " +"your choice. Make sure you downloaded the <span style=\" font-style:italic;" +"\">\"HTML format, many files\"</span> package.</p></body></html>" msgstr "" "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/" "REC-html40/strict.dtd\">\n" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" -"css\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" +"\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'DejaVu Sans'; font-size:8pt; font-" "weight:400; font-style:normal;\">\n" @@ -63,8 +62,8 @@ "nettutgaven av <a href=\"http://php.net\"><span style=\" text-decoration: " "underline; color:#0000ff;\">PHP-dokumentasjonen</span></a> brukt. Ellers kan " "du oppgi adressen til en lokal utgave av dokumentasjonen på det språket du " -"vil. Pass på at du lastet ned pakka <span style=\" font-style:italic;" -"\">\"HTML format, mange filer\"</span> package.</p></body></html>" +"vil. Pass på at du lastet ned pakka <span style=\" font-style:italic;\">" +"\"HTML format, mange filer\"</span> package.</p></body></html>" #. i18n: ectx: property (text), widget (QLabel, PhpDocLocationLabel) #: phpdocsconfig.ui:54 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.7.0/po/tr/kdevphpdocs.po new/kdevelop-php-docs-1.7.1/po/tr/kdevphpdocs.po --- old/kdevelop-php-docs-1.7.0/po/tr/kdevphpdocs.po 2014-08-26 22:06:40.000000000 +0200 +++ new/kdevelop-php-docs-1.7.1/po/tr/kdevphpdocs.po 2015-02-02 15:28:32.000000000 +0100 @@ -2,20 +2,21 @@ # This file is distributed under the same license as the PACKAGE package. # # Serdar Soytetir <[email protected]>, 2010, 2011. +# Kaan Ozdincer <[email protected]>, 2014. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2012-07-24 21:11+0200\n" -"PO-Revision-Date: 2011-06-11 00:00+0300\n" -"Last-Translator: Serdar Soytetir\n" +"PO-Revision-Date: 2014-12-29 00:02+0000\n" +"Last-Translator: Necdet <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 1.4\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -48,6 +49,20 @@ "your choice. Make sure you downloaded the <span style=\" font-style:italic;" "\">\"HTML format, many files\"</span> package.</p></body></html>" msgstr "" +"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/" +"REC-html40/strict.dtd\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" +"\">\n" +"p, li { white-space: pre-wrap; }\n" +"</style></head><body style=\" font-family:'DejaVu Sans'; font-size:8pt; font-" +"weight:400; font-style:normal;\">\n" +"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-" +"right:0px; -qt-block-indent:0; text-indent:0px;\">Varsayılan olarak çevirim " +"içi <a href=\"http://php.net\"><span style=\" text-decoration: underline; " +"color:#0000ff;\">PHP belgelendirmesi</span></a> kullanılmaktadır. Alternatif " +"olarak seçtiğiniz dildeki yerel kopyanızın yolunu da ayarlayabilirsiniz. " +"Bunun için <span style=\" font-style:italic;\">\"HTML biçimi, çok sayfalı\"</" +"span> paketini indirdiğinizden emin olun.</p></body></html>" #. i18n: ectx: property (text), widget (QLabel, PhpDocLocationLabel) #: phpdocsconfig.ui:54 @@ -91,6 +106,9 @@ "contains the\n" " PHP documentation in HTML format with many files." msgstr "" +"Kullanılacak PHP belgelendirmesinin konumu. İsterseniz http://php.net gibi\n" +" uzak bir konumu veya çok sayfalı HTML biçimindeki yerel\n" +" PHP belgelendirme dizinini kullanabilirsiniz." #. i18n: ectx: whatsthis, entry (phpDocLocation), group (PHP Documentation) #: phpdocssettings.kcfg:15 @@ -98,6 +116,8 @@ "Make sure local copies are downloaded in HTML format with many files.\n" " " msgstr "" +"Yerel kopyanızın çok sayfalı HTML biçiminde olduğundan emin olun.\n" +" " #: phpdocumentationwidget.cpp:75 msgid "...loading documentation..." -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
