Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2013-12-02 12:36:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and      /work/SRC/openSUSE:Factory/.okteta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "okteta"

Changes:
--------
--- /work/SRC/openSUSE:Factory/okteta/okteta.changes    2013-10-03 
16:05:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes       2013-12-02 
12:36:21.000000000 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:34:27 UTC 2013 - [email protected]
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+-------------------------------------------------------------------
+Sun Nov 10 08:06:02 UTC 2013 - [email protected]
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+-------------------------------------------------------------------
+Sat Nov  2 15:52:52 UTC 2013 - [email protected]
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+-------------------------------------------------------------------

Old:
----
  okteta-4.11.2.tar.xz

New:
----
  okteta-4.11.90.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ okteta.spec ++++++
--- /var/tmp/diff_new_pack.mdxzrh/_old  2013-12-02 12:36:21.000000000 +0100
+++ /var/tmp/diff_new_pack.mdxzrh/_new  2013-12-02 12:36:21.000000000 +0100
@@ -22,7 +22,7 @@
 License:        GPL-2.0 and GFDL-1.2
 Group:          Development/Tools/Other
 Url:            http://www.kde.org/
-Version:        4.11.2
+Version:        4.11.90
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ okteta-4.11.2.tar.xz -> okteta-4.11.90.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.11.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
 
new/okteta-4.11.90/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
--- 
old/okteta-4.11.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
  2013-08-28 19:14:30.000000000 +0200
+++ 
new/okteta-4.11.90/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
 2013-11-09 19:15:37.000000000 +0100
@@ -97,7 +97,7 @@
     mData->readData(input, address, remainingBits, &bitOffset);
 
     // Read all the delayed PointerDataInformation
-    // We do this because the pointed data is independant from the
+    // We do this because the pointed data is independent from the
     // structure containing the pointer and so we can use fields
     // which come after the pointer itself in the structure
     while (!mDelayedRead.isEmpty())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.11.2/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp
 
new/okteta-4.11.90/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp
--- 
old/okteta-4.11.2/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp
     2013-08-28 19:14:30.000000000 +0200
+++ 
new/okteta-4.11.90/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp
    2013-11-09 19:15:37.000000000 +0100
@@ -136,7 +136,7 @@
         returnVal = toPrimitive(value, info);
 
     else
-        info.error() << "Unkown type:" << type;
+        info.error() << "Unknown type:" << type;
 
     if (returnVal)
     {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileedit.cpp 
new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileedit.cpp
--- old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileedit.cpp  
2013-06-28 20:05:21.000000000 +0200
+++ new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileedit.cpp 
2013-11-09 19:15:37.000000000 +0100
@@ -62,6 +62,7 @@
     QFormLayout* titleFormLayout = new QFormLayout;
     // char for non-printable bytes
     mTitleEdit = new KLineEdit( this );
+    connect( mTitleEdit, SIGNAL(textChanged(QString)), 
SIGNAL(profileTitleChanged(QString)) );
     titleFormLayout->addRow( i18n("Title:"), mTitleEdit );
 
     // display settings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileedit.h 
new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileedit.h
--- old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileedit.h    
2013-06-28 20:05:21.000000000 +0200
+++ new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileedit.h   
2013-11-09 19:15:37.000000000 +0100
@@ -54,6 +54,9 @@
 public:
     void setViewProfile( const ByteArrayViewProfile& viewProfile );
 
+Q_SIGNALS:
+    void profileTitleChanged( const QString& title );
+
 protected Q_SLOTS:
     void onLineBreakIndexChanged( int lineBreakIndex );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileeditdialog.cpp
 
new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileeditdialog.cpp
--- 
old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileeditdialog.cpp
    2013-06-28 20:05:21.000000000 +0200
+++ 
new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileeditdialog.cpp
   2013-11-09 19:15:37.000000000 +0100
@@ -35,6 +35,9 @@
   : KDialog( parent )
 {
     mViewProfileEdit = new ViewProfileEdit( this );
+    connect( mViewProfileEdit, SIGNAL(profileTitleChanged(QString)), 
SLOT(onProfileTitleChanged(QString)) );
+    // Disable it by default
+    enableButtonOk( false );
     setMainWidget( mViewProfileEdit );
 }
 
@@ -51,6 +54,11 @@
     mId = viewProfile.id();
 }
 
+void ViewProfileEditDialog::onProfileTitleChanged(const QString& title)
+{
+    enableButtonOk( !title.isEmpty() );
+}
+
 ViewProfileEditDialog::~ViewProfileEditDialog()
 {
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileeditdialog.h 
new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileeditdialog.h
--- 
old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileeditdialog.h  
    2013-06-28 20:05:21.000000000 +0200
+++ 
new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileeditdialog.h 
    2013-11-09 19:15:37.000000000 +0100
@@ -34,6 +34,8 @@
 
 class ViewProfileEditDialog : public KDialog
 {
+    Q_OBJECT
+
 public:
     explicit ViewProfileEditDialog( QWidget* parent = 0 );
 
@@ -45,6 +47,9 @@
 public:
     void setViewProfile( const ByteArrayViewProfile& viewProfile );
 
+protected Q_SLOTS:
+    void onProfileTitleChanged( const QString& title );
+
 protected:
     ViewProfileEdit* mViewProfileEdit;
     QString mId;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.11.2/program/about.cpp 
new/okteta-4.11.90/program/about.cpp
--- old/okteta-4.11.2/program/about.cpp 2013-09-26 21:30:06.000000000 +0200
+++ new/okteta-4.11.90/program/about.cpp        2013-11-09 19:15:37.000000000 
+0100
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =          "okteta";
-static const char ProgramVersion[] =     "0.11.2";
+static const char ProgramVersion[] =     "0.11.90";
 static const char ProgramHomepage[] =    "http://userbase.kde.org/Okteta";;
 // Author
 static const char FWHKEmailAddress[] =   "[email protected]";

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to