Hello community, here is the log from the commit of package kig5 for openSUSE:Factory checked in at 2015-03-11 09:56:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kig5 (Old) and /work/SRC/openSUSE:Factory/.kig5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kig5" Changes: -------- --- /work/SRC/openSUSE:Factory/kig5/kig5.changes 2015-02-11 16:43:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kig5.new/kig5.changes 2015-03-11 09:56:21.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Mar 3 10:50:34 UTC 2015 - [email protected] + +- Update to KDE Applications 14.12.3 + * KDE Applications 14.12.3 + * See https://www.kde.org/announcements/announce-applications-14.12.3.php + +------------------------------------------------------------------- Old: ---- kig-14.12.2.tar.xz New: ---- kig-14.12.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kig5.spec ++++++ --- /var/tmp/diff_new_pack.3lz5qf/_old 2015-03-11 09:56:22.000000000 +0100 +++ /var/tmp/diff_new_pack.3lz5qf/_new 2015-03-11 09:56:22.000000000 +0100 @@ -17,7 +17,7 @@ Name: kig5 -Version: 14.12.2 +Version: 14.12.3 Release: 0 Summary: Interactive Geometry License: GPL-2.0+ ++++++ kig-14.12.2.tar.xz -> kig-14.12.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-14.12.2/kig/main.cpp new/kig-14.12.3/kig/main.cpp --- old/kig-14.12.2/kig/main.cpp 2015-01-18 09:33:03.000000000 +0100 +++ new/kig-14.12.3/kig/main.cpp 2015-02-22 12:05:37.000000000 +0100 @@ -55,7 +55,7 @@ QCoreApplication::setApplicationName( "kig" ); QCoreApplication::setApplicationVersion( i18n( KIGVERSION ) ); QCoreApplication::setOrganizationDomain( i18n( "kde.org" ) ); - + KAboutData::setApplicationData( about ); KLocalizedString::setApplicationDomain("kig"); about.setupCommandLine( &parser ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-14.12.2/kig.appdata.xml new/kig-14.12.3/kig.appdata.xml --- old/kig-14.12.2/kig.appdata.xml 2015-01-18 09:33:03.000000000 +0100 +++ new/kig-14.12.3/kig.appdata.xml 2015-02-22 12:05:37.000000000 +0100 @@ -3,6 +3,7 @@ <id>kig.desktop</id> <metadata_license>CC0-1.0</metadata_license> <name>Kig</name> + <name xml:lang="bs">Kig</name> <name xml:lang="ca">Kig</name> <name xml:lang="cs">Kig</name> <name xml:lang="de">Kig</name> @@ -22,8 +23,10 @@ <name xml:lang="sv">Kig</name> <name xml:lang="uk">Kig</name> <name xml:lang="x-test">xxKigxx</name> + <name xml:lang="zh-CN">Kig</name> <name xml:lang="zh-TW">數學_Kig</name> <summary>Interactive Geometry</summary> + <summary xml:lang="bs">Interaktivna Geometrija</summary> <summary xml:lang="ca">Geometria interactiva</summary> <summary xml:lang="cs">Interaktivní geometrie</summary> <summary xml:lang="de">Interaktive Geometrie</summary> @@ -46,6 +49,7 @@ <summary xml:lang="zh-TW">交互式幾何作圖</summary> <description> <p>Kig is an interactive mathematics software for learning and teaching geometry. It allows to explore mathematical figures and concepts using the computer and also can serve as a drawing tool for mathematical figures. Constructions can be made with points, vectors, lines, and polygons and all elements can be modified directly by using the mouse. Kig helps teachers and students to make conjectures and to understand how to prove geometric theorems.</p> + <p xml:lang="bs">Kig je interaktivni matematika softver za učenje i nastavu geometrije. On omogućava da istražite matematičke figure i koncepte koristeći računar i takođe može da posluži kao sredstvo za crtanje za matematičke likovee. Konstrukcije mogu biti napravljeni sa tačkama, vektorima, linijama i poligona i svi elementi mogu izmijeniti pomoću miša. Kig pomaže nastavnicmai i učenici da naprave pretpostavke i da shvate kako se dokazuje geometrijske teoreme.</p> <p xml:lang="ca">El és un programari matemàtic interactiu per aprendre i ensenyar geometria. Permet explorar figures matemàtiques i conceptes usant l'ordinador i també pot servir com una eina de dibuix per figures matemàtiques. Les construccions es poden fer amb punts, vectors, línies, i polígons i tots els elements es poden modificar directament usant el ratolí. El Kig ajuda els mestres i els estudiants a fer conjectures i a entendre com demostrar els teoremes geomètrics.</p> <p xml:lang="en-GB">Kig is an interactive mathematics software for learning and teaching geometry. It allows to explore mathematical figures and concepts using the computer and also can serve as a drawing tool for mathematical figures. Constructions can be made with points, vectors, lines, and polygons and all elements can be modified directly by using the mouse. Kig helps teachers and students to make conjectures and to understand how to prove geometric theorems.</p> <p xml:lang="es">Kig es un software matemático interactivo para el aprendizaje y la enseñanza de la geometría. Permite explorar figuras matemáticas y conceptos usando un equipo informático, además de servir como herramienta de dibujo de figuras matemáticas. Puede realizar construcciones con puntos, vectores, líneas y polígonos, y permite modificar todos estos elementos directamente usando el ratón. Kig ayuda a los profesores y a los estudiantes a hacer conjeturas y a entender cómo probar teoremas geométricos.</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-14.12.2/modes/typesdialog.cpp new/kig-14.12.3/modes/typesdialog.cpp --- old/kig-14.12.2/modes/typesdialog.cpp 2015-01-18 09:33:03.000000000 +0100 +++ new/kig-14.12.3/modes/typesdialog.cpp 2015-02-22 12:05:37.000000000 +0100 @@ -341,24 +341,22 @@ mpart( part ) { setWindowTitle( i18n( "Manage Types" ) ); - QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok|QDialogButtonBox::Cancel|QDialogButtonBox::Help); - QWidget *mainWidget = new QWidget(this); + QDialogButtonBox *buttonBox = new QDialogButtonBox( QDialogButtonBox::Ok | QDialogButtonBox::Cancel | QDialogButtonBox::Help ); + QWidget *mainWidget = new QWidget( this ); QVBoxLayout *mainLayout = new QVBoxLayout; - setLayout(mainLayout); - mainLayout->addWidget(mainWidget); - QPushButton *okButton = buttonBox->button(QDialogButtonBox::Ok); - okButton->setDefault(true); - okButton->setShortcut(Qt::CTRL | Qt::Key_Return); - connect(buttonBox, SIGNAL(accepted()), this, SLOT(accept())); - connect(buttonBox, SIGNAL(rejected()), this, SLOT(reject())); - //PORTING SCRIPT: WARNING mainLayout->addWidget(buttonBox) must be last item in layout. Please move it. - mainLayout->addWidget(buttonBox); + setLayout( mainLayout ); + mainLayout->addWidget( mainWidget ); + QPushButton *okButton = buttonBox->button( QDialogButtonBox::Ok ); + okButton->setDefault( true ); + okButton->setShortcut( Qt::CTRL | Qt::Key_Return ); + connect(buttonBox, SIGNAL( accepted() ), this, SLOT( accept() ) ); + connect(buttonBox, SIGNAL( rejected() ), this, SLOT( reject() ) ); + mainLayout->addWidget( buttonBox ); - QWidget* base = new QWidget( this ); //PORTING: Verify that widget was added to mainLayout setMainWidget( base ); mtypeswidget = new Ui_TypesWidget(); - mtypeswidget->setupUi( base ); - base->layout()->setMargin( 0 ); + mtypeswidget->setupUi( mainWidget ); + mainWidget->layout()->setMargin( 0 ); // model creation and usage mmodel = new TypesModel( mtypeswidget->typeList ); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
