commit okteta for openSUSE:Factory

2020-07-30 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2020-07-30 10:02:11

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new.3592 (New)


Package is "okteta"

Thu Jul 30 10:02:11 2020 rev:71 rq:823440 version:0.26.4

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2020-02-03 
11:16:36.477944694 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new.3592/okteta.changes  2020-07-30 
10:03:48.535370929 +0200
@@ -1,0 +2,10 @@
+Wed Jul 29 13:34:19 UTC 2020 - wba...@tmo.at
+
+- Update to 0.26.4
+  * Improved: struct2osd uses castxml now (gccxml has been
+deprecated)
+  * Improved: less deprecated Qt code usage, avoiding logged
+runtime warnings
+  * Improved: translations
+
+---

Old:

  okteta-0.26.3.tar.xz

New:

  okteta-0.26.4.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.zIQEzc/_old  2020-07-30 10:03:49.987372145 +0200
+++ /var/tmp/diff_new_pack.zIQEzc/_new  2020-07-30 10:03:49.991372149 +0200
@@ -22,7 +22,7 @@
 %define Okteta_sover 3
 %bcond_without lang
 Name:   okteta
-Version:0.26.3
+Version:0.26.4
 Release:0
 Summary:Hex Editor
 License:GPL-2.0-only AND GFDL-1.2-only

++ okteta-0.26.3.tar.xz -> okteta-0.26.4.tar.xz ++
 273488 lines of diff (skipped)




commit okteta for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2020-02-03 11:16:11

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new.26092 (New)


Package is "okteta"

Mon Feb  3 11:16:11 2020 rev:70 rq:769460 version:0.26.3

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2019-07-03 
15:15:14.310993063 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new.26092/okteta.changes 2020-02-03 
11:16:36.477944694 +0100
@@ -1,0 +2,14 @@
+Mon Feb  3 06:09:12 UTC 2020 - wba...@tmo.at
+
+- Update to 0.26.3
+  * Added: CRC-64 algorithm for the checksum tool
+  * Improved: install knsrc file at new location with newer KF5
+versions
+  * Improved: use more latest Qt API where possible
+  * Improved: translations
+  * Fixed: view profile managing dialog now properly sized default
+marker column
+  * Fixed: store.kde.org access for structure definitions also
+works without Plasma being installed
+
+---

Old:

  okteta-0.26.2.tar.xz

New:

  okteta-0.26.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.IUqcFS/_old  2020-02-03 11:16:37.897945411 +0100
+++ /var/tmp/diff_new_pack.IUqcFS/_new  2020-02-03 11:16:37.909945417 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package okteta
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,13 @@
 #
 
 
+# for compatibility with Leap 15.1 which doesn't have this macro yet
+%{!?_kf5_knsrcfilesdir: %global _kf5_knsrcfilesdir %{_kf5_configdir}}
 %define Kasten_sover 4
 %define Okteta_sover 3
 %bcond_without lang
 Name:   okteta
-Version:0.26.2
+Version:0.26.3
 Release:0
 Summary:Hex Editor
 License:GPL-2.0-only AND GFDL-1.2-only
@@ -154,9 +156,9 @@
 
 %files data
 %license COPYING*
-%config %{_kf5_configdir}/okteta-structures.knsrc
 %{_kf5_bindir}/struct2osd
 %{_kf5_configkcfgdir}/
+%{_kf5_knsrcfilesdir}/okteta-structures.knsrc
 %{_kf5_sharedir}/mime/packages/okteta.xml
 %{_kf5_sharedir}/okteta/
 

++ okteta-0.26.2.tar.xz -> okteta-0.26.3.tar.xz ++
 27494 lines of diff (skipped)




commit okteta for openSUSE:Factory

2019-07-03 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2019-07-03 15:15:12

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new.4615 (New)


Package is "okteta"

Wed Jul  3 15:15:12 2019 rev:69 rq:713125 version:0.26.2

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2019-04-12 
09:15:42.913725378 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new.4615/okteta.changes  2019-07-03 
15:15:14.310993063 +0200
@@ -1,0 +2,14 @@
+Tue Jul  2 17:13:01 UTC 2019 - wba...@tmo.at
+
+- Update to 0.26.2
+  * Fixed: replacing content backwards no longer skips some content
+  * Fixed: "From Cursor" in search dialog now disabled with "In
+Selection" on
+  * Fixed: "In Selection" disabled now if there is nothing selected
+  * Fixed: search dialog now modal to prevent unsupported
+interaction with app
+  * Improved: maximum array size in structures extended to 64K
+(kde#371790)
+  * Translations improved (ko)
+
+---

Old:

  okteta-0.26.1.tar.xz

New:

  okteta-0.26.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.Gweej8/_old  2019-07-03 15:15:15.178994830 +0200
+++ /var/tmp/diff_new_pack.Gweej8/_new  2019-07-03 15:15:15.182994838 +0200
@@ -20,7 +20,7 @@
 %define Okteta_sover 3
 %bcond_without lang
 Name:   okteta
-Version:0.26.1
+Version:0.26.2
 Release:0
 Summary:Hex Editor
 License:GPL-2.0-only AND GFDL-1.2-only

++ okteta-0.26.1.tar.xz -> okteta-0.26.2.tar.xz ++
 46975 lines of diff (skipped)




commit okteta for openSUSE:Factory

2019-04-12 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2019-04-12 09:15:42

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new.27019 (New)


Package is "okteta"

Fri Apr 12 09:15:42 2019 rev:68 rq:693239 version:0.26.1

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2019-03-13 
16:42:28.686635490 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new.27019/okteta.changes 2019-04-12 
09:15:42.913725378 +0200
@@ -1,0 +2,7 @@
+Thu Apr 11 11:56:33 UTC 2019 - wba...@tmo.at
+
+- Update to 0.26.1
+  * Fixed: bad offset of elements in statusbar
+  * Translations improved (cs, en_GB, ga, lv, nn, pt)
+
+---

Old:

  okteta-0.26.0.tar.xz

New:

  okteta-0.26.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.2Prr8D/_old  2019-04-12 09:15:43.901725976 +0200
+++ /var/tmp/diff_new_pack.2Prr8D/_new  2019-04-12 09:15:43.905725978 +0200
@@ -20,7 +20,7 @@
 %define Okteta_sover 3
 %bcond_without lang
 Name:   okteta
-Version:0.26.0
+Version:0.26.1
 Release:0
 Summary:Hex Editor
 License:GPL-2.0-only AND GFDL-1.2-only

++ okteta-0.26.0.tar.xz -> okteta-0.26.1.tar.xz ++
 4617 lines of diff (skipped)




commit okteta for openSUSE:Factory

2019-03-13 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2019-03-13 16:42:28

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new.28833 (New)


Package is "okteta"

Wed Mar 13 16:42:28 2019 rev:67 rq:684656 version:0.26.0

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2019-01-03 
18:07:08.324113133 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new.28833/okteta.changes 2019-03-13 
16:42:28.686635490 +0100
@@ -1,0 +2,17 @@
+Tue Mar 12 06:25:43 UTC 2019 - wba...@tmo.at
+
+- Update to 0.26.0
+  * New: context menu available in byte array views, in the
+program, in the KParts plugin and and in the hex editing
+widgets from LibOktetaGui
+  * New: qmake pri files and pkg-config pc files installed for the
+OktetaCore & OktetaGui libraries (_not_ for any Kasten ones)
+  * Changed: ABI-breaking and software-incompatible clean-up of API
+and installed headers of the Okteta & Kasten libraries
+  * Fixed: the metadata desktop file for the KParts plugin
+oktetapart is installed again, so it can be found and selected
+as viewer via its metadata
+- Split out the libs and KParts plugin to separate packages as
+  upstream recommends, move designer plugin to the devel package
+
+---

Old:

  okteta-0.25.5.tar.xz

New:

  okteta-0.26.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.jTqSPM/_old  2019-03-13 16:42:29.198635112 +0100
+++ /var/tmp/diff_new_pack.jTqSPM/_new  2019-03-13 16:42:29.198635112 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package okteta
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,13 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define Kasten_sover 4
+%define Okteta_sover 3
 %bcond_without lang
 Name:   okteta
-Version:0.25.5
+Version:0.26.0
 Release:0
 Summary:Hex Editor
 License:GPL-2.0-only AND GFDL-1.2-only
@@ -26,7 +28,7 @@
 URL:https://www.kde.org/applications/utilities/okteta
 Source0:
https://download.kde.org/stable/okteta/%{version}/src/okteta-%{version}.tar.xz
 BuildRequires:  cmake
-BuildRequires:  extra-cmake-modules >= 5.38.0
+BuildRequires:  extra-cmake-modules >= 5.48.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Bookmarks)
@@ -55,8 +57,6 @@
 BuildRequires:  cmake(Qt5UiPlugin)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5Xml)
-Requires(post): shared-mime-info
-Requires(postun): shared-mime-info
 Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
@@ -64,18 +64,60 @@
 %description
 Okteta is a hex editor for the raw data of files.
 
+%package data
+Summary:Hex Editor data files
+Group:  Development/Tools/Other
+# the files were in the main package before
+Conflicts:  %{name} < 0.26
+BuildArch:  noarch
+
+%description data
+Data files used by Okteta/libKasten, e.g. structures definitions.
+
+%package part
+Summary:Hex Editor KParts plugin
+Group:  Development/Tools/Other
+Recommends: %{name}-part-lang
+
+%description part
+Hex editing component for KParts
+
+%package -n libKasten%{Kasten_sover}
+Summary:High-level hex editor/viewer framework libraries
+Group:  Development/Tools/Other
+Requires:   %{name}-data
+Recommends: libkasten-lang
+Provides:   libkasten = %{version}
+
+%description -n libKasten%{Kasten_sover}
+Kasten is a WIP higher-level framework for composable document-centric
+applications.
+
+%package -n libOkteta%{Okteta_sover}
+Summary:Hex editor/viewer QWidgets libraries
+Group:  Development/Tools/Other
+Recommends: libokteta-lang
+Provides:   libokteta = %{version}
+
+%description -n libOkteta%{Okteta_sover}
+Okteta libraries for QWidget-based hex editing widgets.
+
 %package devel
 Summary:Development files for the Okteta Hex Editor
 Group:  Development/Tools/Other
-Requires:   %{name} = %{version}
+Requires:   libKasten%{Kasten_sover} = %{version}
+Requires:   libOkteta%{Okteta_sover} = %{version}
+# designer plugin was in the main package 

commit okteta for openSUSE:Factory

2019-01-03 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2019-01-03 18:07:06

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new.28833 (New)


Package is "okteta"

Thu Jan  3 18:07:06 2019 rev:66 rq:662264 version:0.25.5

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2018-10-08 
17:51:04.182052156 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new.28833/okteta.changes 2019-01-03 
18:07:08.324113133 +0100
@@ -1,0 +2,8 @@
+Mon Dec 31 09:00:23 UTC 2018 - wba...@tmo.at
+
+- Update to 0.25.5
+  * Add option to disable build of KParts plugin, Kasten libs, or
+program
+  * Translations improved (fi, id, ru, zh_CN)
+
+---

Old:

  okteta-0.25.4.tar.xz

New:

  okteta-0.25.5.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.ZoA812/_old  2019-01-03 18:07:08.836112678 +0100
+++ /var/tmp/diff_new_pack.ZoA812/_new  2019-01-03 18:07:08.840112675 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   okteta
-Version:0.25.4
+Version:0.25.5
 Release:0
 Summary:Hex Editor
 License:GPL-2.0-only AND GFDL-1.2-only

++ okteta-0.25.4.tar.xz -> okteta-0.25.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-0.25.4/CMakeLists.txt 
new/okteta-0.25.5/CMakeLists.txt
--- old/okteta-0.25.4/CMakeLists.txt2018-10-07 15:11:51.495143930 +0200
+++ new/okteta-0.25.5/CMakeLists.txt2018-12-31 04:26:10.815893983 +0100
@@ -20,6 +20,7 @@
 # CMake macros
 include(FeatureSummary)
 include(GenerateExportHeader)
+include(CMakeDependentOption)
 if(BUILD_TESTING)
   include(ECMAddTests)
 endif()
@@ -40,46 +41,69 @@
 endif()
 
 option(BUILD_DESIGNERPLUGIN "Build the Designer plugin." ON)
+add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Qt Designer plugin")
+option(BUILD_OKTETAKASTENLIBS "Build the Okteta Kasten libraries." ON)
+add_feature_info(OKTETAKASTENLIBS ${BUILD_OKTETAKASTENLIBS} "Okteta Kasten 
libraries")
+
+cmake_dependent_option(BUILD_KPARTSPLUGIN "Build the KParts plugin." ON 
"BUILD_OKTETAKASTENLIBS" OFF)
+add_feature_info(KPARTSPLUGIN ${BUILD_KPARTSPLUGIN} "KParts plugin")
+cmake_dependent_option(BUILD_DESKTOPPROGRAM "Build the program." ON 
"BUILD_OKTETAKASTENLIBS" OFF)
+add_feature_info(DESKTOPPROGRAM ${BUILD_DESKTOPPROGRAM} "Program")
 
+set(REQUIRED_QT_VERSION "5.9.0")
+set(ADDITIONAL_REQUIRED_QT_COMPONENTS)
 if(BUILD_TESTING)
-set(ADDITIONAL_REQUIRED_QT_COMPONENTS Test)
+list(APPEND ADDITIONAL_REQUIRED_QT_COMPONENTS Test)
 endif()
 if( BUILD_DESIGNERPLUGIN )
 list(APPEND ADDITIONAL_REQUIRED_QT_COMPONENTS UiPlugin)
 endif()
-set(REQUIRED_QT_VERSION "5.9.0")
+if( BUILD_OKTETAKASTENLIBS )
+list(APPEND ADDITIONAL_REQUIRED_QT_COMPONENTS
+Network
+PrintSupport
+Qml
+Script
+ScriptTools
+Xml
+)
+endif()
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED
 COMPONENTS
 Core
-Network
-PrintSupport
-Qml
-Script
-ScriptTools
 Widgets
-Xml
 ${ADDITIONAL_REQUIRED_QT_COMPONENTS}
 )
 
 set(REQUIRED_KF5_VERSION "5.38.0")
+set(ADDITIONAL_REQUIRED_KF_COMPONENTS)
+if( BUILD_OKTETAKASTENLIBS )
+list(APPEND ADDITIONAL_REQUIRED_KF_COMPONENTS
+Bookmarks
+Completion
+IconThemes
+KCMUtils
+KIO
+NewStuff
+Parts
+Service
+WidgetsAddons
+XmlGui
+)
+endif()
+if( BUILD_DESKTOPPROGRAM )
+list(APPEND ADDITIONAL_REQUIRED_KF_COMPONENTS
+Crash
+DBusAddons
+DocTools
+)
+endif()
 find_package(KF5 ${REQUIRED_KF5_VERSION} REQUIRED
 COMPONENTS
-Bookmarks
 Codecs
-Completion
 ConfigWidgets
-Crash
-DBusAddons
-DocTools
-IconThemes
 I18n
-KCMUtils
-KIO
-NewStuff
-Parts
-Service
-WidgetsAddons
-XmlGui
+${ADDITIONAL_REQUIRED_KF_COMPONENTS}
 )
 
 find_package(Qca-qt5 2.1.0)
@@ -102,7 +126,9 @@
 
 # helper libs
 add_subdirectory( libs )
-add_subdirectory( doc )
+if( BUILD_DESKTOPPROGRAM )
+add_subdirectory( doc )
+endif()
 
 set( OKTETALIBS_MAJOR_VERSION 0 )
 set( OKTETALIBS_MINOR_VERSION 9 )
@@ -124,13 +150,19 @@
 endif()
 
 # Okteta Kasten components
-add_subdirectory( kasten )
+if( BUILD_OKTETAKASTENLIBS )
+add_subdirectory( kasten )
+endif()
 # special mimetypes
-add_subdirectory( mimetypes )
+if( BUILD_OKTETAKASTENLIBS )
+add_subdirectory( mimetypes )
+endif()
 
 # programs and parts for desktop
 add_subdirectory( parts )
-add_subdirectory( program )
+if( BUILD_DESKTOPPROGRAM )

commit okteta for openSUSE:Factory

2018-10-08 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2018-10-08 17:49:49

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Mon Oct  8 17:49:49 2018 rev:65 rq:640647 version:0.25.4

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2018-09-04 
22:57:45.425325940 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2018-10-08 
17:51:04.182052156 +0200
@@ -1,0 +2,8 @@
+Mon Oct  8 12:25:57 UTC 2018 - wba...@tmo.at
+
+- Update to 0.25.4
+  * Fix blurry cursor pixmaps in HiDPI
+  * Fix broken shadow cursor in HIDPI
+  * Translations improved (ru, sk)
+
+---

Old:

  okteta-0.25.3.tar.xz

New:

  okteta-0.25.4.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.JOuOf8/_old  2018-10-08 17:51:04.562051672 +0200
+++ /var/tmp/diff_new_pack.JOuOf8/_new  2018-10-08 17:51:04.566051666 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   okteta
-Version:0.25.3
+Version:0.25.4
 Release:0
 Summary:Hex Editor
 License:GPL-2.0-only AND GFDL-1.2-only

++ okteta-0.25.3.tar.xz -> okteta-0.25.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-0.25.3/gui/abstractbytearraycolumnrenderer.cpp 
new/okteta-0.25.4/gui/abstractbytearraycolumnrenderer.cpp
--- old/okteta-0.25.3/gui/abstractbytearraycolumnrenderer.cpp   2018-09-03 
12:08:15.13554 +0200
+++ new/okteta-0.25.4/gui/abstractbytearraycolumnrenderer.cpp   2018-10-07 
15:09:45.711121922 +0200
@@ -696,14 +696,15 @@
 const KColorScheme::ForegroundRole foregroundRole =
 mByteTypeColored ? foregroundRoleForChar(byteChar) : 
KColorScheme::NormalText;
 const QBrush brush = colorScheme.foreground(foregroundRole);
-const QColor& charColor = brush.color();
-painter->setPen(charColor);
+QPen pen(brush.color());
+pen.setJoinStyle(Qt::MiterJoin);
+painter->setPen(pen);
 if (frameStyle == Frame) {
-painter->drawRect(0, 0, mByteWidth - 1, lineHeight() - 1);
+painter->drawRect(QRectF(0.5, 0.5, mByteWidth - 1, lineHeight() - 1));
 } else if (frameStyle == Left) {
-painter->drawLine(0, 0, 0, lineHeight() - 1);
+painter->drawLine(QPointF(0.5, 0.5), QPointF(0.5, lineHeight() - 0.5));
 } else {
-painter->drawLine(mByteWidth - 1, 0, mByteWidth - 1, lineHeight() - 1);
+painter->drawLine(QPointF(mByteWidth - 0.5, 0.5), QPointF(mByteWidth - 
0.5, lineHeight() - 0.5));
 }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-0.25.3/gui/bytearraycolumnview_p.cpp 
new/okteta-0.25.4/gui/bytearraycolumnview_p.cpp
--- old/okteta-0.25.3/gui/bytearraycolumnview_p.cpp 2018-09-03 
12:08:15.139547771 +0200
+++ new/okteta-0.25.4/gui/bytearraycolumnview_p.cpp 2018-10-07 
15:09:45.715121922 +0200
@@ -633,8 +633,10 @@
 {
 Q_Q(ByteArrayColumnView);
 
+const PixelX byteWidth = mActiveColumn->byteWidth();
+
 // create mCursorPixmaps
-mCursorPixmaps->setSize(mActiveColumn->byteWidth(), q->lineHeight());
+mCursorPixmaps->setSize(byteWidth, q->lineHeight(), q->devicePixelRatio());
 
 const Address index = mTableCursor->validIndex();
 
@@ -653,13 +655,13 @@
 PixelX cursorX;
 PixelX cursorW;
 if (isCursorBehind()) {
-cursorX = qMax(0, mCursorPixmaps->onPixmap().width() - 
InsertCursorWidth);
+cursorX = qMax(0, byteWidth - InsertCursorWidth);
 cursorW = InsertCursorWidth;
 } else {
 cursorX = 0;
 cursorW = mOverWrite ? -1 : InsertCursorWidth;
 }
-mCursorPixmaps->setShape(cursorX, cursorW);
+mCursorPixmaps->setShape(cursorX, cursorW, q->devicePixelRatio());
 }
 
 void ByteArrayColumnViewPrivate::drawActiveCursor(QPainter* painter)
@@ -691,7 +693,7 @@
 } else {
 painter->drawPixmap(mCursorPixmaps->cursorX(), 0,
 mBlinkCursorVisible ? mCursorPixmaps->onPixmap() : 
mCursorPixmaps->offPixmap(),
-mCursorPixmaps->cursorX(), 0, 
mCursorPixmaps->cursorW(), -1);
+mCursorPixmaps->shapeX(), 0, 
mCursorPixmaps->shapeW(), -1);
 }
 
 painter->translate(-x, -y);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-0.25.3/gui/bytearrayrowcolumnrenderer.cpp 
new/okteta-0.25.4/gui/bytearrayrowcolumnrenderer.cpp
--- old/okteta-0.25.3/gui/bytearrayrowcolumnrenderer.cpp2018-09-03 
12:08:15.139547771 +0200
+++ 

commit okteta for openSUSE:Factory

2018-09-04 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2018-09-04 22:57:04

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Tue Sep  4 22:57:04 2018 rev:64 rq:632864 version:0.25.3

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2018-08-10 
09:53:29.106629050 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2018-09-04 
22:57:45.425325940 +0200
@@ -1,0 +2,8 @@
+Mon Sep  3 11:55:25 UTC 2018 - wba...@tmo.at
+
+- Update to 0.25.3
+  * Setting Qt::AA_EnableHighDpiScaling for proper HiDPI scaling in
+environments where none of the QT_*SCALE* vars is set
+  * Translations improved (ko, nn)
+
+---
@@ -1115 +1123 @@
-Fri Dec  8 19:18:53 UCT 2010 - toddrme2...@gmail.com
+Fri Dec  8 19:18:53 UTC 2010 - toddrme2...@gmail.com

Old:

  okteta-0.25.2.tar.xz

New:

  okteta-0.25.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.rprbeA/_old  2018-09-04 22:57:47.497333008 +0200
+++ /var/tmp/diff_new_pack.rprbeA/_new  2018-09-04 22:57:47.501333021 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   okteta
-Version:0.25.2
+Version:0.25.3
 Release:0
 Summary:Hex Editor
 License:GPL-2.0-only AND GFDL-1.2-only

++ okteta-0.25.2.tar.xz -> okteta-0.25.3.tar.xz ++
 23728 lines of diff (skipped)




commit okteta for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2018-08-10 09:53:27

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Fri Aug 10 09:53:27 2018 rev:63 rq:628439 version:0.25.2

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2018-07-14 
20:27:38.340558741 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2018-08-10 
09:53:29.106629050 +0200
@@ -1,0 +2,7 @@
+Wed Aug  8 09:39:54 UTC 2018 - wba...@tmo.at
+
+- Update to 0.25.2
+  * Hide broken "Show non-printable chars" feature in UI for now
+  * Translations improved (fi, pt_BR)
+
+---

Old:

  okteta-0.25.1.tar.xz

New:

  okteta-0.25.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.rEKkA0/_old  2018-08-10 09:53:29.554629775 +0200
+++ /var/tmp/diff_new_pack.rEKkA0/_new  2018-08-10 09:53:29.558629781 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   okteta
-Version:0.25.1
+Version:0.25.2
 Release:0
 Summary:Hex Editor
 License:GPL-2.0-only AND GFDL-1.2-only

++ okteta-0.25.1.tar.xz -> okteta-0.25.2.tar.xz ++
 8984 lines of diff (skipped)




commit okteta for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2018-07-14 20:25:41

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Sat Jul 14 20:25:41 2018 rev:62 rq:622514 version:0.25.1

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2018-06-19 
11:59:54.278405752 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2018-07-14 
20:27:38.340558741 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 20:35:06 UTC 2018 - wba...@tmo.at
+
+- Update to 0.25.1
+  * Remove extra margins from config dialog pages of the Structures
+tool
+  * Remove debug log "register count: %d, destroy count %d:" from
+normal build
+  * Translations improved (id, it, nn, zh_CN)
+
+---

Old:

  okteta-0.25.0.tar.xz

New:

  okteta-0.25.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.Amjpfg/_old  2018-07-14 20:27:38.736559757 +0200
+++ /var/tmp/diff_new_pack.Amjpfg/_new  2018-07-14 20:27:38.736559757 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   okteta
-Version:0.25.0
+Version:0.25.1
 Release:0
 Summary:Hex Editor
 License:GPL-2.0-only AND GFDL-1.2-only

++ okteta-0.25.0.tar.xz -> okteta-0.25.1.tar.xz ++
 10170 lines of diff (skipped)




commit okteta for openSUSE:Factory

2018-06-19 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2018-06-19 11:59:49

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Tue Jun 19 11:59:49 2018 rev:61 rq:616630 version:0.25.0

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2018-03-22 
12:06:57.469715218 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2018-06-19 
11:59:54.278405752 +0200
@@ -1,0 +2,17 @@
+Tue Jun 12 08:05:47 UTC 2018 - wba...@tmo.at
+
+- Update to 0.25.0
+  * First stand-alone release independent of KDE Applications
+- Changes since 0.24.3 (as part of KDE Applications 17.12.3):
+  * Support for opening files by Drag'n'Drop on the empty
+background and the empty view tab bar space has been restored
+(lost in Qt5 port)
+  * Closing documents per MMB on the tab has been restored (lost in
+Qt5 port)
+  * Mass reformatting & modernization of source code
+- Update build requirements and file list
+- Update URL and Source URL
+- Mark license files with %license instead of %doc
+- Ran spec-cleaner
+
+---

Old:

  okteta-17.12.3.tar.xz

New:

  okteta-0.25.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.5PUro8/_old  2018-06-19 11:59:55.490360753 +0200
+++ /var/tmp/diff_new_pack.5PUro8/_new  2018-06-19 11:59:55.494360604 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package okteta
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,45 +17,49 @@
 
 
 %bcond_without lang
-
 Name:   okteta
-Version:17.12.3
+Version:0.25.0
 Release:0
-%define kf5_version 5.26.0
-# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Hex Editor
-License:GPL-2.0 and GFDL-1.2
+License:GPL-2.0-only AND GFDL-1.2-only
 Group:  Development/Tools/Other
-Url:http://www.kde.org/
-Source0:okteta-%{version}.tar.xz
-BuildRequires:  attica-qt5-devel
+URL:https://www.kde.org/applications/utilities/okteta
+Source0:
https://download.kde.org/stable/okteta/%{version}/src/okteta-%{version}.tar.xz
 BuildRequires:  cmake
-BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  kcmutils-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdoctools-devel
+BuildRequires:  extra-cmake-modules >= 5.38.0
 BuildRequires:  kf5-filesystem
-BuildRequires:  kiconthemes-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  kparts-devel
-BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  cmake(KF5Bookmarks)
+BuildRequires:  cmake(KF5Codecs)
+BuildRequires:  cmake(KF5Completion)
+BuildRequires:  cmake(KF5ConfigWidgets)
+BuildRequires:  cmake(KF5Crash)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5NewStuff)
+BuildRequires:  cmake(KF5Parts)
+BuildRequires:  cmake(KF5Service)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qca-qt5)
-BuildRequires:  pkgconfig(Qt5Designer)
-BuildRequires:  pkgconfig(Qt5PrintSupport)
-BuildRequires:  pkgconfig(Qt5ScriptTools)
+BuildRequires:  cmake(Qt5Core) >= 5.9.0
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5PrintSupport)
+BuildRequires:  cmake(Qt5Qml)
+BuildRequires:  cmake(Qt5Script)
+BuildRequires:  cmake(Qt5ScriptTools)
+BuildRequires:  cmake(Qt5UiPlugin)
+BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(Qt5Xml)
 Requires(post): shared-mime-info
 Requires(postun): shared-mime-info
+Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
-Obsoletes:  okteta5 < %{version}
 Provides:   %{name}5 = %{version}
-%if %{with lang}
-Recommends: %{name}-lang
-%endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Okteta is a hex editor for the raw data of files.
@@ -64,7 +68,7 @@
 Summary:Development files for the Okteta Hex Editor
 Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
-Obsoletes:  okteta5-devel
+Obsoletes:  %{name}5-devel
 
 %description devel
 Contains the development 

commit okteta for openSUSE:Factory

2018-03-22 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2018-03-22 12:01:09

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Thu Mar 22 12:01:09 2018 rev:60 rq:585662 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2018-02-14 
09:43:39.557227332 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2018-03-22 
12:06:57.469715218 +0100
@@ -1,0 +2,12 @@
+Thu Mar 08 23:52:30 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.3.php
+- Changes since 17.12.2:
+  * Use QStyle::SP_DialogCloseButton instead of hardcoding "dialog-close"
+  * Use icons with more BookmarksController actions
+  * Bump version to 0.24.3
+
+---

Old:

  okteta-17.12.2.tar.xz

New:

  okteta-17.12.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.huruQI/_old  2018-03-22 12:06:58.657672633 +0100
+++ /var/tmp/diff_new_pack.huruQI/_new  2018-03-22 12:06:58.661672490 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ okteta-17.12.2.tar.xz -> okteta-17.12.3.tar.xz ++
 2513 lines of diff (skipped)




commit okteta for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2018-02-14 09:43:36

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Wed Feb 14 09:43:36 2018 rev:59 rq:575131 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2018-01-22 
16:17:46.220033851 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2018-02-14 
09:43:39.557227332 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:10 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Bump version to 0.24.2
+
+---

Old:

  okteta-17.12.1.tar.xz

New:

  okteta-17.12.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.8yxuwo/_old  2018-02-14 09:43:41.321163037 +0100
+++ /var/tmp/diff_new_pack.8yxuwo/_new  2018-02-14 09:43:41.321163037 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ okteta-17.12.1.tar.xz -> okteta-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.12.1/po/ca/libkasten.po 
new/okteta-17.12.2/po/ca/libkasten.po
--- old/okteta-17.12.1/po/ca/libkasten.po   2018-01-09 02:15:49.0 
+0100
+++ new/okteta-17.12.2/po/ca/libkasten.po   2018-02-06 01:33:47.0 
+0100
@@ -459,7 +459,3 @@
 "changes?"
 msgstr ""
 "El %1 s'ha modificat.Voleu descartar els canvis?"
-
-#~ msgctxt "@info:tooltip"
-#~ msgid "Export the data into the file with the entered name."
-#~ msgstr "Exporta les dades seleccionades al fitxer amb el nom introduït."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.12.1/po/ca/liboktetakasten.po 
new/okteta-17.12.2/po/ca/liboktetakasten.po
--- old/okteta-17.12.1/po/ca/liboktetakasten.po 2018-01-09 02:15:49.0 
+0100
+++ new/okteta-17.12.2/po/ca/liboktetakasten.po 2018-02-06 01:33:47.0 
+0100
@@ -3401,81 +3401,3 @@
 "@item:inlistbox coding of the bytes as UTF-8 characters with the values"
 msgid "UTF-8"
 msgstr "UTF-8:"
-
-#~ msgid " byte"
-#~ msgid_plural " bytes"
-#~ msgstr[0] " byte"
-#~ msgstr[1] " bytes"
-
-#~ msgid " bit"
-#~ msgid_plural " bits"
-#~ msgstr[0] " bit"
-#~ msgstr[1] " bits"
-
-#~ msgctxt "advertizer in the footer of the printed page"
-#~ msgid "Okteta, built on KDE4"
-#~ msgstr "Okteta, creat en el KDE4"
-
-#~ msgid "invalid name"
-#~ msgstr "nom no vàlid"
-
-#~ msgctxt "@label:spinbox number of bytes which are grouped"
-#~ msgid "Per Group:"
-#~ msgstr "Per grup:"
-
-#~ msgctxt "@label:spinbox number of bytes which are shown per line"
-#~ msgid "Per Line:"
-#~ msgstr "Per línia:"
-
-#~ msgctxt "@label:spinbox size of the bytes to generate"
-#~ msgid ":"
-#~ msgstr ":"
-
-#~ msgid "flags (%1)"
-#~ msgstr "indicadors (%1)"
-
-#~ msgid "Unsigned values display"
-#~ msgstr "Mostra els valors sense signe"
-
-#~ msgctxt "invalid value (out of range)"
-#~ msgid "invalid"
-#~ msgstr "no vàlid"
-
-#~ msgctxt "bit flags, i.e. 'R | W | X' with undelying type"
-#~ msgid "flags(%1)"
-#~ msgstr "indicadors(%1)"
-
-#~ msgid ""
-#~ msgstr ""
-
-#~ msgctxt "@window:title"
-#~ msgid "Create new View Profile"
-#~ msgstr "Crea un nou perfil de vista"
-
-#~ msgctxt "Data type"
-#~ msgid "signed bitfield"
-#~ msgstr "camp de bits amb signe"
-
-#~ msgctxt "Data type"
-#~ msgid "boolean bitfield"
-#~ msgstr "camp de bits booleà"
-
-#~ msgctxt "Data type"
-#~ msgid "unsigned bitfield"
-#~ msgstr "camp de bits sense signe"
-
-#~ msgctxt "Data type"
-#~ msgid "float"
-#~ msgstr "flotant"
-
-#~ msgctxt "Data type"
-#~ msgid "double"
-#~ msgstr "doble"
-
-#~ msgctxt "Data type"
-#~ msgid "char"
-#~ msgstr "caràcter"
-
-#~ msgctxt "@info:tooltip"
-#~ msgid "The byte order used to decode the values."
-#~ msgstr "L'ordre dels bytes utilitzat per a descodificar els valors."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.12.1/po/ca/okteta.po 
new/okteta-17.12.2/po/ca/okteta.po
--- old/okteta-17.12.1/po/ca/okteta.po  2018-01-09 02:15:49.0 +0100
+++ new/okteta-17.12.2/po/ca/okteta.po  2018-02-06 01:33:47.0 +0100
@@ -97,7 +97,3 @@
 #, kde-format
 msgid "File(s) to load."
 msgstr "Fitxer/s a carregar."
-
-#~ msgctxt "@title:menu submenu to select the view profile or 

commit okteta for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2018-01-22 16:16:31

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Mon Jan 22 16:16:31 2018 rev:58 rq:564408 version:17.12.1

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-12-19 
10:55:49.157078674 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2018-01-22 
16:17:46.220033851 +0100
@@ -1,0 +2,12 @@
+Thu Jan 11 23:41:27 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.1.php
+- Changes since 17.12.0:
+  * Fix StringDataInformation::setEncoding() logic on UTF16 endianess change
+  * Fix crash on shutdown due to mTerminalPart trying to recover (kde#384993)
+  * Bump version to 0.24.1
+
+---

Old:

  okteta-17.12.0.tar.xz

New:

  okteta-17.12.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.Fpnm6S/_old  2018-01-22 16:17:46.816005974 +0100
+++ /var/tmp/diff_new_pack.Fpnm6S/_new  2018-01-22 16:17:46.820005787 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.12.0
+Version:17.12.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ okteta-17.12.0.tar.xz -> okteta-17.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-17.12.0/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.cpp
 
new/okteta-17.12.1/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.cpp
--- 
old/okteta-17.12.0/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.cpp
   2017-12-05 21:10:06.0 +0100
+++ 
new/okteta-17.12.1/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.cpp
   2018-01-05 06:37:19.0 +0100
@@ -186,7 +186,7 @@
 {
 if (mData && mEncoding == encoding)
 return;
-if (mData && ((mEncoding == UTF16_LE && encoding == UTF16_BE) || 
(mEncoding == UTF16_BE || encoding == UTF16_LE)))
+if (mData && ((mEncoding == UTF16_LE && encoding == UTF16_BE) || 
(mEncoding == UTF16_BE && encoding == UTF16_LE)))
 {
 //only set endianess, since is already utf 16
 mData->setLittleEndian(encoding == UTF16_LE);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-17.12.0/libs/kasten/controllers/document/terminal/terminalview.cpp 
new/okteta-17.12.1/libs/kasten/controllers/document/terminal/terminalview.cpp
--- 
old/okteta-17.12.0/libs/kasten/controllers/document/terminal/terminalview.cpp   
2017-12-05 21:10:06.0 +0100
+++ 
new/okteta-17.12.1/libs/kasten/controllers/document/terminal/terminalview.cpp   
2018-01-05 06:37:19.0 +0100
@@ -99,6 +99,13 @@
 createTerminalPart();
 }
 
-TerminalView::~TerminalView() {}
+TerminalView::~TerminalView()
+{
+if( mTerminalPart )
+{
+disconnect( mTerminalPart, ::destroyed,
+this, ::onTerminalPartDestroyed );
+}
+}
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.12.0/po/ca/liboktetakasten.po 
new/okteta-17.12.1/po/ca/liboktetakasten.po
--- old/okteta-17.12.0/po/ca/liboktetakasten.po 2017-12-08 01:59:42.0 
+0100
+++ new/okteta-17.12.1/po/ca/liboktetakasten.po 2018-01-09 02:15:49.0 
+0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: liboktetakasten\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-10-25 05:43+0200\n"
-"PO-Revision-Date: 2017-06-25 10:33+0100\n"
+"PO-Revision-Date: 2017-12-28 20:42+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -2300,7 +2300,7 @@
 msgctxt "@info:tooltip"
 msgid "Whether to use short type names (i.e. uint32 instead of unsigned int)"
 msgstr ""
-"Si s'ha d'usar el tipus de noms curts (p.ex. uint32 en lloc de sencer sense "
+"Si s'ha d'usar el tipus de noms curts (p. ex. uint32 en lloc de sencer sense "
 "signe)"
 
 #. i18n: ectx: tooltip, entry (LocaleAwareDecimalFormatting), group 
(ValueDisplay)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.12.0/po/ca@valencia/liboktetakasten.po 
new/okteta-17.12.1/po/ca@valencia/liboktetakasten.po
--- old/okteta-17.12.0/po/ca@valencia/liboktetakasten.po2017-12-08 

commit okteta for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-12-19 10:55:45

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Tue Dec 19 10:55:45 2017 rev:57 rq:556287 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-11-17 
10:54:42.912336403 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-12-19 
10:55:49.157078674 +0100
@@ -1,0 +2,57 @@
+Sat Dec 09 14:59:12 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * appdata: use the more generic URL for documentation
+  * Bump version to 0.24.0
+
+---
+Sat Dec 02 10:12:39 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Bump version to 0.23.90
+
+---
+Mon Nov 20 06:59:41 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Bump version to 0.23.80
+  * New name for designer plugin file: oktetawidgets, following a pattern
+  * Don't use KConfigDialogManager::changedMap with newer KF
+  * No need to override KStandardAction::close icon >=KF5.38
+  * Use newer version of QUrl::fromUserInput, drop QRegExp hack
+  * No longer export private classes of AbstractFileSystem*Jobs
+  * More const ref
+  * Use QStringLiteral
+  * Mpre QVector::reserve usage
+  * More const ref for passing complex types
+  * Use "override" tag also in DATAINFORMATION_CLONE_DECL macro
+  * Merge test value codec metadata in one table
+  * Use "override" tag for overriding methods
+  * Use nullptr
+  * Explicitely set copy constructors to be default implementation
+  * Remove wrong "return" statement in void method
+  * Remove bogus "emit" statements
+  * More const ref for passing complex types
+  * Use more QList/QVector::reserve
+  * Use QStringLiteral
+  * Remove unused variable
+  * Use midRef where possible
+  * Change Q_ENUMS -> Q_ENUM
+  * Port to function pointer based Qt signal/slot connects
+  * Bump min dep version of ECM/KF to 5.18
+  * Bump min dep version of Qt to 5.6
+  * Bump version to 0.23.60
+
+---

Old:

  okteta-17.08.3.tar.xz

New:

  okteta-17.12.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.uV6Uyy/_old  2017-12-19 10:55:49.849045271 +0100
+++ /var/tmp/diff_new_pack.uV6Uyy/_new  2017-12-19 10:55:49.853045077 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ okteta-17.08.3.tar.xz -> okteta-17.12.0.tar.xz ++
 44523 lines of diff (skipped)




commit okteta for openSUSE:Factory

2017-11-17 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-11-17 10:51:55

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Fri Nov 17 10:51:55 2017 rev:56 rq:540972 version:17.08.3

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-10-23 
16:51:33.281562719 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-11-17 
10:54:42.912336403 +0100
@@ -1,0 +2,11 @@
+Thu Nov 09 23:13:04 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.3.php
+- Changes since 17.08.2:
+  * Bump version to 0.23.3
+  * Structures settings: Fix defunct structure plugin enabling/disabling
+
+---

Old:

  okteta-17.08.2.tar.xz

New:

  okteta-17.08.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.ZNPbNA/_old  2017-11-17 10:54:43.732306392 +0100
+++ /var/tmp/diff_new_pack.ZNPbNA/_new  2017-11-17 10:54:43.736306245 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.08.2
+Version:17.08.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ okteta-17.08.2.tar.xz -> okteta-17.08.3.tar.xz ++
 4182 lines of diff (skipped)




commit okteta for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-10-23 16:51:20

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Mon Oct 23 16:51:20 2017 rev:55 rq:534836 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-09-11 
16:23:19.280232421 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-10-23 
16:51:33.281562719 +0200
@@ -1,0 +2,12 @@
+Tue Oct 17 00:33:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * Add app=okteta to donation url in appdata
+  * Use edit-delete icon for "delete view profile" action, shred is too much
+  * Bump version to 0.23.2
+
+---

Old:

  okteta-17.08.1.tar.xz

New:

  okteta-17.08.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.Ej4ybH/_old  2017-10-23 16:51:34.081525281 +0200
+++ /var/tmp/diff_new_pack.Ej4ybH/_new  2017-10-23 16:51:34.085525093 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.08.1
+Version:17.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ okteta-17.08.1.tar.xz -> okteta-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-17.08.1/kasten/controllers/view/viewprofiles/viewprofilesmanagedialog.cpp
 
new/okteta-17.08.2/kasten/controllers/view/viewprofiles/viewprofilesmanagedialog.cpp
--- 
old/okteta-17.08.1/kasten/controllers/view/viewprofiles/viewprofilesmanagedialog.cpp
2017-09-02 04:10:01.0 +0200
+++ 
new/okteta-17.08.2/kasten/controllers/view/viewprofiles/viewprofilesmanagedialog.cpp
2017-09-25 18:52:18.0 +0200
@@ -114,7 +114,7 @@
 KGuiItem::assign( mDeleteButton,
 KGuiItem(i18nc("@action:button",
""),
- QStringLiteral("edit-delete-shred"),
+ QStringLiteral("edit-delete"),
  i18nc("@info:tooltip",
"Deletes the selected view profile."),
  xi18nc("@info:whatsthis",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.1/po/cs/okteta.po 
new/okteta-17.08.2/po/cs/okteta.po
--- old/okteta-17.08.1/po/cs/okteta.po  2017-09-05 02:35:38.0 +0200
+++ new/okteta-17.08.2/po/cs/okteta.po  2017-10-10 02:13:35.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: okteta\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-10 06:20+0200\n"
-"PO-Revision-Date: 2017-04-04 17:23+0100\n"
+"PO-Revision-Date: 2017-09-11 14:07+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -86,7 +86,7 @@
 #: oktetaui.rc:81
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: program.cpp:109
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.1/po/cs/oktetapart.po 
new/okteta-17.08.2/po/cs/oktetapart.po
--- old/okteta-17.08.1/po/cs/oktetapart.po  2017-09-05 02:35:38.0 
+0200
+++ new/okteta-17.08.2/po/cs/oktetapart.po  2017-10-10 02:13:35.0 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2014.
+# Vít Pelčák , 2014, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: oktetapart\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:17+0100\n"
-"PO-Revision-Date: 2014-11-19 14:40+0100\n"
+"PO-Revision-Date: 2017-09-12 11:47+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -32,7 +32,7 @@
 #: oktetapartreadwriteui.rc:60
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #. i18n: ectx: Menu (permission)
 #: 

commit okteta for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-09-11 16:22:17

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Mon Sep 11 16:22:17 2017 rev:54 rq:522660 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-08-28 
15:09:28.305628043 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-09-11 
16:23:19.280232421 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:40 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Bump version to 0.23.1
+
+---

Old:

  okteta-17.08.0.tar.xz

New:

  okteta-17.08.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.Hos8Gq/_old  2017-09-11 16:23:19.852152115 +0200
+++ /var/tmp/diff_new_pack.Hos8Gq/_new  2017-09-11 16:23:19.852152115 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ okteta-17.08.0.tar.xz -> okteta-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.0/po/el/okteta.po 
new/okteta-17.08.1/po/el/okteta.po
--- old/okteta-17.08.0/po/el/okteta.po  2017-08-11 02:45:19.0 +0200
+++ new/okteta-17.08.1/po/el/okteta.po  2017-09-05 02:35:38.0 +0200
@@ -5,13 +5,13 @@
 # Spiros Georgaras , 2007, 2008.
 # Toussis Manolis , 2007, 2008.
 # Stelios , 2012.
-# Petros Vidalis , 2016.
+# Petros Vidalis , 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: okteta\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-10 06:20+0200\n"
-"PO-Revision-Date: 2016-11-02 15:47+0200\n"
+"PO-Revision-Date: 2017-08-14 14:07+0200\n"
 "Last-Translator: Petros Vidalis \n"
 "Language-Team: Greek \n"
 "Language: el\n"
@@ -42,10 +42,9 @@
 msgstr "Επεξεργαστής δεκαεξαδικών"
 
 #: about.cpp:36
-#, fuzzy, kde-format
-#| msgid "Copyright 2006-2016 Friedrich W. H. Kossebau"
+#, kde-format
 msgid "Copyright 2006-2017 Friedrich W. H. Kossebau"
-msgstr "Copyright 2006-2016 Friedrich W. H. Kossebau"
+msgstr "Copyright 2006-2017 Friedrich W. H. Kossebau"
 
 #: about.cpp:37
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.0/po/zh_CN/libkasten.po 
new/okteta-17.08.1/po/zh_CN/libkasten.po
--- old/okteta-17.08.0/po/zh_CN/libkasten.po2017-08-11 02:45:21.0 
+0200
+++ new/okteta-17.08.1/po/zh_CN/libkasten.po2017-09-05 02:35:41.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-30 05:31+0200\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:22-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.0/po/zh_CN/liboktetacore.po 
new/okteta-17.08.1/po/zh_CN/liboktetacore.po
--- old/okteta-17.08.0/po/zh_CN/liboktetacore.po2017-08-11 
02:45:21.0 +0200
+++ new/okteta-17.08.1/po/zh_CN/liboktetacore.po2017-09-05 
02:35:41.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:17+0100\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:22-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.0/po/zh_CN/liboktetagui.po 
new/okteta-17.08.1/po/zh_CN/liboktetagui.po
--- old/okteta-17.08.0/po/zh_CN/liboktetagui.po 2017-08-11 02:45:21.0 
+0200
+++ new/okteta-17.08.1/po/zh_CN/liboktetagui.po 2017-09-05 02:35:41.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-21 07:02+0200\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:22-0400\n"
 "Last-Translator: 

commit okteta for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-08-28 15:09:08

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Mon Aug 28 15:09:08 2017 rev:53 rq:516480 version:17.08.0

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-07-29 
09:02:13.809854958 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-08-28 
15:09:28.305628043 +0200
@@ -1,0 +2,27 @@
+Fri Aug 11 22:46:30 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.08.0
+  * New feature release
+  * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+  * Use edit-delete-shred icon for "delete view profile" action 
+  * Use document-close icon for document close actions 
+  * Don't abuse #pragma message for TODOs which are not critical 
+  * Remove unneeded wrapper widget in structures settings dialog 
+  * Bump version to 0.22.90 
+  * Add missing added/closing signal forwarding in document strategies 
+  * Use function-adress slot connect in SingleDocumentStrategy 
+  * Remove extra compile options, stick to what KDECompilerSettings sets 
+  * Bump version to 0.22.80 
+  * Use KCrash 
+  * Bump version to 0.22.60 
+
+---
+Sat Aug  5 18:19:38 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.07.90
+  * KDE Applications 17.07.90
+  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+
+
+---

Old:

  okteta-17.04.3.tar.xz

New:

  okteta-17.08.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.7EwitL/_old  2017-08-28 15:09:29.581448572 +0200
+++ /var/tmp/diff_new_pack.7EwitL/_new  2017-08-28 15:09:29.585448009 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package okteta
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,24 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_without lang
 
 Name:   okteta
-Version:17.04.3
+Version:17.08.0
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Hex Editor
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
-Url: http://www.kde.org
+Url:http://www.kde.org/
 Source0:okteta-%{version}.tar.xz
 BuildRequires:  attica-qt5-devel
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  kcmutils-devel
+BuildRequires:  kcrash-devel
 BuildRequires:  kdbusaddons-devel
 BuildRequires:  kdoctools-devel
 BuildRequires:  kf5-filesystem
@@ -47,10 +49,12 @@
 BuildRequires:  pkgconfig(Qt5ScriptTools)
 Requires(post): shared-mime-info
 Requires(postun): shared-mime-info
-Obsoletes:  okteta5 < %{version}
 Obsoletes:  %{name}5 < %{version}
+Obsoletes:  okteta5 < %{version}
 Provides:   %{name}5 = %{version}
+%if %{with lang}
 Recommends: %{name}-lang
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -94,29 +98,31 @@
 
 %files
 %defattr(-,root,root)
-%{_kf5_bindir}/struct2osd
-%{_kf5_bindir}/okteta
-%{_kf5_sharedir}/mime/packages/okteta.xml
-%{_kf5_applicationsdir}/org.kde.okteta.desktop
+%doc COPYING*
 %config %{_kf5_configdir}/okteta-structures.knsrc
-%{_kf5_sharedir}/icons/hicolor/*/*/*.*
-%{_kf5_sharedir}/okteta*/
-%{_kf5_sharedir}/kxmlgui5/
+%dir %{_kf5_htmldir}
+%dir %{_kf5_htmldir}/en
+%doc %lang(en) %{_kf5_htmldir}/en/okteta/
+%{_kf5_applicationsdir}/org.kde.okteta.desktop
 %{_kf5_appstreamdir}/
-%{_kf5_plugindir}/
+%{_kf5_bindir}/okteta
+%{_kf5_bindir}/struct2osd
+%{_kf5_configkcfgdir}/
+%{_kf5_iconsdir}/hicolor/*/*/*.*
+%{_kf5_kxmlguidir}/
 %{_kf5_libdir}/libkasten*.so.*
 %{_kf5_libdir}/libokteta*.so.*
-%{_kf5_configkcfgdir}/
-%dir %{_kf5_htmldir}/en
-%dir %{_kf5_htmldir}
-%doc %{_kf5_htmldir}/en/okteta/
+%{_kf5_plugindir}/
+%{_kf5_sharedir}/mime/packages/okteta.xml
+%{_kf5_sharedir}/okteta*/
 
 %files devel
 %defattr(-,root,root)
-%{_kf5_prefix}/include/*/
+%doc COPYING*
+%{_kf5_cmakedir}/
 %{_kf5_libdir}/libkasten*.so
 %{_kf5_libdir}/libokteta*.so
-%{_kf5_libdir}/cmake/

commit okteta for openSUSE:Factory

2017-07-29 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-07-29 09:01:32

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Sat Jul 29 09:01:32 2017 rev:52 rq:512581 version:17.04.3

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-07-12 
19:35:38.975369211 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-07-29 
09:02:13.809854958 +0200
@@ -1,0 +2,21 @@
+Mon Jul 24 10:52:50 UTC 2017 - jeng...@inai.de
+
+- Make description neutral again
+
+---
+Sun Jul 16 08:49:50 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.3.php
+- Changes since 17.04.2:
+  * Qt5Designer_VERSION_STRING was deprecated in 5.1, use Qt5Designer_VERSION
+  * Add gcc-compatible fallthrough comment
+  * Add missing break;
+  * Bump version to 0.22.3
+  * Extend AbstractByteArrayModelIfTest::testFill to test filling past end
+  * Make empty filling a noop for FixedSizeByteArrayModel
+  * Fix filling across the end in PieceTableByteArrayModel & ByteArrayModel
+
+---

Old:

  okteta-17.04.2.tar.xz

New:

  okteta-17.04.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.HTpqEW/_old  2017-07-29 09:02:14.513755511 +0200
+++ /var/tmp/diff_new_pack.HTpqEW/_new  2017-07-29 09:02:14.521754381 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.04.2
+Version:17.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
@@ -54,7 +54,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Okteta is a simple hex editor for the raw data of files.
+Okteta is a hex editor for the raw data of files.
 
 %package devel
 Summary:Development files for the Okteta Hex Editor

++ okteta-17.04.2.tar.xz -> okteta-17.04.3.tar.xz ++
 3112 lines of diff (skipped)




commit okteta for openSUSE:Factory

2017-07-12 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-07-12 19:35:38

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Wed Jul 12 19:35:38 2017 rev:51 rq:509433 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-06-15 
11:23:50.091659104 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-07-12 
19:35:38.975369211 +0200
@@ -1,0 +2,5 @@
+Tue Jul 11 12:11:12 UTC 2017 - fab...@ritter-vogt.de
+
+- Improve description text (boo#1047988)
+
+---



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.BMdKSD/_old  2017-07-12 19:35:39.691268084 +0200
+++ /var/tmp/diff_new_pack.BMdKSD/_new  2017-07-12 19:35:39.695267519 +0200
@@ -54,7 +54,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Okteta is a hex editor for the KDE desktop.
+Okteta is a simple hex editor for the raw data of files.
 
 %package devel
 Summary:Development files for the Okteta Hex Editor




commit okteta for openSUSE:Factory

2017-06-15 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-06-15 11:23:48

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Thu Jun 15 11:23:48 2017 rev:50 rq:502129 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-05-24 
16:49:16.799742104 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-06-15 
11:23:50.091659104 +0200
@@ -1,0 +2,13 @@
+Wed Jun 07 17:43:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * Bump version to 0.22.2
+  * Use explicit constructor call for QFlags-based types instead of blank 0
+  * Use Qt::NoItemFlags instead of blank 0
+  * Only register to D-Bus after inital commandline parsing has been done
+
+---

Old:

  okteta-17.04.1.tar.xz

New:

  okteta-17.04.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.zUXr97/_old  2017-06-15 11:23:50.751565950 +0200
+++ /var/tmp/diff_new_pack.zUXr97/_new  2017-06-15 11:23:50.755565385 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ okteta-17.04.1.tar.xz -> okteta-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-17.04.1/kasten/controllers/view/structures/script/classes/defaultscriptclass.cpp
 
new/okteta-17.04.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.cpp
--- 
old/okteta-17.04.1/kasten/controllers/view/structures/script/classes/defaultscriptclass.cpp
 2017-04-30 19:46:19.0 +0200
+++ 
new/okteta-17.04.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.cpp
 2017-05-31 13:58:30.0 +0200
@@ -97,7 +97,7 @@
 mHandlerInfo->logger()->error() << "could not cast data from" << 
object.data().toString();
 engine()->currentContext()->throwError(QScriptContext::ReferenceError,
 QStringLiteral("Attempting to access an invalid object"));
-return 0;
+return QScriptClass::QueryFlags();
 }
 if (name == s_valid || name == s_validationError)
 {
@@ -128,7 +128,7 @@
 data->logError() << "could not find property with name" << 
name.toString();
 engine()->currentContext()->throwError(QScriptContext::ReferenceError,
 QLatin1String("Could not find property with name ") + 
name.toString());
-return 0;
+return QScriptClass::QueryFlags();
 }
 }
 
@@ -369,7 +369,7 @@
 mHandlerInfo->logger()->error() << "could not cast data from" << 
object.data().toString();
 engine()->currentContext()->throwError(QScriptContext::ReferenceError,
 QStringLiteral("Attempting to access an invalid object"));
-return 0;
+return QScriptValue::PropertyFlags();
 }
 if (name == s_valid || name == s_validationError)
 {
@@ -390,7 +390,7 @@
 else
 {
 data->logError() << "could not find flags for property with name" << 
name.toString();
-return 0;
+return QScriptValue::PropertyFlags();
 }
 }
 
@@ -455,7 +455,7 @@
 {
 Q_ASSERT(mCurrent >= 0 && (uint)mCurrent < 
mClass->mIterableProperties.size() + mData->childCount());
 if (mCurrent < 0 || (uint)mCurrent >= mClass->mIterableProperties.size() + 
mData->childCount())
-return 0;
+return QScriptValue::PropertyFlags();
 if (mCurrent < mClass->mIterableProperties.size())
 return mClass->propertyFlags(object(), 
mClass->mIterableProperties.at(mCurrent).first, id());
 return QScriptValue::ReadOnly;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-17.04.1/kasten/controllers/view/structures/structtreemodel.cpp 
new/okteta-17.04.2/kasten/controllers/view/structures/structtreemodel.cpp
--- old/okteta-17.04.1/kasten/controllers/view/structures/structtreemodel.cpp   
2017-04-30 19:46:19.0 +0200
+++ new/okteta-17.04.2/kasten/controllers/view/structures/structtreemodel.cpp   
2017-05-31 13:58:30.0 +0200
@@ -160,7 +160,7 @@
 Qt::ItemFlags StructTreeModel::flags(const QModelIndex& index) const
 {
 if (!index.isValid())
-return 0;
+return Qt::NoItemFlags;
 DataInformation* item = static_cast 

commit okteta for openSUSE:Factory

2017-05-24 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-05-24 16:49:15

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Wed May 24 16:49:15 2017 rev:49 rq:496052 version:17.04.1

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-05-16 
14:37:02.243564073 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-05-24 
16:49:16.799742104 +0200
@@ -1,0 +2,12 @@
+Wed May 17 20:37:39 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.1.php
+- Changes since 17.04.0:
+  * Bump version to 0.22.1
+  * Default to no debug logging in Okteta & Kasten libs for Qt >= 5.5
+  * Default to no debug logging in Okteta app
+
+---

Old:

  okteta-17.04.0.tar.xz

New:

  okteta-17.04.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.bSAPFu/_old  2017-05-24 16:49:17.431653110 +0200
+++ /var/tmp/diff_new_pack.bSAPFu/_new  2017-05-24 16:49:17.431653110 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.04.0
+Version:17.04.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ okteta-17.04.0.tar.xz -> okteta-17.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.04.0/core/oktetacore.cpp 
new/okteta-17.04.1/core/oktetacore.cpp
--- old/okteta-17.04.0/core/oktetacore.cpp  2017-04-11 16:09:38.0 
+0200
+++ new/okteta-17.04.1/core/oktetacore.cpp  2017-04-30 19:46:19.0 
+0200
@@ -22,4 +22,8 @@
 
 #include "oktetacore.h"
 
+#if QT_VERSION >= 0x050500
+Q_LOGGING_CATEGORY(LOG_OKTETA_CORE, "okteta.core", QtInfoMsg)
+#else
 Q_LOGGING_CATEGORY(LOG_OKTETA_CORE, "okteta.core")
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.04.0/gui/oktetagui.cpp 
new/okteta-17.04.1/gui/oktetagui.cpp
--- old/okteta-17.04.0/gui/oktetagui.cpp2017-04-11 16:09:38.0 
+0200
+++ new/okteta-17.04.1/gui/oktetagui.cpp2017-04-30 19:46:19.0 
+0200
@@ -22,4 +22,8 @@
 
 #include "oktetagui.h"
 
+#if QT_VERSION >= 0x050500
+Q_LOGGING_CATEGORY(LOG_OKTETA_GUI, "okteta.gui", QtInfoMsg)
+#else
 Q_LOGGING_CATEGORY(LOG_OKTETA_GUI, "okteta.gui")
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-17.04.0/kasten/controllers/view/checksum/checksumlogging.cpp 
new/okteta-17.04.1/kasten/controllers/view/checksum/checksumlogging.cpp
--- old/okteta-17.04.0/kasten/controllers/view/checksum/checksumlogging.cpp 
2017-04-11 16:09:38.0 +0200
+++ new/okteta-17.04.1/kasten/controllers/view/checksum/checksumlogging.cpp 
2017-04-30 19:46:19.0 +0200
@@ -22,4 +22,8 @@
 
 #include "checksumlogging.h"
 
+#if QT_VERSION >= 0x050500
+Q_LOGGING_CATEGORY(LOG_OKTETA_KASTEN_CONTROLLER_CHECKSUM, 
"kasten.okteta.controllers.checksum", QtInfoMsg)
+#else
 Q_LOGGING_CATEGORY(LOG_OKTETA_KASTEN_CONTROLLER_CHECKSUM, 
"kasten.okteta.controllers.checksum")
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-17.04.0/kasten/controllers/view/structures/structlogging.cpp 
new/okteta-17.04.1/kasten/controllers/view/structures/structlogging.cpp
--- old/okteta-17.04.0/kasten/controllers/view/structures/structlogging.cpp 
2017-04-11 16:09:38.0 +0200
+++ new/okteta-17.04.1/kasten/controllers/view/structures/structlogging.cpp 
2017-04-30 19:46:19.0 +0200
@@ -22,4 +22,8 @@
 
 #include "structlogging.h"
 
+#if QT_VERSION >= 0x050500
+Q_LOGGING_CATEGORY(LOG_KASTEN_OKTETA_CONTROLLERS_STRUCTURES, 
"kasten.okteta.controllers.structures", QtInfoMsg)
+#else
 Q_LOGGING_CATEGORY(LOG_KASTEN_OKTETA_CONTROLLERS_STRUCTURES, 
"kasten.okteta.controllers.structures")
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.04.0/kasten/gui/oktetakastengui.cpp 
new/okteta-17.04.1/kasten/gui/oktetakastengui.cpp
--- old/okteta-17.04.0/kasten/gui/oktetakastengui.cpp   2017-04-11 
16:09:38.0 +0200
+++ new/okteta-17.04.1/kasten/gui/oktetakastengui.cpp   2017-04-30 
19:46:19.0 +0200
@@ -22,4 +22,8 @@
 
 #include "oktetakastengui.h"
 
+#if QT_VERSION >= 0x050500
+Q_LOGGING_CATEGORY(LOG_KASTEN_OKTETA_GUI, "kasten.okteta.gui", QtInfoMsg)
+#else
 

commit okteta for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-05-16 14:36:59

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Tue May 16 14:36:59 2017 rev:48 rq:490521 version:17.04.0

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-03-31 
15:10:24.788532415 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-05-16 
14:37:02.243564073 +0200
@@ -1,0 +2,25 @@
+Sun Apr 16 10:45:32 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * Fix doctype of ui.rc files to match root element
+  * Bump version to 0.22.0
+
+---
+Wed Apr 12 20:26:09 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * Use non-deprecated ECM KDEInstallDirs variables
+  * Change deprecated  to 
+  * Add QT_DEPRECATED_WARNINGS/QT_DISABLE_DEPRECATED_BEFORE
+  * Port qSort -> std::sort
+  * Bump version to 0.21.90
+
+---

Old:

  okteta-17.03.80.tar.xz

New:

  okteta-17.04.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.3n6QRh/_old  2017-05-16 14:37:02.911470235 +0200
+++ /var/tmp/diff_new_pack.3n6QRh/_new  2017-05-16 14:37:02.915469673 +0200
@@ -15,9 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 Name:   okteta
-Version:17.03.80
+Version:17.04.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
@@ -25,7 +26,7 @@
 Summary:Hex Editor
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
-Url:http://www.kde.org/
+Url: http://www.kde.org
 Source0:okteta-%{version}.tar.xz
 BuildRequires:  attica-qt5-devel
 BuildRequires:  cmake
@@ -49,6 +50,7 @@
 Obsoletes:  okteta5 < %{version}
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,6 +65,10 @@
 %description devel
 Contains the development files for the Okteta Hex Editor
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q
 
@@ -72,6 +78,10 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+%find_lang %{name} --with-man --all-name
+%kf5_find_htmldocs
+  %endif
   %suse_update_desktop_fileorg.kde.okteta Utility Editor
 
 %post
@@ -108,4 +118,9 @@
 %{_kf5_libdir}/libokteta*.so
 %{_kf5_libdir}/cmake/
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++ okteta-17.03.80.tar.xz -> okteta-17.04.0.tar.xz ++
 277966 lines of diff (skipped)




commit okteta for openSUSE:Factory

2017-03-31 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-03-31 15:10:11

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Fri Mar 31 15:10:11 2017 rev:47 rq:483683 version:17.03.80

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-03-16 
09:40:36.398641481 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-03-31 
15:10:24.788532415 +0200
@@ -1,0 +2,28 @@
+Sat Mar 25 23:10:53 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * For compared or concatenated strings use QLatin1String, not QStringLiteral
+  * Do not use static QString objects
+  * Add missing emit keyword on signal call
+  * Compose string manually
+  * Remove unused variables/instances
+  * Avoid calling methods on a temporary object
+  * Add missing Q_OBJECT macro to QObject subclasses
+  * Do not exit application if KDBusService fails to initialize.
+  * Fix typo in docs
+  * fix wrong structures directory
+  * replace kf5-config from kdelibs4support with qtpaths
+  * Point to category page on store.kde.org in docs
+  * Replace kde-files.org with store.kde.org in docs
+  * Bump version to 0.21.60
+
+---
+Sat Mar 25 13:58:59 UTC 2017 - fab...@ritter-vogt.de
+
+- Add BuildRequires: cmake(Qca-qt5)
+
+---

Old:

  okteta-16.12.3.tar.xz

New:

  okteta-17.03.80.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.f5Ipv2/_old  2017-03-31 15:10:25.448439117 +0200
+++ /var/tmp/diff_new_pack.f5Ipv2/_new  2017-03-31 15:10:25.448439117 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   okteta
-Version:16.12.3
+Version:17.03.80
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Hex Editor
 License:GPL-2.0 and GFDL-1.2
@@ -40,6 +40,7 @@
 BuildRequires:  kparts-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  cmake(Qca-qt5)
 BuildRequires:  pkgconfig(Qt5Designer)
 BuildRequires:  pkgconfig(Qt5PrintSupport)
 BuildRequires:  pkgconfig(Qt5ScriptTools)

++ okteta-16.12.3.tar.xz -> okteta-17.03.80.tar.xz ++
 2821 lines of diff (skipped)




commit okteta for openSUSE:Factory

2017-03-16 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-03-16 09:40:18

Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and  /work/SRC/openSUSE:Factory/.okteta.new (New)


Package is "okteta"

Thu Mar 16 09:40:18 2017 rev:46 rq:478277 version:16.12.3

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-02-16 
16:59:40.781444141 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-03-16 
09:40:36.398641481 +0100
@@ -1,0 +2,10 @@
+Thu Mar  9 12:44:12 CET 2017 - lbeltr...@kde.org
+
+- Update to 16.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-16.12.3.php
+- Changes since 16.12.2:
+  * None
+
+---

Old:

  okteta-16.12.2.tar.xz

New:

  okteta-16.12.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.7PPODC/_old  2017-03-16 09:40:37.034551440 +0100
+++ /var/tmp/diff_new_pack.7PPODC/_new  2017-03-16 09:40:37.034551440 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   okteta
-Version:16.12.2
+Version:16.12.3
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Hex Editor
 License:GPL-2.0 and GFDL-1.2

++ okteta-16.12.2.tar.xz -> okteta-16.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.12.2/program/org.kde.okteta.appdata.xml 
new/okteta-16.12.3/program/org.kde.okteta.appdata.xml
--- old/okteta-16.12.2/program/org.kde.okteta.appdata.xml   2017-01-23 
06:41:32.0 +0100
+++ new/okteta-16.12.3/program/org.kde.okteta.appdata.xml   2017-02-24 
06:48:13.0 +0100
@@ -143,7 +143,7 @@
   Values and characters shown either in two columns (the traditional 
display in hex editors) or in rows with the value on top of the character
   Los valores y caráuteres amuésense dambos en dos 
columnes (l'amosanza tradicional nos editores hexadecimales) o en fileres col 
valor enriba'l caráuter
   Els valors i els caràcters es mostren en dues columnes 
(la vista tradicional en els editors hexadecimals) o en files amb el valor a 
sobre del caràcter
-  Els valors i els caràcters es mostren en dues 
columnes (la vista tradicional en els editors hexadecimals) o en files amb el 
valor a sobre del caràcter
+  Els valors i els caràcters es mostren en dues 
columnes (la vista tradicional en els editors hexadecimals) o en files amb el 
valor damunt del caràcter
   Werte und Zeichen können in zwei Spalten (die 
traditionelle Anzeige von Hexeditoren) oder in Reihen mit der Anzeige der Werte 
über den Zeichen dargestellt werden
   Values and characters shown either in two columns 
(the traditional display in hex editors) or in rows with the value on top of 
the character
   Muestra valores y caracteres en dos columnas (la vista 
tradicional para editores hexadecimales) o en filas con los valores encima de 
los caracteres
@@ -386,6 +386,7 @@
   Podrška za poništavanje/ponavljanje akcija
   Admet desfer/refer
   Admet desfer/refer
+  Podpora zpět/vpřed
   Unterstützung für Zurücknehmen und 
Wiederherstellen
   Undo/redo support
   Permite deshacer y rehacer acciones




commit okteta for openSUSE:Factory

2017-02-16 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-02-16 16:59:40

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.changes2017-01-18 
21:55:45.730143343 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-02-16 
16:59:40.781444141 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 07:22:57 UTC 2017 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.12.2
+   * KDE Applications 16.12.2
+   * https://www.kde.org/announcements/announce-applications-16.12.2.php
+
+
+---

Old:

  okteta-16.12.1.tar.xz

New:

  okteta-16.12.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.tHOTc7/_old  2017-02-16 16:59:41.301370584 +0100
+++ /var/tmp/diff_new_pack.tHOTc7/_new  2017-02-16 16:59:41.305370017 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   okteta
-Version:16.12.1
+Version:16.12.2
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Hex Editor
 License:GPL-2.0 and GFDL-1.2

++ okteta-16.12.1.tar.xz -> okteta-16.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.12.1/mimetypes/okteta.xml 
new/okteta-16.12.2/mimetypes/okteta.xml
--- old/okteta-16.12.1/mimetypes/okteta.xml 2016-12-12 05:18:48.0 
+0100
+++ new/okteta-16.12.2/mimetypes/okteta.xml 2017-01-23 06:41:32.0 
+0100
@@ -27,6 +27,7 @@
 Motorola S-Records
 Motorola S-Records
 S-Records Motorola
+모토롤라 S-레코드
 Motorola S-records
 Motorola S-Records
 Motorola S-Records
@@ -66,6 +67,7 @@
 Archivo objeto hexadecimal de Intel
 Inteli 16nd-objektfail
 File oggetto esadecimale Intel
+인텔 16진수 개체 파일
 Intel hexadecimaal objectbestand
 Intel-heksobjektfil
 Plik obiektu szesnastkowego Intel
@@ -102,6 +104,7 @@
 Datos codificados en Base64
 Base64 kodeeringus andmed
 Dati codificati in Base64
+Base64 인코딩된 데이터
 Base64 gecodeerde gegevens
 Base64-koda data
 Dane zakodowane Base64
@@ -132,6 +135,7 @@
 Datos codificados en Base32
 Base32 kodeeringus andmed
 Dati codificati in Base32
+Base32 인코딩된 데이터
 Base32 gecodeerde gegevens
 Base32-koda data
 Dane zakodowane Base32
@@ -161,6 +165,7 @@
 Archivo codificado en Btoa
 Btoa kodeeringus fail
 File codificato in Btoa
+Btoa 인코딩된 데이터
 Btoa gecodeerd bestand
 Btoa-koda fil
 Dane zakodowane Btoa
@@ -194,6 +199,7 @@
 Datos codificados en Ascii85
 Ascii85 kodeeringus andmed
 File codificato in Ascii85
+Ascii85 인코딩된 데이터
 Ascii85 gecodeerde gegevens
 Ascii85-koda data
 Dane zakodowane Ascii85
@@ -226,6 +232,7 @@
 Archivo codificado con Uuencode
 Uuencode-fail
 File con codifica UUencode
+Uuencode 인코딩된 파일
 Uuencoded bestand
 Uuencoding-koda fil
 Plik Uuencoded
@@ -261,6 +268,7 @@
 Archivo codificado con Xxencode
 Xxencode-fail
 File con codifica Xxencoded
+Xxencode 인코딩된 파일
 Xxencoded bestand
 Xxencoding-koda fil
 Plik Xxencoded
@@ -292,6 +300,7 @@
 Definición de estructura de Okteta
 Okteta struktuuridefinitsioon
 Definizione di struttura di Okteta
+Okteta 구조체 정의
 Okteta structuurdefinitie
 Okteta strukturdefinisjon
 Definicja struktury Okteta




commit okteta for openSUSE:Factory

2017-01-18 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-01-18 21:55:44

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.changes2016-12-17 
10:56:47.859219203 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-01-18 
21:55:45.730143343 +0100
@@ -1,0 +2,7 @@
+Sat Jan 14 09:07:41 UTC 2017 - lbeltr...@kde.org
+
+- - Update to KDE Applications 16.12.1
+   * KDE Applications 16.12.1 
+   * https://www.kde.org/announcements/announce-applications-16.12.1.php
+
+---

Old:

  okteta-16.12.0.tar.xz

New:

  okteta-16.12.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.dDyG9n/_old  2017-01-18 21:55:46.150083940 +0100
+++ /var/tmp/diff_new_pack.dDyG9n/_new  2017-01-18 21:55:46.158082808 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   okteta
-Version:16.12.0
+Version:16.12.1
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Hex Editor
 License:GPL-2.0 and GFDL-1.2

++ okteta-16.12.0.tar.xz -> okteta-16.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.12.0/doc/index.docbook 
new/okteta-16.12.1/doc/index.docbook
--- old/okteta-16.12.0/doc/index.docbook2016-12-03 14:59:18.0 
+0100
+++ new/okteta-16.12.1/doc/index.docbook2016-12-12 05:18:48.0 
+0100
@@ -355,7 +355,7 @@
   Sharing structure definitions
   For common structures you may not need to create a definition 
yourself,
   but instead can reuse an already existing definition from places like
-  http://kde-files.org/index.php?xcontentmode=691;>kde-files.org.
+  https://store.kde.org/browse/cat/214;>store.kde.org.
   You also may want to share a definition yourself. To do so, create 
a
   file archive ( a zipped tar archive, .tar.gz)
   containing just the subdirectory with the .desktop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.12.0/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
 
new/okteta-16.12.1/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
--- 
old/okteta-16.12.0/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
 2016-12-03 14:59:18.0 +0100
+++ 
new/okteta-16.12.1/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
 2016-12-12 05:18:48.0 +0100
@@ -26,6 +26,7 @@
 Name[nb]=Bitfelter-test
 Name[nds]=Bitfeller-Prööv
 Name[nl]=Test op bitvelden
+Name[nn]=Bitfelt-test
 Name[pl]=Test bitfields
 Name[pt]=Teste de campos de 'bits'
 Name[pt_BR]=Teste de campos de 'bits'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.12.0/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
 
new/okteta-16.12.1/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
--- 
old/okteta-16.12.0/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
 2016-12-03 14:59:18.0 +0100
+++ 
new/okteta-16.12.1/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
 2016-12-12 05:18:48.0 +0100
@@ -20,6 +20,7 @@
 Name[it]=Formato di file .class di Java
 Name[ko]=Java .class 파일 형식
 Name[nl]=Bestandsformaat van Java .class
+Name[nn]=Java .class-filformat
 Name[pl]=Format plików .class Javy
 Name[pt]=Formato de ficheiro .class do Java
 Name[pt_BR]=Formato de arquivo .class do Java
@@ -52,6 +53,7 @@
 Comment[it]=Ancora molto incompleto!
 Comment[ko]=여전히 불완전합니다!!!
 Comment[nl]=nog steeds erg onvolledig!!!
+Comment[nn]=er framleis veldig ufullstendig!!!
 Comment[pl]=nadal bardzo nieukończone!!!
 Comment[pt]=ainda muito incompleto!!!
 Comment[pt_BR]=ainda muito incompleto!!!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.12.0/kasten/controllers/view/structures/examples/okteta/structures/dynamic/metadata.desktop
 
new/okteta-16.12.1/kasten/controllers/view/structures/examples/okteta/structures/dynamic/metadata.desktop
--- 

commit okteta for openSUSE:Factory

2016-11-13 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-11-13 23:00:16

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.changes2016-10-18 
10:41:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-11-13 
23:00:18.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 06:28:38 UTC 2016 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.08.3
+  * KDE Applications 16.08.3
+  * https://www.kde.org/announcements/announce-applications-16.08.3.php
+
+---

Old:

  okteta-16.08.2.tar.xz

New:

  okteta-16.08.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.PmVFXh/_old  2016-11-13 23:00:19.0 +0100
+++ /var/tmp/diff_new_pack.PmVFXh/_new  2016-11-13 23:00:19.0 +0100
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:16.08.2
+Version:16.08.3
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-16.08.2.tar.xz -> okteta-16.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.08.2/kasten/controllers/view/charsetconversion/charsetconversionjob.cpp
 
new/okteta-16.08.3/kasten/controllers/view/charsetconversion/charsetconversionjob.cpp
--- 
old/okteta-16.08.2/kasten/controllers/view/charsetconversion/charsetconversionjob.cpp
   2016-09-26 12:38:29.0 +0200
+++ 
new/okteta-16.08.3/kasten/controllers/view/charsetconversion/charsetconversionjob.cpp
   2016-10-27 14:09:16.0 +0200
@@ -27,7 +27,7 @@
 #include 
 #include 
 // Qt
-#include 
+#include 
 
 
 namespace Kasten
@@ -87,7 +87,7 @@
 mResult[r++] = convertedByte;
 }
 
-QApplication::processEvents( QEventLoop::ExcludeUserInputEvents | 
QEventLoop::ExcludeSocketNotifiers, 100 );
+QCoreApplication::processEvents( QEventLoop::ExcludeUserInputEvents | 
QEventLoop::ExcludeSocketNotifiers );
 }
 
 deleteLater(); // TODO: could be reused on next operation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.08.2/kasten/controllers/view/checksum/checksumcalculatejob.cpp 
new/okteta-16.08.3/kasten/controllers/view/checksum/checksumcalculatejob.cpp
--- 
old/okteta-16.08.2/kasten/controllers/view/checksum/checksumcalculatejob.cpp
2016-09-26 12:38:29.0 +0200
+++ 
new/okteta-16.08.3/kasten/controllers/view/checksum/checksumcalculatejob.cpp
2016-10-27 14:09:16.0 +0200
@@ -27,15 +27,12 @@
 // Okteta core
 #include 
 // Qt
-#include 
+#include 
 
 
 namespace Kasten
 {
 
-static const int MaxChecksumEventProcessTimeInMS = 100;
-
-
 void ChecksumCalculateJob::exec()
 {
 // check
@@ -58,7 +55,7 @@
 
 void ChecksumCalculateJob::onCalculatedBytes()
 {
-QApplication::processEvents( QEventLoop::ExcludeUserInputEvents | 
QEventLoop::ExcludeSocketNotifiers, MaxChecksumEventProcessTimeInMS );
+QCoreApplication::processEvents( QEventLoop::ExcludeUserInputEvents | 
QEventLoop::ExcludeSocketNotifiers );
 }
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.08.2/kasten/controllers/view/filter/filterjob.cpp 
new/okteta-16.08.3/kasten/controllers/view/filter/filterjob.cpp
--- old/okteta-16.08.2/kasten/controllers/view/filter/filterjob.cpp 
2016-09-26 12:38:29.0 +0200
+++ new/okteta-16.08.3/kasten/controllers/view/filter/filterjob.cpp 
2016-10-27 14:09:16.0 +0200
@@ -25,14 +25,12 @@
 // filter
 #include 
 // Qt
-#include 
+#include 
 
 
 namespace Kasten
 {
 
-static const int FilterMaxEventProcessTimeInMS = 100;
-
 bool FilterJob::exec()
 {
 //TODO: what kind of signal could a filter send?
@@ -47,7 +45,7 @@
 
 void FilterJob::onFilteredBytes()
 {
-QApplication::processEvents( QEventLoop::ExcludeUserInputEvents | 
QEventLoop::ExcludeSocketNotifiers, FilterMaxEventProcessTimeInMS );
+QCoreApplication::processEvents( QEventLoop::ExcludeUserInputEvents | 
QEventLoop::ExcludeSocketNotifiers );
 }
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.08.2/kasten/controllers/view/info/createstatisticjob.cpp 
new/okteta-16.08.3/kasten/controllers/view/info/createstatisticjob.cpp
--- old/okteta-16.08.2/kasten/controllers/view/info/createstatisticjob.cpp  
2016-09-26 12:38:29.0 +0200

commit okteta for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-10-18 10:41:54

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.changes2016-09-24 
15:27:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-10-18 
10:41:56.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 21:08:07 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  okteta-16.08.1.tar.xz

New:

  okteta-16.08.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.PYhrD1/_old  2016-10-18 10:41:56.0 +0200
+++ /var/tmp/diff_new_pack.PYhrD1/_new  2016-10-18 10:41:56.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:16.08.1
+Version:16.08.2
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-16.08.1.tar.xz -> okteta-16.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.08.1/mimetypes/okteta.xml 
new/okteta-16.08.2/mimetypes/okteta.xml
--- old/okteta-16.08.1/mimetypes/okteta.xml 2016-09-05 18:38:53.0 
+0200
+++ new/okteta-16.08.2/mimetypes/okteta.xml 2016-09-26 12:38:29.0 
+0200
@@ -21,6 +21,7 @@
 Motorola S-Records
 Registres S de Motorola
 Registres S de Motorola
+Motorola-S-Records
 Motorola S-Records
 Motorola S-Records
 Motorola S-Records
@@ -55,6 +56,7 @@
 Intel hexadecimal object file
 Fitxer objecte hexadecimal d'Intel
 Fitxer objecte hexadecimal 
d'Intel
+Intel-Hexadezimal-Objektdatei
 Intel hexadecimal object file
 Archivo objeto hexadecimal de Intel
 Inteli 16nd-objektfail
@@ -62,6 +64,7 @@
 Intel hexadecimaal objectbestand
 Plik obiektu szesnastkowego Intel
 Ficheiro de objectos em hexadecimal da 
Intel
+Arquivo objeto em hexadecimal da Intel
 Intel hexadecimálny objektový súbor
 Intelova šestnajstiška predmetna datoteka
 Интелов хексадекадни објектни фајл
@@ -86,6 +89,7 @@
 Base64 encoded data
 Dades codificades en Base64
 Dades codificades en Base64
+Base64-kodierte Daten
 Base64 encoded data
 Datos codificados en Base64
 Base64 kodeeringus andmed
@@ -111,6 +115,7 @@
 Base32 encoded data
 Dades codificades en Base32
 Dades codificades en Base32
+Base32-kodierte Daten
 Base32 encoded data
 Datos codificados en Base32
 Base32 kodeeringus andmed
@@ -135,6 +140,7 @@
 Btoa Encoded File
 Fitxer BTOA codificat
 Fitxer BTOA codificat
+Btoa-kodierte Datei
 Btoa Encoded File
 Archivo codificado en Btoa
 Btoa kodeeringus fail
@@ -163,6 +169,7 @@
 Ascii85 encoded data
 Dades codificades en ASCII85
 Dades codificades en ASCII85
+ASCII85-kodierte Daten
 Ascii85 encoded data
 Datos codificados en Ascii85
 Ascii85 kodeeringus andmed
@@ -190,6 +197,7 @@
 Uuencoded file
 Fitxer «uuencoded»
 Fitxer «uuencoded»
+UUencode-Datei
 Uuencoded file
 Archivo codificado con Uuencode
 Uuencode-fail
@@ -197,6 +205,7 @@
 Uuencoded bestand
 Plik Uuencoded
 Ficheiro codificado com UUencode
+Arquivo uuencoded
 Uuencoded súbor
 Datoteka Uuencoded
 уу‑кодни фајл
@@ -220,6 +229,7 @@
 Xxencoded file
 Fitxer «xxencoded»
 Fitxer «xxencoded»
+Xxencode-Datei
 Xxencoded file
 Archivo codificado con Xxencode
 Xxencode-fail
@@ -227,6 +237,7 @@
 Xxencoded bestand
 Plik Xxencoded
 Ficheiro codificado com Xxencode
+Arquivo xxencoded
 Xxencoded súbor
 Datoteka Xxencoded
 иксикс-кодни фајл
@@ -246,6 +257,7 @@
 Okteta Structure definition
 Definició d'estructura de l'Okteta
 Definició d'estructura de 
l'Okteta
+Okteta-Strukturdefinition
 Okteta Structure definition
 Definición de estructura de Okteta
 Okteta struktuuridefinitsioon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.08.1/parts/kpart/CMakeLists.txt 
new/okteta-16.08.2/parts/kpart/CMakeLists.txt
--- old/okteta-16.08.1/parts/kpart/CMakeLists.txt   2016-09-05 
18:38:53.0 +0200
+++ new/okteta-16.08.2/parts/kpart/CMakeLists.txt   2016-09-26 
12:38:29.0 +0200
@@ -21,7 +21,12 @@
 )
 
 install( 

commit okteta for openSUSE:Factory

2016-09-24 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-09-24 15:27:13

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.changes2016-08-31 
00:09:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-09-24 
15:27:14.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  9 08:42:41 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.08.1
+   * KDE Applications 16.08.1
+   * https://www.kde.org/announcements/announce-applications-16.08.1.php
+
+
+---

Old:

  okteta-16.08.0.tar.xz

New:

  okteta-16.08.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.whUEdx/_old  2016-09-24 15:27:15.0 +0200
+++ /var/tmp/diff_new_pack.whUEdx/_new  2016-09-24 15:27:15.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:16.08.0
+Version:16.08.1
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-16.08.0.tar.xz -> okteta-16.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.08.0/mimetypes/okteta.xml 
new/okteta-16.08.1/mimetypes/okteta.xml
--- old/okteta-16.08.0/mimetypes/okteta.xml 2016-08-09 02:30:36.0 
+0200
+++ new/okteta-16.08.1/mimetypes/okteta.xml 2016-09-05 18:38:53.0 
+0200
@@ -23,6 +23,7 @@
 Registres S de Motorola
 Motorola S-Records
 Motorola S-Records
+Motorola S-Records
 S-Records Motorola
 Motorola S-records
 Motorola S-Records
@@ -56,6 +57,7 @@
 Fitxer objecte hexadecimal 
d'Intel
 Intel hexadecimal object file
 Archivo objeto hexadecimal de Intel
+Inteli 16nd-objektfail
 File oggetto esadecimale Intel
 Intel hexadecimaal objectbestand
 Plik obiektu szesnastkowego Intel
@@ -86,6 +88,7 @@
 Dades codificades en Base64
 Base64 encoded data
 Datos codificados en Base64
+Base64 kodeeringus andmed
 Dati codificati in Base64
 Base64 gecodeerde gegevens
 Dane zakodowane Base64
@@ -110,6 +113,7 @@
 Dades codificades en Base32
 Base32 encoded data
 Datos codificados en Base32
+Base32 kodeeringus andmed
 Dati codificati in Base32
 Base32 gecodeerde gegevens
 Dane zakodowane Base32
@@ -133,6 +137,7 @@
 Fitxer BTOA codificat
 Btoa Encoded File
 Archivo codificado en Btoa
+Btoa kodeeringus fail
 File codificato in Btoa
 Btoa gecodeerd bestand
 Dane zakodowane Btoa
@@ -160,6 +165,7 @@
 Dades codificades en ASCII85
 Ascii85 encoded data
 Datos codificados en Ascii85
+Ascii85 kodeeringus andmed
 File codificato in Ascii85
 Ascii85 gecodeerde gegevens
 Dane zakodowane Ascii85
@@ -186,6 +192,7 @@
 Fitxer «uuencoded»
 Uuencoded file
 Archivo codificado con Uuencode
+Uuencode-fail
 File con codifica UUencode
 Uuencoded bestand
 Plik Uuencoded
@@ -215,6 +222,7 @@
 Fitxer «xxencoded»
 Xxencoded file
 Archivo codificado con Xxencode
+Xxencode-fail
 File con codifica Xxencoded
 Xxencoded bestand
 Plik Xxencoded
@@ -240,6 +248,7 @@
 Definició d'estructura de 
l'Okteta
 Okteta Structure definition
 Definición de estructura de Okteta
+Okteta struktuuridefinitsioon
 Definizione di struttura di Okteta
 Okteta structuurdefinitie
 Definicja struktury Okteta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.08.0/parts/kpart/oktetapart.desktop 
new/okteta-16.08.1/parts/kpart/oktetapart.desktop
--- old/okteta-16.08.0/parts/kpart/oktetapart.desktop   2016-08-09 
02:30:36.0 +0200
+++ new/okteta-16.08.1/parts/kpart/oktetapart.desktop   2016-09-05 
18:38:53.0 +0200
@@ -41,7 +41,6 @@
 Name[x-test]=xxOkteta Hex Viewerxx
 Name[zh_CN]=Okteta 十六进制查看器
 Name[zh_TW]=Okteta 十六進位碼檢視器
-MimeType=all/allfiles;
-#MimeType=application/octet-stream
+MimeType=application/octet-stream;
 X-KDE-ServiceTypes=KParts/ReadOnlyPart,Browser/View,KParts/ReadWritePart
 X-KDE-Library=oktetapart
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.08.0/program/about.cpp 
new/okteta-16.08.1/program/about.cpp
--- old/okteta-16.08.0/program/about.cpp2016-08-09 02:30:36.0 
+0200
+++ new/okteta-16.08.1/program/about.cpp2016-09-05 

commit okteta for openSUSE:Factory

2016-08-30 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-08-31 00:09:08

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.changes2016-07-24 
19:49:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-08-31 
00:09:09.0 +0200
@@ -1,0 +2,16 @@
+Fri Aug 12 10:31:16 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.08.0
+   * KDE Applications 16.08.0
+   * https://www.kde.org/announcements/announce-applications-16.08.0.php
+
+
+---
+Mon Aug  8 15:50:28 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.07.90
+   * KDE Applications 16.07.90 (16.08-RC)
+   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+
+
+---

Old:

  okteta-16.04.3.tar.xz

New:

  okteta-16.08.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.4aN5k4/_old  2016-08-31 00:09:10.0 +0200
+++ /var/tmp/diff_new_pack.4aN5k4/_new  2016-08-31 00:09:10.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:16.04.3
+Version:16.08.0
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}
@@ -87,7 +87,7 @@
 %{_kf5_sharedir}/icons/hicolor/*/*/*.*
 %{_kf5_sharedir}/okteta*/
 %{_kf5_sharedir}/kxmlgui5/
-%{_kf5_sharedir}/appdata/
+%{_kf5_appstreamdir}/
 %{_kf5_plugindir}/
 %{_kf5_libdir}/libkasten*.so.*
 %{_kf5_libdir}/libokteta*.so.*

++ okteta-16.04.3.tar.xz -> okteta-16.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.04.3/CMakeLists.txt 
new/okteta-16.08.0/CMakeLists.txt
--- old/okteta-16.04.3/CMakeLists.txt   2016-06-18 15:58:11.0 +0200
+++ new/okteta-16.08.0/CMakeLists.txt   2016-08-09 02:30:36.0 +0200
@@ -1,44 +1,64 @@
-project( okteta )
-
 cmake_minimum_required(VERSION 2.8.12)
-set(QT_MIN_VERSION "5.2.0")
+
+project( okteta )
 
 find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules" 
${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
+# ECM KDE macros (include first, to have their policies and settings effect 
all other macros)
+include(KDEInstallDirs)
+include(KDECMakeSettings NO_POLICY_SCOPE)
+include(KDECompilerSettings NO_POLICY_SCOPE)
+# ECM macros
 include(ECMInstallIcons)
 include(ECMGenerateHeaders)
 include(ECMSetupVersion)
 include(ECMPackageConfigHelpers)
 include(ECMAddAppIcon)
-
+# CMake macros
 include(FeatureSummary)
 include(GenerateExportHeader)
 
-include(KDEInstallDirs)
-include(KDECMakeSettings)
-include(KDECompilerSettings)
 
-find_package(Qt5 REQUIRED NO_MODULE
+set(REQUIRED_QT_VERSION "5.2.0")
+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED
 COMPONENTS
 Core
 Network
-Designer
 PrintSupport
 Script
 ScriptTools
 Widgets
 Xml
 )
-find_package(Qt5Test QUIET)
+find_package(Qt5Test ${REQUIRED_QT_VERSION} CONFIG QUIET)
 if (NOT Qt5Test_FOUND)
   message(STATUS "Qt5Test not found, unit tests will not be built.")
 endif()
 
+find_package(Qt5Designer ${REQUIRED_QT_VERSION} CONFIG QUIET)
+set_package_properties(Qt5Designer PROPERTIES TYPE OPTIONAL
+PURPOSE "Required to build Qt Designer plugins"
+)
+if(NOT Qt5Designer_VERSION_STRING VERSION_LESS 5.5.0)
+find_package(Qt5UiPlugin ${REQUIRED_QT_VERSION} CONFIG QUIET)
+set_package_properties(Qt5UiPlugin PROPERTIES TYPE OPTIONAL
+PURPOSE "Required to build Qt Designer plugins"
+)
+if (Qt5UiPlugin_FOUND)
+# for some reason, Qt5UiPlugin does not set its _INCLUDE_DIRS 
variable. Fill it manually
+get_target_property(Qt5UiPlugin_INCLUDE_DIRS Qt5::UiPlugin 
INTERFACE_INCLUDE_DIRECTORIES)
+endif()
+set(DesignerPluginDeps_FOUND ${Qt5UiPlugin_FOUND})
+else()
+set(DesignerPluginDeps_FOUND ${Qt5Designer_FOUND})
+endif()
+
 
-find_package(KF5 REQUIRED
+set(REQUIRED_KF5_VERSION "5.7.0")
+find_package(KF5 ${REQUIRED_KF5_VERSION} REQUIRED
 COMPONENTS
 Bookmarks
 Codecs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.04.3/core/CMakeLists.txt 

commit okteta for openSUSE:Factory

2016-07-24 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-07-24 19:49:15

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.changes2016-06-25 
02:20:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-07-24 
19:49:28.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul  8 09:20:59 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.3
+   * KDE Applications 16.04.3
+   * https://www.kde.org/announcements/announce-applications-16.04.3.php
+
+
+---

Old:

  okteta-16.04.2.tar.xz

New:

  okteta-16.04.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.KuyuxE/_old  2016-07-24 19:49:30.0 +0200
+++ /var/tmp/diff_new_pack.KuyuxE/_new  2016-07-24 19:49:30.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:16.04.2
+Version:16.04.3
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-16.04.2.tar.xz -> okteta-16.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.04.2/kasten/controllers/document/info/documentinfotool.cpp 
new/okteta-16.04.3/kasten/controllers/document/info/documentinfotool.cpp
--- old/okteta-16.04.2/kasten/controllers/document/info/documentinfotool.cpp
2016-06-06 14:13:15.0 +0200
+++ new/okteta-16.04.3/kasten/controllers/document/info/documentinfotool.cpp
2016-06-18 15:58:11.0 +0200
@@ -74,7 +74,7 @@
 if( mDocument )
 {
 const QUrl url = mDocumentSyncManager->urlOf( mDocument );
-result = url.isLocalFile() ? url.path() : url.toDisplayString();
+result = 
url.toDisplayString(QUrl::PrettyDecoded|QUrl::PreferLocalFile);
 }
 return result;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.04.2/kasten/core/io/filesystem/externalbookmarkstorage.cpp 
new/okteta-16.04.3/kasten/core/io/filesystem/externalbookmarkstorage.cpp
--- old/okteta-16.04.2/kasten/core/io/filesystem/externalbookmarkstorage.cpp
2016-06-06 14:13:15.0 +0200
+++ new/okteta-16.04.3/kasten/core/io/filesystem/externalbookmarkstorage.cpp
2016-06-18 15:58:11.0 +0200
@@ -53,7 +53,7 @@
 
 bookmarkable->removeAllBookmarks();
 
-const QString urlString = url.isLocalFile() ? url.path(QUrl::FullyDecoded) 
: url.toDisplayString();
+const QString urlString = 
url.toDisplayString(QUrl::PrettyDecoded|QUrl::PreferLocalFile);
 
 KBookmarkGroup root = mBookmarkManager->root();
 
@@ -94,7 +94,7 @@
 if( ! bookmarkable )
 return;
 
-const QString urlString = url.isLocalFile() ? url.path(QUrl::FullyDecoded) 
: url.toDisplayString();
+const QString urlString = 
url.toDisplayString(QUrl::PrettyDecoded|QUrl::PreferLocalFile);
 
 KBookmarkGroup root = mBookmarkManager->root();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.04.2/libs/kasten/core/io/filesystem/abstractfilesystemconnectjob_p.cpp
 
new/okteta-16.04.3/libs/kasten/core/io/filesystem/abstractfilesystemconnectjob_p.cpp
--- 
old/okteta-16.04.2/libs/kasten/core/io/filesystem/abstractfilesystemconnectjob_p.cpp
2016-06-06 14:13:15.0 +0200
+++ 
new/okteta-16.04.3/libs/kasten/core/io/filesystem/abstractfilesystemconnectjob_p.cpp
2016-06-18 15:58:11.0 +0200
@@ -46,7 +46,7 @@
 {
 if( mUrl.isLocalFile() )
 {
-mWorkFilePath = mUrl.path(QUrl::FullyDecoded);
+mWorkFilePath = mUrl.toLocalFile();
 mFile = new QFile( mWorkFilePath );
 isWorkFileOk = mFile->open( QIODevice::WriteOnly );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.04.2/libs/kasten/core/io/filesystem/abstractfilesystemexportjob_p.cpp
 
new/okteta-16.04.3/libs/kasten/core/io/filesystem/abstractfilesystemexportjob_p.cpp
--- 
old/okteta-16.04.2/libs/kasten/core/io/filesystem/abstractfilesystemexportjob_p.cpp
 2016-06-06 14:13:15.0 +0200
+++ 
new/okteta-16.04.3/libs/kasten/core/io/filesystem/abstractfilesystemexportjob_p.cpp
 2016-06-18 15:58:11.0 +0200
@@ -39,7 +39,7 @@
 bool isWorkFileOk;
 if( mUrl.isLocalFile() )
 {
-mWorkFilePath = mUrl.path(QUrl::FullyDecoded);
+mWorkFilePath 

commit okteta for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-06-25 02:20:15

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.changes2016-05-29 
03:08:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-06-25 
02:20:16.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 14 21:34:54 UTC 2016 - wba...@tmo.at
+
+- Use shared-mime-info macros (boo#979301)
+
+---
+Fri Jun 10 18:12:11 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  okteta-16.04.1.tar.xz

New:

  okteta-16.04.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.wxED2r/_old  2016-06-25 02:20:17.0 +0200
+++ /var/tmp/diff_new_pack.wxED2r/_new  2016-06-25 02:20:17.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}
@@ -71,11 +71,11 @@
 
 %post
 /sbin/ldconfig
-%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
+%mime_database_post
 
 %postun
 /sbin/ldconfig
-%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
+%mime_database_postun
 
 %files
 %defattr(-,root,root)

++ okteta-16.04.1.tar.xz -> okteta-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.04.1/CMakeLists.txt 
new/okteta-16.04.2/CMakeLists.txt
--- old/okteta-16.04.1/CMakeLists.txt   2016-05-05 15:31:03.0 +0200
+++ new/okteta-16.04.2/CMakeLists.txt   2016-06-06 14:13:15.0 +0200
@@ -88,6 +88,9 @@
 -DQT_NO_CAST_TO_ASCII
 -DQT_NO_CAST_FROM_ASCII
 -DQT_NO_CAST_FROM_BYTEARRAY
+-DQT_STRICT_ITERATORS
+-DQT_NO_URL_CAST_FROM_STRING
+-DQT_NO_SIGNALS_SLOTS_KEYWORDS
 )
 
 # helper libs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.04.1/kasten/controllers/view/print/printtool.cpp 
new/okteta-16.04.2/kasten/controllers/view/print/printtool.cpp
--- old/okteta-16.04.1/kasten/controllers/view/print/printtool.cpp  
2016-05-05 15:31:03.0 +0200
+++ new/okteta-16.04.2/kasten/controllers/view/print/printtool.cpp  
2016-06-06 14:13:15.0 +0200
@@ -32,6 +32,8 @@
 #include 
 // Okteta core
 #include 
+// Kasten core
+#include 
 // KF5
 #include 
 #include 
@@ -155,7 +157,10 @@
 framesPrinter.addFrameRenderer( footerFrameRenderer );
 
 info.setNoOfPages( byteArrayFrameRenderer->framesCount() );
-info.setUrl( mDocument->title() ); //TODO: get the url from 
synchronizer!!!
+AbstractModelSynchronizer* synchronizer = mDocument->synchronizer();
+if (synchronizer) {
+info.setUrl( synchronizer->url() );
+}
 
 QApplication::setOverrideCursor( Qt::WaitCursor );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.04.1/libs/framesprint/headerfooterframerenderer.cpp 
new/okteta-16.04.2/libs/framesprint/headerfooterframerenderer.cpp
--- old/okteta-16.04.1/libs/framesprint/headerfooterframerenderer.cpp   
2016-05-05 15:31:03.0 +0200
+++ new/okteta-16.04.2/libs/framesprint/headerfooterframerenderer.cpp   
2016-06-06 14:13:15.0 +0200
@@ -100,7 +100,7 @@
 tagReplacements['U'] = user.property( KUser::FullName ).toString();
 // tagReplacements['f'] = isSelection ? i18n("(Selection of) %1", 
url.fileName()) : url.fileName();
 tagReplacements['f'] = url.fileName();
-tagReplacements['F'] = url.toDisplayString();
+tagReplacements['F'] = 
url.toDisplayString(QUrl::PrettyDecoded|QUrl::PreferLocalFile);
 tagReplacements['P'] = QString::number( mInfo->noOfPages() );
 
 // create text with globally replaced tags
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.04.1/program/about.cpp 
new/okteta-16.04.2/program/about.cpp
--- old/okteta-16.04.1/program/about.cpp2016-05-05 15:31:03.0 
+0200
+++ new/okteta-16.04.2/program/about.cpp2016-06-06 14:13:15.0 
+0200
@@ -29,7 +29,7 @@
 OktetaAboutData::OktetaAboutData()
 : KAboutData( QStringLiteral("okteta"),
   

commit okteta for openSUSE:Factory

2016-05-28 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-05-29 03:08:13

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.changes2016-03-29 
10:37:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-05-29 
03:08:18.0 +0200
@@ -1,0 +2,24 @@
+Sat May  7 10:44:16 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.1
+   * KDE Applications 16.04.1
+   * https://www.kde.org/announcements/announce-applications-16.04.1.php
+
+
+---
+Sun Apr 17 06:20:23 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.0
+   * KDE Applications 16.04.0
+   * https://www.kde.org/announcements/announce-applications-16.04.0.php
+
+
+---
+Mon Apr 11 06:55:22 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.03.90
+   * KDE Applications 16.04.0 RC
+   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
+
+
+---

Old:

  okteta-15.12.3.tar.xz

New:

  okteta-16.04.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.MPIrKe/_old  2016-05-29 03:08:19.0 +0200
+++ /var/tmp/diff_new_pack.MPIrKe/_new  2016-05-29 03:08:19.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.12.3
+Version:16.04.1
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.12.3.tar.xz -> okteta-16.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.12.3/CMakeLists.txt 
new/okteta-16.04.1/CMakeLists.txt
--- old/okteta-15.12.3/CMakeLists.txt   2016-01-20 10:56:30.0 +0100
+++ new/okteta-16.04.1/CMakeLists.txt   2016-05-05 15:31:03.0 +0200
@@ -96,7 +96,7 @@
 
 set( OKTETALIBS_MAJOR_VERSION 0 )
 set( OKTETALIBS_MINOR_VERSION 9 )
-set( OKTETALIBS_PATCHLEVEL_VERSION 0 )
+set( OKTETALIBS_PATCHLEVEL_VERSION 1 )
 set( OKTETALIBS_VERSION 
"${OKTETALIBS_MAJOR_VERSION}.${OKTETALIBS_MINOR_VERSION}.${OKTETALIBS_PATCHLEVEL_VERSION}"
 )
 set( OKTETALIBS_ABI_VERSION 2 )
 set( OKTETALIBS_INCLUDE_INSTALL_DIR  ${INCLUDE_INSTALL_DIR}/okteta ) 
#${OKTETALIBS_ABI_VERSION} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.12.3/gui/abstractbytearrayview.h 
new/okteta-16.04.1/gui/abstractbytearrayview.h
--- old/okteta-15.12.3/gui/abstractbytearrayview.h  2016-01-20 
10:56:30.0 +0100
+++ new/okteta-16.04.1/gui/abstractbytearrayview.h  2016-05-05 
15:31:03.0 +0200
@@ -387,6 +387,8 @@
 void undefinedCharChanged( QChar undefinedChar );
 void noOfGroupedBytesChanged( int noOfGroupedBytes );
 
+void zoomLevelChanged( double level );
+
   protected:
 void finishByteEdit();
 void emitSelectionSignals();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.12.3/gui/abstractbytearrayview_p.cpp 
new/okteta-16.04.1/gui/abstractbytearrayview_p.cpp
--- old/okteta-15.12.3/gui/abstractbytearrayview_p.cpp  2016-01-20 
10:56:30.0 +0100
+++ new/okteta-16.04.1/gui/abstractbytearrayview_p.cpp  2016-05-05 
15:31:03.0 +0200
@@ -275,6 +275,7 @@
 && !mInZooming )
 {
 mDefaultFontSize = q->font().pointSize();
+// TODO: why reset zoomlevel here? should this not rather recalculate 
the new applied font size?
 mZoomLevel = 1.0;
 }
 }
@@ -297,6 +298,8 @@
 mInZooming = true;
 q->setFont( newFont );
 mInZooming = false;
+
+emit q->zoomLevelChanged( mZoomLevel );
 }
 
 void AbstractByteArrayViewPrivate::zoomOut( int pointDecrement )
@@ -314,6 +317,8 @@
 mInZooming = true;
 q->setFont( newFont );
 mInZooming = false;
+
+emit q->zoomLevelChanged( mZoomLevel );
 }
 
 
@@ -336,6 +341,8 @@
 mInZooming = true;
 q->setFont( newFont );
 mInZooming = false;
+
+emit q->zoomLevelChanged( mZoomLevel );
 }
 
 
@@ -348,7 +355,6 @@
 {
 Q_Q( AbstractByteArrayView );
 
-const int newPointSize = (int)(zoomLevel*mDefaultFontSize);
 const int currentPointSize = q->fontInfo().pointSize();
 
 // TODO: here we catch any new zoomlevels which are out of bounds and the 
zoom already at that bound
@@ -356,11 +362,26 @@
 || 

commit okteta for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-03-29 09:59:46

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.changes2016-02-23 
16:57:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-03-29 
10:37:55.0 +0200
@@ -1,0 +2,9 @@
+Sun Mar 13 15:57:06 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.3
+   * KDE Applications 15.12.3 
+   * https://www.kde.org/announcements/announce-applications-15.12.3.php
+   * boo#970855
+
+
+---

Old:

  okteta-15.12.2.tar.xz

New:

  okteta-15.12.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.ZYGDIu/_old  2016-03-29 10:37:56.0 +0200
+++ /var/tmp/diff_new_pack.ZYGDIu/_new  2016-03-29 10:37:56.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.12.2
+Version:15.12.3
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.12.2.tar.xz -> okteta-15.12.3.tar.xz ++




commit okteta for openSUSE:Factory

2016-02-23 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-02-23 16:57:01

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.changes2016-01-28 
17:22:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-02-23 
16:57:10.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb 13 08:25:40 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.2
+   * KDE Applications 15.12.2 
+   * https://www.kde.org/announcements/announce-applications-15.12.2.php
+   * boo#966605
+
+
+---

Old:

  okteta-15.12.1.tar.xz

New:

  okteta-15.12.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.ySyUxl/_old  2016-02-23 16:57:11.0 +0100
+++ /var/tmp/diff_new_pack.ySyUxl/_new  2016-02-23 16:57:11.0 +0100
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.12.1
+Version:15.12.2
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.12.1.tar.xz -> okteta-15.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.12.1/kasten/CMakeLists.txt 
new/okteta-15.12.2/kasten/CMakeLists.txt
--- old/okteta-15.12.1/kasten/CMakeLists.txt2015-12-09 11:13:38.0 
+0100
+++ new/okteta-15.12.2/kasten/CMakeLists.txt2016-01-20 10:56:30.0 
+0100
@@ -6,7 +6,7 @@
 
 set( OKTETAKASTEN_MAJOR_VERSION 0 )
 set( OKTETAKASTEN_MINOR_VERSION 3 )
-set( OKTETAKASTEN_PATCHLEVEL_VERSION 0 )
+set( OKTETAKASTEN_PATCHLEVEL_VERSION 1 )
 set( OKTETAKASTEN_VERSION 
"${OKTETAKASTEN_MAJOR_VERSION}.${OKTETAKASTEN_MINOR_VERSION}.${OKTETAKASTEN_PATCHLEVEL_VERSION}"
 )
 set( OKTETAKASTEN_ABI_VERSION 1 )
 set( OKTETAKASTEN_INCLUDE_INSTALL_DIR  ${INCLUDE_INSTALL_DIR}/kasten/okteta ) 
#${KASTEN_ABI_VERSION}/okteta${OKTETAKASTEN_ABI_VERSION} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.12.1/kasten/controllers/CMakeLists.txt 
new/okteta-15.12.2/kasten/controllers/CMakeLists.txt
--- old/okteta-15.12.1/kasten/controllers/CMakeLists.txt2015-12-09 
11:13:38.0 +0100
+++ new/okteta-15.12.2/kasten/controllers/CMakeLists.txt2016-01-20 
10:56:30.0 +0100
@@ -134,10 +134,10 @@
   ChecksumToolViewFactory
 )
 
-set( FINDDIALOG_LIB_SRCS
+set( LIBFINDDIALOG_SRCS
   view/libfinddialog/kabstractfinddialog.cpp
 )
-oktetakastencontrollers_generate_headers(FINDDIALOG_LIB view/libfinddialog
+oktetakastencontrollers_generate_headers(libfinddialog view/libfinddialog
   KFindDirection
 )
 
@@ -524,7 +524,7 @@
   ${STRINGSEXTRACTCONTROLLER_SRCS}
   ${BYTETABLECONTROLLER_SRCS}
   ${INFOCONTROLLER_SRCS}
-  ${FINDDIALOG_LIB_SRCS}
+  ${LIBFINDDIALOG_SRCS}
   ${SEARCHCONTROLLER_SRCS}
   ${REPLACECONTROLLER_SRCS}
   ${LIBFILTER_SRCS}
@@ -574,15 +574,13 @@
 #   ${overwriteonlycontroller_HDRS}
   ${overwritemodecontroller_HDRS}
   ${documentinfocontroller_HDRS}
-  ${libchecksum_HDRS}
   ${checksumcontroller_HDRS}
   ${stringsextractcontroller_HDRS}
   ${bytetablecontroller_HDRS}
   ${infocontroller_HDRS}
-  ${finddialog_lib_HDRS}
+  ${libfinddialog_HDRS}
   ${searchcontroller_HDRS}
   ${replacecontroller_HDRS}
-  ${libfilter_HDRS}
   ${filtercontroller_HDRS}
   ${charsetconversiontool_HDRS}
   ${gotooffsetcontroller_HDRS}
@@ -602,15 +600,13 @@
 #   ${overwriteonlycontroller_CCHDRS}
   ${overwritemodecontroller_CCHDRS}
   ${documentinfocontroller_CCHDRS}
-  ${libchecksum_CCHDRS}
   ${checksumcontroller_CCHDRS}
   ${stringsextractcontroller_CCHDRS}
   ${bytetablecontroller_CCHDRS}
   ${infocontroller_CCHDRS}
-  ${finddialog_lib_CCHDRS}
+  ${libfinddialog_CCHDRS}
   ${searchcontroller_CCHDRS}
   ${replacecontroller_CCHDRS}
-  ${libfilter_CCHDRS}
   ${filtercontroller_CCHDRS}
   ${charsetconversiontool_CCHDRS}
   ${gotooffsetcontroller_CCHDRS}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.12.1/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
 
new/okteta-15.12.2/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
--- 
old/okteta-15.12.1/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
 2015-12-09 11:13:38.0 +0100
+++ 

commit okteta for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-01-28 17:22:16

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.changes2016-01-10 
13:07:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-01-28 
17:22:18.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  9 18:35:38 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---

Old:

  okteta-15.12.0.tar.xz

New:

  okteta-15.12.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.zlFDi6/_old  2016-01-28 17:22:19.0 +0100
+++ /var/tmp/diff_new_pack.zlFDi6/_new  2016-01-28 17:22:19.0 +0100
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.12.0
+Version:15.12.1
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.12.0.tar.xz -> okteta-15.12.1.tar.xz ++




commit okteta for openSUSE:Factory

2016-01-10 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-01-10 13:06:46

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.changes2015-11-15 
12:43:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-01-10 
13:07:09.0 +0100
@@ -1,0 +2,9 @@
+Sun Dec 13 13:33:19 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.0
+   * KDE Applications 15.12.0 
+   * https://www.kde.org/announcements/announce-applications-15.12.0.php
+   * boo#958887
+
+
+---

Old:

  okteta-15.08.3.tar.xz

New:

  okteta-15.12.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.C2TjEq/_old  2016-01-10 13:07:11.0 +0100
+++ /var/tmp/diff_new_pack.C2TjEq/_new  2016-01-10 13:07:11.0 +0100
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.08.3
+Version:15.12.0
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.08.3.tar.xz -> okteta-15.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.08.3/kasten/controllers/test/primitivearraytest.cpp 
new/okteta-15.12.0/kasten/controllers/test/primitivearraytest.cpp
--- old/okteta-15.08.3/kasten/controllers/test/primitivearraytest.cpp   
2015-11-04 21:01:46.0 +0100
+++ new/okteta-15.12.0/kasten/controllers/test/primitivearraytest.cpp   
2015-12-09 11:13:38.0 +0100
@@ -19,6 +19,7 @@
  */
 
 #include 
+#include 
 #include 
 
 #include 
@@ -35,6 +36,8 @@
 Q_OBJECT
 
 private:
+/** Tests user defined overrides of byteOrder, typeName, and toStringFunc. 
*/
+template void 
testReadCustomizedPrimitiveInternal();
 template void 
testReadPrimitiveInternal();
 template void testReadPrimitive();
 template bool compareItems(T first, T second, uint index);
@@ -60,17 +63,22 @@
 private:
 QScopedArrayPointer data;
 QScopedPointer model;
+QScopedArrayPointer endianData;
+QScopedPointer endianModel;
 };
 
 #if Q_BYTE_ORDER == Q_LITTLE_ENDIAN
 #define CURRENT_BYTE_ORDER (DataInformation::EndianessLittle)
+#define NON_CURRENT_BYTE_ORDER (DataInformation::EndianessBig)
 #elif Q_BYTE_ORDER == Q_BIG_ENDIAN
 #define CURRENT_BYTE_ORDER (DataInformation::EndianessBig)
+#define NON_CURRENT_BYTE_ORDER (DataInformation::EndianessLittle)
 #else
 #error unknown byte order
 #endif
 
 static const uint SIZE = 8192;
+static const uint ENDIAN_SIZE = 16;
 
 void PrimitiveArrayTest::initTestCase()
 {
@@ -100,6 +108,17 @@
 model.reset(new Okteta::ByteArrayModel(copy, SIZE));
 model->setAutoDelete(true);
 QCOMPARE(model->size(), Okteta::Size(SIZE));
+
+endianData.reset(new Okteta::Byte[ENDIAN_SIZE]);
+for (uint i = 0; i < ENDIAN_SIZE; ++i)
+{
+endianData[i] = i;
+}
+Okteta::Byte* endianCopy = new Okteta::Byte[SIZE];
+memcpy(endianCopy, endianData.data(), ENDIAN_SIZE);
+endianModel.reset(new Okteta::ByteArrayModel(endianCopy, ENDIAN_SIZE));
+endianModel->setAutoDelete(true);
+QCOMPARE(endianModel->size(), Okteta::Size(ENDIAN_SIZE));
 }
 
 template
@@ -167,6 +186,64 @@
 inline void PrimitiveArrayTest::testReadPrimitive()
 {
 testReadPrimitiveInternal();
+testReadCustomizedPrimitiveInternal();
+}
+
+QScriptValue customToStringFunc(QScriptContext *context, QScriptEngine *engine)
+{
+Q_UNUSED(context);
+Q_UNUSED(engine);
+return QStringLiteral("myvalue");
+}
+
+template
+void PrimitiveArrayTest::testReadCustomizedPrimitiveInternal()
+{
+LoggerWithContext lwc(0, QString());
+QScriptEngine* engine = ScriptEngineInitializer::newEngine();
+
+PrimitiveDataInformation* 
primInfo(PrimitiveFactory::newInstance(QStringLiteral("value"), primType, lwc));
+primInfo->setByteOrder(NON_CURRENT_BYTE_ORDER);
+primInfo->setCustomTypeName(QStringLiteral("mytype"));
+primInfo->setToStringFunction(engine->newFunction(customToStringFunc));
+
+ArrayDataInformation* dataInf = new 
ArrayDataInformation(QStringLiteral("values"),
+endianModel->size() / sizeof(T),
+primInfo);
+QScopedPointer top(new 
TopLevelDataInformation(dataInf, 0, engine));
+
+QCOMPARE(dataInf->childCount(), uint(ENDIAN_SIZE / sizeof(T)));
+quint8 bitOffs = 0;
+qint64 

commit okteta for openSUSE:Factory

2015-11-15 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2015-11-15 12:43:38

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.changes2015-10-24 
10:29:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2015-11-15 
12:43:40.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 10 20:22:55 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.3
+   * KDE Applications 15.08.3 
+   * https://www.kde.org/announcements/announce-applications-15.08.3.php
+   * boo#954531
+
+
+---

Old:

  okteta-15.08.2.tar.xz

New:

  okteta-15.08.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.fZc5Yl/_old  2015-11-15 12:43:41.0 +0100
+++ /var/tmp/diff_new_pack.fZc5Yl/_new  2015-11-15 12:43:41.0 +0100
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.08.2
+Version:15.08.3
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.08.2.tar.xz -> okteta-15.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.08.2/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
 
new/okteta-15.08.3/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
--- 
old/okteta-15.08.2/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
 2015-08-10 17:18:53.0 +0200
+++ 
new/okteta-15.08.3/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
 2015-11-04 21:01:46.0 +0100
@@ -6,6 +6,7 @@
 
 Name=Java .class file format
 Name[ca]=Format de fitxer .class del Java
+Name[ca@valencia]=Format de fitxer .class del Java
 Name[da]=Java .class-filformat
 Name[de]=Java-„.class“-Dateiformat
 Name[en_GB]=Java .class file format
@@ -35,6 +36,7 @@
 Name[zh_TW]=Java .class 檔案格式
 Comment=still very incomplete!!!
 Comment[ca]=Encara està molt incomplet!
+Comment[ca@valencia]=Encara està molt incomplet!
 Comment[da]=stadig langt fra færdigt!!!
 Comment[de]=Noch sehr unvollständig
 Comment[en_GB]=still very incomplete!!!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.08.2/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop
 
new/okteta-15.08.3/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop
--- 
old/okteta-15.08.2/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop
  2015-08-10 17:18:53.0 +0200
+++ 
new/okteta-15.08.3/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop
  2015-11-04 21:01:46.0 +0100
@@ -6,6 +6,7 @@
 
 Name=VHD test
 Name[ca]=Prova el VHD
+Name[ca@valencia]=Prova el VHD
 Name[cs]=Test VHD
 Name[da]=VHD-test
 Name[de]=VHD-Test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.08.2/program/org.kde.okteta.appdata.xml 
new/okteta-15.08.3/program/org.kde.okteta.appdata.xml
--- old/okteta-15.08.2/program/org.kde.okteta.appdata.xml   2015-08-10 
17:18:53.0 +0200
+++ new/okteta-15.08.3/program/org.kde.okteta.appdata.xml   2015-11-04 
21:01:46.0 +0100
@@ -8,6 +8,7 @@
   Okteta
   Okteta
   Okteta
+  Okteta
   Okteta
   Okteta
   Okteta
@@ -40,6 +41,7 @@
   Editor hexadecimal
   Heksadekadni editor
   Editor hexadecimal
+  Editor hexadecimal
   Hexa editor
   Hex-Editor
   Hex editor
@@ -71,6 +73,7 @@
 Okteta is a simple editor for the raw data of files.
 Okteta ye un editor cenciellu pa ficheros de datos en 
brutu.
 L'Okteta és un editor senzill per les dades de 
fitxers.
+L'Okteta és un editor senzill per les dades de 
fitxers.
 Okteta ist ein einfacher Editor für die Rohdaten von 
Dateien.
 Okteta is a simple editor for the raw data of 
files.
 Okteta es un sencillo editor de archivos de datos en 
bruto.
@@ -99,6 +102,7 @@
 Carauterístiques:
 Svojstva:
 Característiques:
+Característiques:
 Vlastnosti:
 Funktionen:
 Features:
@@ -130,6 +134,7 @@
   Values and characters shown either in two columns (the traditional 
display in hex editors) or in rows with the value on top of the character
   Los valores y caráuteres amuésense dambos en dos 

commit okteta for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2015-10-24 10:28:58

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.changes2015-10-03 
20:26:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2015-10-24 
10:29:10.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 11 13:45:56 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+---

Old:

  okteta-15.08.1.tar.xz

New:

  okteta-15.08.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.SQchCA/_old  2015-10-24 10:29:11.0 +0200
+++ /var/tmp/diff_new_pack.SQchCA/_new  2015-10-24 10:29:11.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.08.1
+Version:15.08.2
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.08.1.tar.xz -> okteta-15.08.2.tar.xz ++




commit okteta for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2015-10-03 20:26:26

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.changes2015-07-14 
17:41:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2015-10-03 
20:26:27.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:44:50 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:23 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:08:38 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  okteta-15.04.3.tar.xz

New:

  okteta-15.08.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.tjWSex/_old  2015-10-03 20:26:28.0 +0200
+++ /var/tmp/diff_new_pack.tjWSex/_new  2015-10-03 20:26:28.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.04.3.tar.xz -> okteta-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.3/CMakeLists.txt 
new/okteta-15.08.1/CMakeLists.txt
--- old/okteta-15.04.3/CMakeLists.txt   2015-06-20 16:11:22.0 +0200
+++ new/okteta-15.08.1/CMakeLists.txt   2015-08-10 17:18:53.0 +0200
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 set(QT_MIN_VERSION "5.2.0")
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules" 
${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
@@ -12,6 +12,7 @@
 include(ECMGenerateHeaders)
 include(ECMSetupVersion)
 include(ECMPackageConfigHelpers)
+include(ECMAddAppIcon)
 
 include(FeatureSummary)
 include(GenerateExportHeader)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.04.3/kasten/controllers/view/bookmarks/bookmarkscontroller.cpp 
new/okteta-15.08.1/kasten/controllers/view/bookmarks/bookmarkscontroller.cpp
--- 
old/okteta-15.04.3/kasten/controllers/view/bookmarks/bookmarkscontroller.cpp
2015-06-20 16:11:22.0 +0200
+++ 
new/okteta-15.08.1/kasten/controllers/view/bookmarks/bookmarkscontroller.cpp
2015-08-10 17:18:53.0 +0200
@@ -37,7 +37,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 // KF5
 #include 
 #include 
@@ -106,16 +106,12 @@
 if( hasViewWithBookmarks )
 {
 bookmarksCount = mBookmarks->bookmarksCount();
-// TODO: not PieceTableByteArrayModel ?
-if (auto asByteArraModel = 
qobject_cast(mByteArray) ) {
-connect( asByteArraModel, ::ByteArrayModel::bookmarksAdded,
- this, ::onBookmarksAdded );
-connect( asByteArraModel, 
::ByteArrayModel::bookmarksRemoved,
- this, ::onBookmarksRemoved );
-connect( asByteArraModel,
- static_cast&)>(::ByteArrayModel::bookmarksModified),
- this, ::updateBookmarks );
-}
+connect( mByteArray, SIGNAL(bookmarksAdded(QList)),
+ SLOT(onBookmarksAdded(QList)) );
+connect( mByteArray, SIGNAL(bookmarksRemoved(QList)),
+ SLOT(onBookmarksRemoved(QList)) );
+connect( mByteArray, SIGNAL(bookmarksModified(QList)),
+ SLOT(updateBookmarks()) );
 connect( mByteArrayView, ::cursorPositionChanged,
  this, ::onCursorPositionChanged );
 connect( mByteArrayView, ::offsetCodingChanged,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.04.3/kasten/controllers/view/bookmarks/bookmarkstool.cpp 

commit okteta for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2015-07-14 17:41:12

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.changes2015-06-04 
11:23:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2015-07-14 
17:41:14.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul  6 06:05:11 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.3
+   * KDE Applications 15.04.3
+   * https://www.kde.org/announcements/announce-applications-15.04.3.php
+
+
+---

Old:

  okteta-15.04.2.tar.xz

New:

  okteta-15.04.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.V7sRFJ/_old  2015-07-14 17:41:15.0 +0200
+++ /var/tmp/diff_new_pack.V7sRFJ/_new  2015-07-14 17:41:15.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.04.2
+Version:15.04.3
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5  %{version}

++ okteta-15.04.2.tar.xz - okteta-15.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.2/gui/libcolumnsview/columnsview.cpp 
new/okteta-15.04.3/gui/libcolumnsview/columnsview.cpp
--- old/okteta-15.04.2/gui/libcolumnsview/columnsview.cpp   2015-05-28 
20:03:15.0 +0200
+++ new/okteta-15.04.3/gui/libcolumnsview/columnsview.cpp   2015-06-20 
16:11:22.0 +0200
@@ -177,18 +177,26 @@
 {
 QSize viewSize = maximumViewportSize();
 
-const bool needsVerticalBar = ( columnsHeight()  viewSize.height() );
-const bool needsHorizontalBar = ( columnsWidth()  viewSize.width() );
 const int scrollBarWidth = style()-pixelMetric( 
QStyle::PM_ScrollBarExtent );
+const PixelY usedHeight = columnsHeight();
+const PixelX usedWidth = columnsWidth();
 
-if( needsVerticalBar )
+const bool needsVerticalBarDefinitely = ( usedHeight  viewSize.height() );
+const bool needsHorizontalBarDefinitely = ( usedWidth  viewSize.width() );
+
+if( needsVerticalBarDefinitely )
+viewSize.rwidth() -= scrollBarWidth;
+if( needsHorizontalBarDefinitely )
+viewSize.rheight() -= scrollBarWidth;
+// check again if bars are not needed now
+if( !needsVerticalBarDefinitely  usedHeight  viewSize.height() )
 viewSize.rwidth() -= scrollBarWidth;
-if( needsHorizontalBar )
+if( !needsHorizontalBarDefinitely  usedWidth  viewSize.width() )
 viewSize.rheight() -= scrollBarWidth;
 
-verticalScrollBar()-setRange( 0, columnsHeight()-viewSize.height() );
+verticalScrollBar()-setRange( 0, usedHeight-viewSize.height() );
 verticalScrollBar()-setPageStep( viewSize.height() );
-horizontalScrollBar()-setRange( 0, columnsWidth()-viewSize.width() );
+horizontalScrollBar()-setRange( 0, usedWidth-viewSize.width() );
 horizontalScrollBar()-setPageStep( viewSize.width() );
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.2/program/about.cpp 
new/okteta-15.04.3/program/about.cpp
--- old/okteta-15.04.2/program/about.cpp2015-05-28 20:03:15.0 
+0200
+++ new/okteta-15.04.3/program/about.cpp2015-06-20 16:11:22.0 
+0200
@@ -29,7 +29,7 @@
 OktetaAboutData::OktetaAboutData()
 : KAboutData( QStringLiteral(okteta),
   i18n(Okteta), // name
-  QStringLiteral(0.16.2),
+  QStringLiteral(0.16.3),
   i18n(Hex editor), // description
   KAboutLicense::GPL_V2,
   i18n(Copyright 2006-2015 Friedrich W. H. Kossebau), //copyright
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.2/program/org.kde.okteta.appdata.xml 
new/okteta-15.04.3/program/org.kde.okteta.appdata.xml
--- old/okteta-15.04.2/program/org.kde.okteta.appdata.xml   2015-05-28 
20:03:15.0 +0200
+++ new/okteta-15.04.3/program/org.kde.okteta.appdata.xml   2015-06-20 
16:11:22.0 +0200
@@ -125,7 +125,7 @@
 p xml:lang=zh-TW功能:/p
 ul
   liValues and characters shown either in two columns (the traditional 
display in hex editors) or in rows with the value on top of the character/li
-  li xml:lang=caEls valors i el caràcters es mostren en dues columnes 
(la vista tradicional en els editors hexadecimals) o en files amb el valor a 
sobre del caràcter/li
+  li 

commit okteta for openSUSE:Factory

2015-06-04 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2015-06-04 11:23:41

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.changes2015-05-15 
10:04:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2015-06-04 
11:23:42.0 +0200
@@ -1,0 +2,8 @@
+Sat May 30 14:59:31 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.2
+   * KDE Applications 15.04.2
+   * https://www.kde.org/announcements/announce-applications-15.04.2.php
+
+
+---

Old:

  okteta-15.04.1.tar.xz

New:

  okteta-15.04.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.P7RkUE/_old  2015-06-04 11:23:43.0 +0200
+++ /var/tmp/diff_new_pack.P7RkUE/_new  2015-06-04 11:23:43.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.04.1
+Version:15.04.2
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5  %{version}

++ okteta-15.04.1.tar.xz - okteta-15.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.04.1/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
 
new/okteta-15.04.2/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
--- 
old/okteta-15.04.1/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
 2015-05-06 14:02:14.0 +0200
+++ 
new/okteta-15.04.2/kasten/controllers/view/structures/examples/okteta/structures/bitfields/metadata.desktop
 2015-05-28 20:03:15.0 +0200
@@ -31,6 +31,7 @@
 Name[pt_BR]=Teste de campos de 'bits'
 Name[ru]=Проверка битовых полей
 Name[sk]=Test bitových polí
+Name[sl]=Preizkus bitnih polj
 Name[sr]=Проба битских поља
 Name[sr@ijekavian]=Проба битских поља
 Name[sr@ijekavianlatin]=Proba bitskih polja
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.04.1/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
 
new/okteta-15.04.2/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
--- 
old/okteta-15.04.1/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
 2015-05-06 14:02:14.0 +0200
+++ 
new/okteta-15.04.2/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop
 2015-05-28 20:03:15.0 +0200
@@ -22,6 +22,7 @@
 Name[pt_BR]=Formato de arquivo .class do Java
 Name[ru]=Классы Java
 Name[sk]=Formát súborov Java .class
+Name[sl]=Vrsta datoteke Java .class
 Name[sr]=Формат јаванског .class фајла
 Name[sr@ijekavian]=Формат јаванског .class фајла
 Name[sr@ijekavianlatin]=Format javanskog .class fajla
@@ -50,6 +51,7 @@
 Comment[pt_BR]=ainda muito incompleto!!!
 Comment[ru]=В процессе разработки
 Comment[sk]=stále veľmi nekompletné!!!
+Comment[sl]=še vedno zelo nepopolno!
 Comment[sr]=Још увек врло непотпуно!
 Comment[sr@ijekavian]=Још увек врло непотпуно!
 Comment[sr@ijekavianlatin]=Još uvek vrlo nepotpuno!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.04.1/kasten/controllers/view/structures/examples/okteta/structures/dynamic/metadata.desktop
 
new/okteta-15.04.2/kasten/controllers/view/structures/examples/okteta/structures/dynamic/metadata.desktop
--- 
old/okteta-15.04.1/kasten/controllers/view/structures/examples/okteta/structures/dynamic/metadata.desktop
   2015-05-06 14:02:14.0 +0200
+++ 
new/okteta-15.04.2/kasten/controllers/view/structures/examples/okteta/structures/dynamic/metadata.desktop
   2015-05-28 20:03:15.0 +0200
@@ -32,6 +32,7 @@
 Name[pt_BR]=Testar as listas de tamanho dinâmico
 Name[ru]=Пример массивов переменной длины
 Name[sk]=Testovaine polí dynamickej dĺžky
+Name[sl]=Preizkušanje polj dinamične dolžine
 Name[sr]=Проба низова динамичке дужине
 Name[sr@ijekavian]=Проба низова динамичке дужине
 Name[sr@ijekavianlatin]=Proba nizova dinamičke dužine
@@ -70,6 +71,7 @@
 Comment[pt_BR]=Uma estrutura de testes para listas dinâmicas
 Comment[ru]=Пример структуры динамического массива
 Comment[sk]=Testovacia štruktúra pre dynamické polia
+Comment[sl]=Preizkusna struktura za dinamična polja
 Comment[sr]=Пробна структура за динамичке низове
 Comment[sr@ijekavian]=Пробна структура за динамичке низове
 

commit okteta for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2015-05-15 10:04:48

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.changes2015-05-11 
19:21:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2015-05-15 
10:04:49.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:30:11 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  okteta-15.04.0.tar.xz

New:

  okteta-15.04.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.Kbo59r/_old  2015-05-15 10:04:49.0 +0200
+++ /var/tmp/diff_new_pack.Kbo59r/_new  2015-05-15 10:04:49.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5  %{version}

++ okteta-15.04.0.tar.xz - okteta-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.04.0/core/piecetable/tests/piecetablechangehistorytest.cpp 
new/okteta-15.04.1/core/piecetable/tests/piecetablechangehistorytest.cpp
--- old/okteta-15.04.0/core/piecetable/tests/piecetablechangehistorytest.cpp
2015-04-08 11:19:04.0 +0200
+++ new/okteta-15.04.1/core/piecetable/tests/piecetablechangehistorytest.cpp
2015-05-06 14:02:14.0 +0200
@@ -37,16 +37,6 @@
 namespace KPieceTable
 {
 
-// local variables
-static const Address Start = 15;
-static const Address End = 27;
-
-static const Size Width = End - Start + 1;
-
-static const Address ChangeStart = 8;
-static const Address ChangeEnd = ChangeStart + Width - 1;
-
-
 void PieceTableChangeHistoryTest::testSimpleConstructor()
 {
 PieceTableChangeHistory pieceTableChangeHistory;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.0/core/tests/arraychangemetricstest.cpp 
new/okteta-15.04.1/core/tests/arraychangemetricstest.cpp
--- old/okteta-15.04.0/core/tests/arraychangemetricstest.cpp2015-04-08 
11:19:04.0 +0200
+++ new/okteta-15.04.1/core/tests/arraychangemetricstest.cpp2015-05-06 
14:02:14.0 +0200
@@ -35,8 +35,6 @@
 
 static const Size LengthDiff = 5;
 static const Size InsertLength = 15;
-static const Size BiggerRemoveLength = InsertLength + LengthDiff;
-static const Size SameRemoveLength = InsertLength;
 static const Size SmallerRemoveLength = InsertLength - LengthDiff;
 
 static const Size FirstLength = 15;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.0/core/tests/bookmarklisttest.cpp 
new/okteta-15.04.1/core/tests/bookmarklisttest.cpp
--- old/okteta-15.04.0/core/tests/bookmarklisttest.cpp  2015-04-08 
11:19:04.0 +0200
+++ new/okteta-15.04.1/core/tests/bookmarklisttest.cpp  2015-05-06 
14:02:14.0 +0200
@@ -33,13 +33,10 @@
 static const int Offset2 = 23;
 static const int Offset3 = 45;
 static const int Offset4 = 67;
-static const int Offset5 = 89;
 static const int Distance12 = Offset2 - Offset1;
 static const int Distance23 = Offset3 - Offset2;
 static const int Distance34 = Offset4 - Offset3;
-static const int Distance45 = Offset5 - Offset4;
 static const int Distance13 = Distance12 + Distance23;
-static const int Distance35 = Distance34 + Distance45;
 
 
 void BookmarkListTest::testSimpleConstructor()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.0/gui/test/coordrangelisttest.cpp 
new/okteta-15.04.1/gui/test/coordrangelisttest.cpp
--- old/okteta-15.04.0/gui/test/coordrangelisttest.cpp  2015-04-08 
11:19:04.0 +0200
+++ new/okteta-15.04.1/gui/test/coordrangelisttest.cpp  2015-05-06 
14:02:14.0 +0200
@@ -46,8 +46,6 @@
 static Coord Start2( Pos1, Line3 );
 static Coord End2(   Pos2, Line4 );
 
-static const Size BufferWidth = Pos2 + 5;
-
 
 void CoordRangeListTest::testSimpleConstructor()
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.0/gui/test/selectiontest.cpp 
new/okteta-15.04.1/gui/test/selectiontest.cpp
--- old/okteta-15.04.0/gui/test/selectiontest.cpp   2015-04-08 
11:19:04.0 +0200
+++ new/okteta-15.04.1/gui/test/selectiontest.cpp   

commit okteta for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2015-05-11 19:21:58

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.changes2014-11-19 
20:25:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2015-05-11 
19:21:59.0 +0200
@@ -1,0 +2,65 @@
+Sat Apr 11 13:56:11 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.0
+   * KDE Applications 15.04.0
+   * https://www.kde.org/announcements/announce-applications-15.04.0.php
+
+
+---
+Sat Mar 21 18:59:42 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.03.95
+   * KDE Applications 15.04 RC
+
+
+---
+Sun Mar  8 12:59:41 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.03.80
+   * KDE Applications 15.04 Beta
+
+
+---
+Tue Mar  3 10:50:46 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.3
+   * KDE Applications 14.12.3
+   * See https://www.kde.org/announcements/announce-applications-14.12.3.php
+
+---
+Sun Feb  1 11:27:02 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---
+Mon Jan 12 20:17:07 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.1
+   * KDE Applications 14.12.1
+   * See https://www.kde.org/announcements/announce-applications-14.12.1.php
+
+---
+Wed Dec 17 20:44:21 UTC 2014 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.0
+   * KDE Applications 14.12.0
+   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
+
+---
+Wed Dec 17 20:18:48 UTC 2014 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.0
+   * KDE Applications 14.12.0
+   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
+
+---
+Wed Dec  3 08:14:10 UTC 2014 - tittiatc...@gmail.com
+
+Update to KDE Applications 14.11.97
+   * KDE Applications 14.12 Release Candidate
+   * See http://www.kde.org/announcements/announce-applications-14.12-rc.php
+   * Okteta is now KDE Frameworks based
+
+---

Old:

  okteta-4.14.3.tar.xz

New:

  okteta-15.04.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.zG3PhC/_old  2015-05-11 19:21:59.0 +0200
+++ /var/tmp/diff_new_pack.zG3PhC/_new  2015-05-11 19:21:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package okteta
 #
-# 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,17 +17,34 @@
 
 
 Name:   okteta
-BuildRequires:  libkde4-devel
-BuildRequires:  libqca2-devel
+BuildRequires:  attica-qt5-devel
+BuildRequires:  cmake
+BuildRequires:  extra-cmake-modules
+BuildRequires:  fdupes
+BuildRequires:  kcmutils-devel
+BuildRequires:  kdoctools-devel
+BuildRequires:  kf5-filesystem
+BuildRequires:  knewstuff-devel
+BuildRequires:  kparts-devel
+BuildRequires:  kiconthemes-devel
+BuildRequires:  kdbusaddons-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Designer)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5ScriptTools)
+Requires(post): shared-mime-info
+Requires(postun):   shared-mime-info
+Obsoletes:  okteta5  %{version}
 Summary:Hex Editor
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.14.3
+Version:15.04.0
 Release:0
-Source0:%{name}-%{version}.tar.xz
+Source0:okteta-%{version}.tar.xz
+Obsoletes:  %{name}5  %{version}
+Provides:   %{name}5 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 
 %description
 Okteta is a hex editor for the KDE desktop.
@@ -36,63 +53,55 @@
 Summary:Development files 

commit okteta for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-11-19 20:23:43

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.changes2014-10-16 
18:16:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-11-19 
20:25:02.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  9 21:13:35 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.3
+   * KDE 4.14.3 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.3.php
+
+---

Old:

  okteta-4.14.2.tar.xz

New:

  okteta-4.14.3.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.TMh8cI/_old  2014-11-19 20:25:03.0 +0100
+++ /var/tmp/diff_new_pack.TMh8cI/_new  2014-11-19 20:25:03.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.14.2
+Version:4.14.3
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.14.2.tar.xz - okteta-4.14.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.14.2/program/okteta.appdata.xml 
new/okteta-4.14.3/program/okteta.appdata.xml
--- old/okteta-4.14.2/program/okteta.appdata.xml2014-10-09 
15:02:39.0 +0200
+++ new/okteta-4.14.3/program/okteta.appdata.xml2014-10-26 
06:35:01.0 +0100
@@ -3,23 +3,328 @@
   idokteta.desktop/id
   metadata_licenseCC0-1.0/metadata_license
   project_licenseGPL-2.0/project_license
+  project_licenseGPL-3.0/project_license
   nameOkteta/name
+  name xml:lang=caOkteta/name
+  name xml:lang=csOkteta/name
+  name xml:lang=deOkteta/name
+  name xml:lang=en-GBOkteta/name
+  name xml:lang=esOkteta/name
+  name xml:lang=fiOkteta/name
+  name xml:lang=itOkteta/name
+  name xml:lang=koOkteta/name
+  name xml:lang=nlOkteta/name
+  name xml:lang=plOkteta/name
+  name xml:lang=ptOkteta/name
+  name xml:lang=pt-BROkteta/name
+  name xml:lang=skOkteta/name
+  name xml:lang=srОктета/name
+  name xml:lang=sr-LatnOkteta/name
+  name xml:lang=sr-ijekavianОктета/name
+  name xml:lang=sr-ijekavianlatinOkteta/name
+  name xml:lang=svOkteta/name
+  name xml:lang=ukOkteta/name
+  name xml:lang=x-testxxOktetaxx/name
+  name xml:lang=zh-TWOkteta/name
   summaryHex editor/summary
+  summary xml:lang=caEditor hexadecimal/summary
+  summary xml:lang=csHexa editor/summary
+  summary xml:lang=deHex-Editor/summary
+  summary xml:lang=en-GBHex editor/summary
+  summary xml:lang=esEditor hexadecimal/summary
+  summary xml:lang=fiHeksaeditori/summary
+  summary xml:lang=itEditor esadecimale/summary
+  summary xml:lang=ko16진수 편집기/summary
+  summary xml:lang=nlHexbewerker/summary
+  summary xml:lang=plEdytor szesnastkowy/summary
+  summary xml:lang=ptEditor hexadecimal/summary
+  summary xml:lang=pt-BREditor hexadecimal/summary
+  summary xml:lang=skHex editor/summary
+  summary xml:lang=srХексадекадни уређивач/summary
+  summary xml:lang=sr-LatnHeksadekadni uređivač/summary
+  summary xml:lang=sr-ijekavianХексадекадни уређивач/summary
+  summary xml:lang=sr-ijekavianlatinHeksadekadni uređivač/summary
+  summary xml:lang=svHexeditor/summary
+  summary xml:lang=ukШістнадцятковий редактор/summary
+  summary xml:lang=x-testxxHex editorxx/summary
+  summary xml:lang=zh-TW十六進位資料編輯器/summary
   description
 pOkteta is a simple editor for the raw data of files./p
+p xml:lang=caL'Okteta és un editor senzill per les dades de 
fitxers./p
+p xml:lang=deOkteta ist ein einfacher Editor für die Rohdaten von 
Dateien./p
+p xml:lang=en-GBOkteta is a simple editor for the raw data of 
files./p
+p xml:lang=esOkteta es un sencillo editor de archivos de datos en 
bruto./p
+p xml:lang=fiOkteta on yksinkertainen editori tiedostojen 
raakadatalle./p
+p xml:lang=itOkteta è un semplice editor dei dati grezzi di un 
file./p
+p xml:lang=koOkteta는 파일 데이터를 직접 편집할 수 있는 편집기입니다./p
+p xml:lang=nlOkteta is een eenvoudige bewerker voor de ruwe gegevens 
van bestanden./p
+p xml:lang=plOkteta to prosty edytor do przeglądania nieprzetworzonych 
danych plików./p
+p xml:lang=ptO Okteta é um editor simples para os dados em bruto dos 
ficheiros./p
+p xml:lang=pt-BROkteta é um editor simples para os dados brutos dos 
arquivos./p
+p xml:lang=skOkteta je jednoduchý editor pre čisté údaje súborov./p
+p xml:lang=srОктета је једноставан уређивач за сирове податке у 

commit okteta for openSUSE:Factory

2014-10-16 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-10-16 18:14:21

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.changes2014-09-18 
08:01:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-10-16 
18:16:14.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 12 12:41:44 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.2
+   * KDE 4.14.2 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.2.php
+
+---

Old:

  okteta-4.14.1.tar.xz

New:

  okteta-4.14.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.11mCSy/_old  2014-10-16 18:16:15.0 +0200
+++ /var/tmp/diff_new_pack.11mCSy/_new  2014-10-16 18:16:15.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.14.1
+Version:4.14.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -84,6 +84,7 @@
 %{_kde4_servicesdir}/oktetapart.desktop
 %{_kde4_datadir}/mime/packages/okteta.xml
 %{_kde4_applicationsdir}/okteta.desktop
+%{_datadir}/appdata/okteta.appdata.xml
 
 %files devel
 %defattr(-,root,root)

++ okteta-4.14.1.tar.xz - okteta-4.14.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.14.1/program/CMakeLists.txt 
new/okteta-4.14.2/program/CMakeLists.txt
--- old/okteta-4.14.1/program/CMakeLists.txt2014-08-29 22:41:47.0 
+0200
+++ new/okteta-4.14.2/program/CMakeLists.txt2014-10-09 15:02:39.0 
+0200
@@ -60,5 +60,6 @@
 
 install( PROGRAMS okteta.desktop  DESTINATION ${XDG_APPS_INSTALL_DIR} )
 install( FILES oktetaui.rc  DESTINATION ${DATA_INSTALL_DIR}/okteta )
+install( FILES okteta.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata/ 
)
 
 kde4_install_icons( ${ICON_INSTALL_DIR} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.14.1/program/about.cpp 
new/okteta-4.14.2/program/about.cpp
--- old/okteta-4.14.1/program/about.cpp 2014-08-29 22:41:47.0 +0200
+++ new/okteta-4.14.2/program/about.cpp 2014-10-09 15:02:39.0 +0200
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  okteta;
-static const char ProgramVersion[] = 0.14.1;
+static const char ProgramVersion[] = 0.14.2;
 static const char ProgramHomepage[] =http://userbase.kde.org/Okteta;;
 // Author
 static const char FWHKEmailAddress[] =   kosse...@kde.org;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.14.1/program/okteta.appdata.xml 
new/okteta-4.14.2/program/okteta.appdata.xml
--- old/okteta-4.14.1/program/okteta.appdata.xml1970-01-01 
01:00:00.0 +0100
+++ new/okteta-4.14.2/program/okteta.appdata.xml2014-10-09 
15:02:39.0 +0200
@@ -0,0 +1,38 @@
+?xml version=1.0 encoding=utf-8?
+component type=desktop
+  idokteta.desktop/id
+  metadata_licenseCC0-1.0/metadata_license
+  project_licenseGPL-2.0/project_license
+  nameOkteta/name
+  summaryHex editor/summary
+  description
+pOkteta is a simple editor for the raw data of files./p
+pFeatures:/p
+ul
+  liValues and characters shown either in two columns (the traditional 
display in hex editors) or in rows with the value on top of the character/li
+  liEditing and navigating similar to a text editor/li
+  liCustomizable data views, with loadable and storable profiles/li
+  liTools dockable on all sides or floating/li
+  liNumerical encodings: Hexadecimal, Decimal, Octal, Binary/li
+  liCharacter encodings: All 8-bit encodings as supplied by Qt, 
EBCDIC/li
+  liFast data rendering on screen/li
+  liMultiple open files/li
+  liUndo/redo support/li
+  liStructures tool for analyzing and editing based on user-creatable 
structure definitions/li
+  liAnd more.../li
+/ul
+  /description
+  url type=homepagehttp://userbase.kde.org/Okteta//url
+  url 
type=bugtrackerhttps://bugs.kde.org/enter_bug.cgi?format=guidedamp;product=okteta/url
+  url type=helphttp://docs.kde.org/stable/en/kdesdk/okteta/index.html/url
+  screenshots
+screenshot type=default
+  imagehttp://kde.org/images/screenshots/okteta.png/image
+/screenshot
+  /screenshots
+  updatecontactkosse...@kde.org/updatecontact
+  project_groupKDE/project_group
+  provides
+

commit okteta for openSUSE:Factory

2014-09-18 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-09-18 08:00:29

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.changes2014-08-25 
11:02:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-09-18 
08:01:57.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 13 17:03:35 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.1
+   * KDE 4.14.1 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.1.php
+
+---
@@ -6 +13 @@
-   * See http://www.kde.org/announcements/4.13/
+   * See http://www.kde.org/announcements/4.14/

Old:

  okteta-4.14.0.tar.xz

New:

  okteta-4.14.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.4z5rZf/_old  2014-09-18 08:01:57.0 +0200
+++ /var/tmp/diff_new_pack.4z5rZf/_new  2014-09-18 08:01:57.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.14.0
+Version:4.14.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.14.0.tar.xz - okteta-4.14.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.14.0/program/about.cpp 
new/okteta-4.14.1/program/about.cpp
--- old/okteta-4.14.0/program/about.cpp 2014-08-09 03:29:24.0 +0200
+++ new/okteta-4.14.1/program/about.cpp 2014-08-29 22:41:47.0 +0200
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  okteta;
-static const char ProgramVersion[] = 0.14.0;
+static const char ProgramVersion[] = 0.14.1;
 static const char ProgramHomepage[] =http://userbase.kde.org/Okteta;;
 // Author
 static const char FWHKEmailAddress[] =   kosse...@kde.org;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2014-08-25 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-08-25 11:01:46

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.changes2014-07-16 
16:19:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-08-25 
11:02:44.0 +0200
@@ -1,0 +2,19 @@
+Fri Aug 15 09:07:33 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.0
+   * KDE 4.14.0 SC Final Release
+   * See http://www.kde.org/announcements/4.13/
+
+---
+Tue Aug 12 21:56:25 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Use kde4-macros for filelists, okteta uses kdelibs4 buildsystem
+
+---
+Thu Jul 17 16:47:51 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.90
+   * KDE 4.14 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+---

Old:

  okteta-4.13.80.tar.xz

New:

  okteta-4.14.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.ywpnWQ/_old  2014-08-25 11:02:45.0 +0200
+++ /var/tmp/diff_new_pack.ywpnWQ/_new  2014-08-25 11:02:45.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.13.80
+Version:4.14.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -82,15 +82,15 @@
 %{_kde4_configdir}/okteta-structures.knsrc
 %{_kde4_servicesdir}/kbytearrayedit.desktop
 %{_kde4_servicesdir}/oktetapart.desktop
-%{_datadir}/mime/packages/okteta.xml
+%{_kde4_datadir}/mime/packages/okteta.xml
 %{_kde4_applicationsdir}/okteta.desktop
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/KDE/Kasten2/
-%{_includedir}/KDE/Okteta1/
-%{_includedir}/kasten2/
-%{_includedir}/okteta1/
+%{_kde4_includedir}/KDE/Kasten2/
+%{_kde4_includedir}/KDE/Okteta1/
+%{_kde4_includedir}/kasten2/
+%{_kde4_includedir}/okteta1/
 %{_kde4_libdir}/libkasten2*.so
 %{_kde4_libdir}/libokteta1*.so
 

++ okteta-4.13.80.tar.xz - okteta-4.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.13.80/kasten/controllers/view/structures/examples/okteta/structures/dynamic-array-js/metadata.desktop
 
new/okteta-4.14.0/kasten/controllers/view/structures/examples/okteta/structures/dynamic-array-js/metadata.desktop
--- 
old/okteta-4.13.80/kasten/controllers/view/structures/examples/okteta/structures/dynamic-array-js/metadata.desktop
  2014-05-09 17:07:18.0 +0200
+++ 
new/okteta-4.14.0/kasten/controllers/view/structures/examples/okteta/structures/dynamic-array-js/metadata.desktop
   2014-08-09 03:29:24.0 +0200
@@ -11,6 +11,7 @@
 Name[da]=Testing dynamic length arrays (JS). Do not translate, it's a waste of 
time
 Name[de]=Testing dynamic length arrays (JS). Do not translate, it's a waste of 
time
 Name[el]=Testing dynamic length arrays (JS). Do not translate, it's a waste of 
time
+Name[en_GB]=Testing dynamic length arrays (JS). Do not translate, it's a waste 
of time
 Name[es]=Prueba de arrays de tamaño dinámico (JS).
 Name[et]=Testing dynamic length arrays (JS). Do not translate, it's a waste of 
time
 Name[fi]=Testataan taulukkojen (JS) dynaamista pituutta. Älä kotoista, se on 
ajan tuhlausta.
@@ -45,6 +46,7 @@
 Comment[da]=A test structure for dynamic arrays (JS). Do not translate, it's a 
waste of time
 Comment[de]=A test structure for dynamic arrays (JS). Do not translate, it's a 
waste of time
 Comment[el]=A test structure for dynamic arrays (JS). Do not translate, it's a 
waste of time
+Comment[en_GB]=A test structure for dynamic arrays (JS). Do not translate, 
it's a waste of time
 Comment[es]=Una estructura de prueba para arrays dinámicos (JS).
 Comment[et]=A test structure for dynamic arrays (JS). Do not translate, it's a 
waste of time
 Comment[fi]=Testataan taulukkojen (JS) dynaamista pituutta. Älä kotoista, se 
on ajan tuhlausta.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.13.80/kasten/controllers/view/structures/examples/okteta/structures/flags/metadata.desktop
 
new/okteta-4.14.0/kasten/controllers/view/structures/examples/okteta/structures/flags/metadata.desktop
--- 
old/okteta-4.13.80/kasten/controllers/view/structures/examples/okteta/structures/flags/metadata.desktop
 2014-05-09 17:07:18.0 +0200
+++ 

commit okteta for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-07-16 16:18:34

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.changes2014-06-19 
13:18:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-07-16 
16:19:08.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:20:44 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+---

Old:

  okteta-4.13.2.tar.xz

New:

  okteta-4.13.80.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.VWn5LC/_old  2014-07-16 16:19:09.0 +0200
+++ /var/tmp/diff_new_pack.VWn5LC/_new  2014-07-16 16:19:09.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.13.2
+Version:4.13.80
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.13.2.tar.xz - okteta-4.13.80.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.13.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.cpp
 
new/okteta-4.13.80/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.cpp
--- 
old/okteta-4.13.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.cpp
 2014-06-02 22:54:39.0 +0200
+++ 
new/okteta-4.13.80/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.cpp
2014-05-09 17:07:18.0 +0200
@@ -117,7 +117,7 @@
 logInfo()  Pointer target was replaced.;
 topLevelDataInformation()-setChildDataChanged();
 }
-mPointerTarget-readData(input, newAddress, (input-size() - newAddress) * 
8, childBitOffset);
+mPointerTarget-readData(input, newAddress, BitCount64(input-size() - 
newAddress) * 8, childBitOffset);
 }
 
 QString PointerDataInformation::typeNameImpl() const
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.13.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
 
new/okteta-4.13.80/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
--- 
old/okteta-4.13.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
  2014-06-02 22:54:39.0 +0200
+++ 
new/okteta-4.13.80/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
 2014-05-09 17:07:18.0 +0200
@@ -86,7 +86,7 @@
 if (!updateNeccessary)
 return;
 
-quint64 remainingBits = (input-size() - address) * 8;
+quint64 remainingBits = BitCount64(input-size() - address) * 8;
 quint8 bitOffset = 0;
 mData-beginRead(); //before reading set wasAbleToRead to false
 mData-resetValidationState(); //reading new data - validation state is 
old
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.13.2/program/about.cpp 
new/okteta-4.13.80/program/about.cpp
--- old/okteta-4.13.2/program/about.cpp 2014-06-02 22:54:39.0 +0200
+++ new/okteta-4.13.80/program/about.cpp2014-05-09 17:07:18.0 
+0200
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  okteta;
-static const char ProgramVersion[] = 0.13.2;
+static const char ProgramVersion[] = 0.12.60;
 static const char ProgramHomepage[] =http://userbase.kde.org/Okteta;;
 // Author
 static const char FWHKEmailAddress[] =   kosse...@kde.org;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-06-19 13:18:02

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.changes2014-05-22 
06:54:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-06-19 
13:18:57.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 19:03:54 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  okteta-4.13.1.tar.xz

New:

  okteta-4.13.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.GDGkjN/_old  2014-06-19 13:18:57.0 +0200
+++ /var/tmp/diff_new_pack.GDGkjN/_new  2014-06-19 13:18:57.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.13.1
+Version:4.13.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.13.1.tar.xz - okteta-4.13.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.13.1/program/about.cpp 
new/okteta-4.13.2/program/about.cpp
--- old/okteta-4.13.1/program/about.cpp 2014-04-18 01:38:47.0 +0200
+++ new/okteta-4.13.2/program/about.cpp 2014-06-02 22:54:39.0 +0200
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  okteta;
-static const char ProgramVersion[] = 0.13.1;
+static const char ProgramVersion[] = 0.13.2;
 static const char ProgramHomepage[] =http://userbase.kde.org/Okteta;;
 // Author
 static const char FWHKEmailAddress[] =   kosse...@kde.org;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-05-22 06:52:37

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.changes2014-05-07 
06:55:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-05-22 
06:54:25.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:12:35 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  okteta-4.13.0.tar.xz

New:

  okteta-4.13.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.THU81t/_old  2014-05-22 06:54:26.0 +0200
+++ /var/tmp/diff_new_pack.THU81t/_new  2014-05-22 06:54:26.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.13.0.tar.xz - okteta-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.13.0/kasten/controllers/view/replace/replacetool.cpp 
new/okteta-4.13.1/kasten/controllers/view/replace/replacetool.cpp
--- old/okteta-4.13.0/kasten/controllers/view/replace/replacetool.cpp   
2014-04-08 13:35:47.0 +0200
+++ new/okteta-4.13.1/kasten/controllers/view/replace/replacetool.cpp   
2014-04-18 01:38:47.0 +0200
@@ -142,6 +142,13 @@
 if( inSelection )
 {
 const Okteta::AddressRange selection = mByteArrayView-selection();
+if( ! selection.isValid() )
+{
+// nothing selected, so skip any search and finish now
+emit finished( false, 0 );
+return;
+}
+
 mReplaceFirstIndex = selection.start();
 mReplaceLastIndex =  selection.end();
 startIndex = selection.start();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.13.0/kasten/controllers/view/search/searchtool.cpp 
new/okteta-4.13.1/kasten/controllers/view/search/searchtool.cpp
--- old/okteta-4.13.0/kasten/controllers/view/search/searchtool.cpp 
2014-04-08 13:35:47.0 +0200
+++ new/okteta-4.13.1/kasten/controllers/view/search/searchtool.cpp 
2014-04-18 01:38:47.0 +0200
@@ -123,6 +123,13 @@
 if( inSelection )
 {
 const Okteta::AddressRange selection = mByteArrayView-selection();
+if( ! selection.isValid() )
+{
+// nothing selected, so skip any search and finish now
+emit dataNotFound();
+return;
+}
+
 mSearchFirstIndex = selection.start();
 mSearchLastIndex =  selection.end();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.13.0/program/about.cpp 
new/okteta-4.13.1/program/about.cpp
--- old/okteta-4.13.0/program/about.cpp 2014-04-08 13:35:47.0 +0200
+++ new/okteta-4.13.1/program/about.cpp 2014-04-18 01:38:47.0 +0200
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  okteta;
-static const char ProgramVersion[] = 0.13.0;
+static const char ProgramVersion[] = 0.13.1;
 static const char ProgramHomepage[] =http://userbase.kde.org/Okteta;;
 // Author
 static const char FWHKEmailAddress[] =   kosse...@kde.org;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2014-04-18 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-04-18 11:30:29

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.changes2014-03-30 
12:07:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-04-18 
12:26:22.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 11 17:20:43 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.0
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/4.13/
+
+---

Old:

  okteta-4.12.97.tar.xz

New:

  okteta-4.13.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.A7QHPi/_old  2014-04-18 12:26:25.0 +0200
+++ /var/tmp/diff_new_pack.A7QHPi/_new  2014-04-18 12:26:25.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.12.97
+Version:4.13.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.12.97.tar.xz - okteta-4.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.12.97/kasten/controllers/view/structures/examples/okteta/structures/test/metadata.desktop
 
new/okteta-4.13.0/kasten/controllers/view/structures/examples/okteta/structures/test/metadata.desktop
--- 
old/okteta-4.12.97/kasten/controllers/view/structures/examples/okteta/structures/test/metadata.desktop
  2014-03-24 20:56:54.0 +0100
+++ 
new/okteta-4.13.0/kasten/controllers/view/structures/examples/okteta/structures/test/metadata.desktop
   2014-04-08 13:35:47.0 +0200
@@ -34,6 +34,7 @@
 Name[pl]=Prosty test
 Name[pt]=Teste simples
 Name[pt_BR]=Teste simples
+Name[ro]=Test simplu
 Name[ru]=Примеры структур данных
 Name[sk]=Jednoduchý test
 Name[sr]=Једноставна проба
@@ -72,6 +73,7 @@
 Comment[pl]=Kilka struktur testowych
 Comment[pt]=Algumas estruturas de teste
 Comment[pt_BR]=Algumas estruturas de testes
+Comment[ro]=Cîteva structuri de test
 Comment[ru]=Несколько примеров структур данных
 Comment[sk]=Niekoľko testovacích štruktúr
 Comment[sr]=Неколико пробних структура
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.12.97/mobile/program/okteta-mobile.desktop 
new/okteta-4.13.0/mobile/program/okteta-mobile.desktop
--- old/okteta-4.12.97/mobile/program/okteta-mobile.desktop 2014-03-24 
20:56:54.0 +0100
+++ new/okteta-4.13.0/mobile/program/okteta-mobile.desktop  2014-04-08 
13:35:47.0 +0200
@@ -28,6 +28,7 @@
 Name[pl]=Okteta Mobile
 Name[pt]=Okteta Móvel
 Name[pt_BR]=Okteta Móvel
+Name[ro]=Okteta Mobile
 Name[ru]=Okteta для мобильных устройств
 Name[sk]=Okteta Mobile
 Name[sr]=Октета мобилна
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.12.97/program/about.cpp 
new/okteta-4.13.0/program/about.cpp
--- old/okteta-4.12.97/program/about.cpp2014-03-24 20:56:54.0 
+0100
+++ new/okteta-4.13.0/program/about.cpp 2014-04-08 13:35:47.0 +0200
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  okteta;
-static const char ProgramVersion[] = 0.12.95;
+static const char ProgramVersion[] = 0.13.0;
 static const char ProgramHomepage[] =http://userbase.kde.org/Okteta;;
 // Author
 static const char FWHKEmailAddress[] =   kosse...@kde.org;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.12.97/program/okteta.desktop 
new/okteta-4.13.0/program/okteta.desktop
--- old/okteta-4.12.97/program/okteta.desktop   2014-03-24 20:56:54.0 
+0100
+++ new/okteta-4.13.0/program/okteta.desktop2014-04-08 13:35:47.0 
+0200
@@ -29,6 +29,7 @@
 Name[pl]=Okteta
 Name[pt]=Okteta
 Name[pt_BR]=Okteta
+Name[ro]=Okteta
 Name[ru]=Okteta
 Name[sk]=Okteta
 Name[sr]=Октета
@@ -74,6 +75,7 @@
 GenericName[pl]=Edytor szesnastkowy
 GenericName[pt]=Editor Hexadecimal
 GenericName[pt_BR]=Editor hexadecimal
+GenericName[ro]=Redactor hexazecimal
 GenericName[ru]=Шестнадцатеричный редактор
 GenericName[sk]=Hex editor
 GenericName[sr]=Хексадекадни уређивач

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2014-03-30 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-03-30 07:53:59

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.changes2014-03-18 
17:17:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-03-30 
12:07:26.0 +0200
@@ -1,0 +2,14 @@
+Thu Mar 27 18:14:58 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.97
+   * KDE 4.13 RC  release
+   * See http://www.kde.org/announcements/announce-4.13-rc.php
+
+---
+Thu Mar 20 18:32:13 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.95
+   * KDE 4.13 Beta 3  release
+   * See http://www.kde.org/announcements/announce-4.13-beta3.php
+
+---

Old:

  okteta-4.12.90.tar.xz

New:

  okteta-4.12.97.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.a0jSk5/_old  2014-03-30 12:07:29.0 +0200
+++ /var/tmp/diff_new_pack.a0jSk5/_new  2014-03-30 12:07:29.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.12.90
+Version:4.12.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.12.90.tar.xz - okteta-4.12.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.12.90/program/about.cpp 
new/okteta-4.12.97/program/about.cpp
--- old/okteta-4.12.90/program/about.cpp2014-03-12 22:34:15.0 
+0100
+++ new/okteta-4.12.97/program/about.cpp2014-03-24 20:56:54.0 
+0100
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  okteta;
-static const char ProgramVersion[] = 0.12.90;
+static const char ProgramVersion[] = 0.12.95;
 static const char ProgramHomepage[] =http://userbase.kde.org/Okteta;;
 // Author
 static const char FWHKEmailAddress[] =   kosse...@kde.org;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-03-18 17:17:13

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.changes2014-02-20 
07:58:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-03-18 
17:17:14.0 +0100
@@ -1,0 +2,14 @@
+Thu Mar 13 20:51:36 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.90
+   * KDE 4.13 Beta 2  release
+   * See http://www.kde.org/announcements/announce-4.13-beta2.php
+
+---
+Fri Mar  7 11:36:07 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.80
+   * KDE 4.13 Beta 1  release
+   * See http://www.kde.org/announcements/announce-4.13-beta1.php
+
+---

Old:

  okteta-4.12.2.tar.xz

New:

  okteta-4.12.90.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.lxDRq1/_old  2014-03-18 17:17:15.0 +0100
+++ /var/tmp/diff_new_pack.lxDRq1/_new  2014-03-18 17:17:15.0 +0100
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.12.2
+Version:4.12.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.12.2.tar.xz - okteta-4.12.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.12.2/core/CMakeLists.txt 
new/okteta-4.12.90/core/CMakeLists.txt
--- old/okteta-4.12.2/core/CMakeLists.txt   2014-01-12 15:00:52.0 
+0100
+++ new/okteta-4.12.90/core/CMakeLists.txt  2014-03-12 22:34:15.0 
+0100
@@ -16,6 +16,7 @@
   codecs/valuecodec.cpp
   codecs/charcodec.cpp
   codecs/decimalbytecodec.cpp
+  codecs/usasciicharcodec.cpp
   codecs/ebcdic1047charcodec.cpp
   codecs/hexadecimalbytecodec.cpp
   codecs/octalbytecodec.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.12.2/core/codecs/charcodec.cpp 
new/okteta-4.12.90/core/codecs/charcodec.cpp
--- old/okteta-4.12.2/core/codecs/charcodec.cpp 2014-01-12 15:00:52.0 
+0100
+++ new/okteta-4.12.90/core/codecs/charcodec.cpp2014-03-12 
22:34:15.0 +0100
@@ -25,6 +25,7 @@
 // lib
 #include textcharcodec.h
 #include ebcdic1047charcodec.h
+#include usasciicharcodec.h
 // Qt
 #include QtCore/QStringList
 
@@ -39,6 +40,7 @@
 if( codecNames.isEmpty() )
 {
 codecNames = TextCharCodec::codecNames();
+codecNames.append( USASCIICharCodec::codecName() );
 codecNames.append( EBCDIC1047CharCodec::codecName() );
 }
 
@@ -52,6 +54,8 @@
 
 if( TextCharCodec::codecNames().indexOf(name) != -1 )
 result = TextCharCodec::createCodec( name );
+else if( USASCIICharCodec::codecName() == name )
+result = USASCIICharCodec::create();
 else if( EBCDIC1047CharCodec::codecName() == name )
 result = EBCDIC1047CharCodec::create();
 else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.12.2/core/codecs/usasciicharcodec.cpp 
new/okteta-4.12.90/core/codecs/usasciicharcodec.cpp
--- old/okteta-4.12.2/core/codecs/usasciicharcodec.cpp  1970-01-01 
01:00:00.0 +0100
+++ new/okteta-4.12.90/core/codecs/usasciicharcodec.cpp 2014-03-12 
22:34:15.0 +0100
@@ -0,0 +1,71 @@
+/*
+This file is part of the Okteta Core library, made within the KDE 
community.
+
+Copyright 2014 Friedrich W. H. Kossebau kosse...@kde.org
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) version 3, or any
+later version accepted by the membership of KDE e.V. (or its
+successor approved by the membership of KDE e.V.), which shall
+act as a proxy defined in Section 6 of version 3 of the license.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library. If not, see 
http://www.gnu.org/licenses/.
+*/
+
+#include usasciicharcodec.h
+
+// lib
+#include 

commit okteta for openSUSE:Factory

2014-02-19 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-02-20 07:57:34

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.changes2014-01-27 
11:19:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-02-20 
07:58:42.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  1 10:40:58 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.2
+   * KDE 4.12.2  release
+   * See http://www.kde.org/announcements/announce-4.12.2.php
+
+---

Old:

  okteta-4.12.1.tar.xz

New:

  okteta-4.12.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.pC9HTC/_old  2014-02-20 07:58:42.0 +0100
+++ /var/tmp/diff_new_pack.pC9HTC/_new  2014-02-20 07:58:42.0 +0100
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.12.1
+Version:4.12.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.12.1.tar.xz - okteta-4.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.12.1/core/piecetable/tests/piecetabletest.cpp 
new/okteta-4.12.2/core/piecetable/tests/piecetabletest.cpp
--- old/okteta-4.12.1/core/piecetable/tests/piecetabletest.cpp  2013-12-24 
09:43:57.0 +0100
+++ new/okteta-4.12.2/core/piecetable/tests/piecetabletest.cpp  2014-01-12 
15:00:52.0 +0100
@@ -947,10 +947,6 @@
 // moving a lot:
 const int pieceCount = 5;
 const Size fullSize = pieceCount * BaseSize;
-const int midPiece = (pieceCount+1)/2;
-const Address midPieceOffset = BaseSize * (midPiece-1);
-Address changeStarts[6];
-for( int i=0; ipieceCount; ++i ) changeStarts[pieceCount-i] = BaseSize*i;
 
 // moving start of piece at start
 fillWithSize( pieceTable, pieceCount );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.12.1/core/piecetable/tests/revertablepiecetabletest.cpp 
new/okteta-4.12.2/core/piecetable/tests/revertablepiecetabletest.cpp
--- old/okteta-4.12.1/core/piecetable/tests/revertablepiecetabletest.cpp
2013-12-24 09:43:57.0 +0100
+++ new/okteta-4.12.2/core/piecetable/tests/revertablepiecetabletest.cpp
2014-01-12 15:00:52.0 +0100
@@ -1011,10 +1011,6 @@
 // moving a lot:
 const int pieceCount = 5;
 const int fullSize = pieceCount * BaseSize;
-const int midPiece = (pieceCount+1)/2;
-const int midPieceOffset = BaseSize * (midPiece-1);
-int changeStarts[6];
-for( int i=0; ipieceCount; ++i ) changeStarts[pieceCount-i] = BaseSize*i;
 
 // moving start of piece at start
 fillWithSize( pieceTable, pieceCount );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.12.1/gui/controller/kvalueeditor.cpp 
new/okteta-4.12.2/gui/controller/kvalueeditor.cpp
--- old/okteta-4.12.1/gui/controller/kvalueeditor.cpp   2013-12-24 
09:43:57.0 +0100
+++ new/okteta-4.12.2/gui/controller/kvalueeditor.cpp   2014-01-12 
15:00:52.0 +0100
@@ -144,7 +144,7 @@
 if( keyEvent-text().length()  0
  ( !(keyEvent-modifiers()( Qt::CTRL | Qt::ALT | Qt::META 
)) ) )
 {
-const int input = keyEvent-text()[0].toAscii();
+const int input = keyEvent-text()[0].toLatin1();
 // no usable char?
 if( input  32 )
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.12.1/kasten/controllers/CMakeLists.txt 
new/okteta-4.12.2/kasten/controllers/CMakeLists.txt
--- old/okteta-4.12.1/kasten/controllers/CMakeLists.txt 2013-12-24 
09:43:57.0 +0100
+++ new/okteta-4.12.2/kasten/controllers/CMakeLists.txt 2014-01-12 
15:00:52.0 +0100
@@ -276,7 +276,7 @@
   view/structures/structuresmanager.cpp
   view/structures/structtool.cpp
   view/structures/structtreemodel.cpp
-  view/structures/modeltest.cpp
+#   view/structures/modeltest.cpp
   view/structures/structview.cpp
   view/structures/structtoolview.cpp
   view/structures/structviewitemdelegate.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.12.1/kasten/controllers/view/structures/datatypes/strings/asciistringdata.cpp
 

commit okteta for openSUSE:Factory

2014-01-27 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-01-27 11:19:08

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.changes2013-12-19 
13:20:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-01-27 
11:19:09.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 11 16:06:53 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.1
+   * KDE 4.12.1  release
+   * See http://www.kde.org/announcements/announce-4.12.1.php
+
+---

Old:

  okteta-4.12.0.tar.xz

New:

  okteta-4.12.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.Nu5M97/_old  2014-01-27 11:19:09.0 +0100
+++ /var/tmp/diff_new_pack.Nu5M97/_new  2014-01-27 11:19:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package okteta
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.12.0
+Version:4.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.12.0.tar.xz - okteta-4.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.12.0/doc/index.docbook 
new/okteta-4.12.1/doc/index.docbook
--- old/okteta-4.12.0/doc/index.docbook 2013-12-11 02:21:17.0 +0100
+++ new/okteta-4.12.1/doc/index.docbook 2013-12-24 09:43:57.0 +0100
@@ -38,11 +38,10 @@
 year2008, 2010, 2011/year
 holderFriedrich.Kossebau; and Alex.Richardson;/holder
 /copyright
-!--FIXME 
http://frinring.files.wordpress.com/2012/08/okteta-0-9-new-features.png--
 legalnoticeFDLNotice;/legalnotice
 
-date2012-08-20/date
-releaseinfo0.9.70 (kde; 4.9)/releaseinfo
+date2013-11-28/date
+releaseinfo0.12 (kde; 4.12)/releaseinfo
 
 abstract
   paraokteta; is a simple editor for the raw data of files. This type of 
program
@@ -106,9 +105,6 @@
 paraoptionreplaceablelt;URL;(s)gt;/replaceable/option - open
 file(s) from the specified URL;(s)/para
 
-!--paraoption- -offset/option
-replaceablelt;offsetgt;/replaceable jump to position
-replaceablelt;offsetgt;/replaceable in the opened file./para--
 /sect1
 
 sect1 id=usage-basics
@@ -157,7 +153,13 @@
 
 !-- The tool Versions is not part of released versions,
 just used for development, so no need to document it. --
-
+!--
+4.7
+Other stuff:
+New encodings: ISO-8859-14, ISO-8859-16, Codepage 874
+File info tool now estimates the mimetype also for the unstored/edited data in 
the working memory
+FIXME  
+--
 sect1 id=tools-overview
 
   titleOverview/title
@@ -174,10 +176,9 @@
   titleAnalyzers and Manipulators/title
 variablelist
   varlistentry
-!--FIXME not in 4.9?--
-termByte Table/term
+termValue/Char Table/term
 listitemparaThe table lists all possible byte values, both as 
character and
-numerical value./para
+in the different numerical codings./para
 paraThe selected value can be inserted at the cursor position for a
 defined number of bytes. This can be achieved by using the 
guibuttonInsert/guibutton
 button or double-clicking the line in the table./para/listitem
@@ -264,16 +265,29 @@
 listitemparaThis tool displays some information about the current file,
 including its type, the location of storage and the size./para/listitem
   /varlistentry
+
+  varlistentry
+termTerminal/term
+listitemparaAn embedded Terminal, the working directory is not coupled 
with the active file./para/listitem
+  /varlistentry
+
+  varlistentry
+termCharset Conversion/term
+listitemparaThe tool rewrites the bytes so the respective chars are 
the same as with the other charset.
+ Only 8-bit charsets are supported, and unmatched chars are currently 
substituted with a value hardcoded to 0.
+ /para/listitem
+  /varlistentry
 /variablelist
 /sect2
-!--FIXME Terminal + Charset Conversion missing
-http://frinring.wordpress.com/2011/07/31/all-new-okteta-features-for-kde-apps-4-7-in-a-picture/
---
 /sect1
 
 
 sect1 id=tools-structures
-
+!--
+Many improvements in the Structures tool by Alex:
+Begin of a structure can be pinned to a specific offset
+Support for strings (various Unicode 

commit okteta for openSUSE:Factory

2013-12-19 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2013-12-19 13:20:01

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.changes2013-12-11 
14:37:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2013-12-19 
13:20:03.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 14 18:35:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.12.0
+   * KDE 4.12.0  release
+   * See http://www.kde.org/announcements/4.12.php
+
+---

Old:

  okteta-4.11.97.tar.xz

New:

  okteta-4.12.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.THiVLe/_old  2013-12-19 13:20:04.0 +0100
+++ /var/tmp/diff_new_pack.THiVLe/_new  2013-12-19 13:20:04.0 +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.97
+Version:4.12.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.11.97.tar.xz - okteta-4.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.11.97/core/CMakeLists.txt 
new/okteta-4.12.0/core/CMakeLists.txt
--- old/okteta-4.11.97/core/CMakeLists.txt  2013-11-26 23:38:08.0 
+0100
+++ new/okteta-4.12.0/core/CMakeLists.txt   2013-12-11 02:21:17.0 
+0100
@@ -114,7 +114,7 @@
 
 #TODO remove once CMake = 2.8.9 is required for building KDE
 #don't compile sources twice
-if ( CMAKE_VERSION VERSION_GREATER 2.8.8)
+if ( CMAKE_VERSION VERSION_GREATER 2.8.8 AND NOT WIN32)
 #OBJECT libraries seem buggy with regard to automoc, have to call it 
manually
 automoc4( oktetacore_objs oktetacore_LIB_SRCS )
 add_library( oktetacore_objs OBJECT ${oktetacore_LIB_SRCS} )
@@ -151,4 +151,5 @@
 add_subdirectory( tests )
 if(KDE4_BUILD_TESTS)
   kde4_add_library( testoktetacore STATIC ${oktetacore_LIB_OBJS} )
+  set_target_properties(testoktetacore PROPERTIES COMPILE_FLAGS 
-DOKTETACORE_EXPORT=)
 endif(KDE4_BUILD_TESTS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.11.97/kasten/controllers/CMakeLists.txt 
new/okteta-4.12.0/kasten/controllers/CMakeLists.txt
--- old/okteta-4.11.97/kasten/controllers/CMakeLists.txt2013-11-26 
23:38:08.0 +0100
+++ new/okteta-4.12.0/kasten/controllers/CMakeLists.txt 2013-12-11 
02:21:17.0 +0100
@@ -395,7 +395,7 @@
 #create a OBJECT library 
(http://www.cmake.org/Wiki/CMake/Tutorials/Object_Library)
 #to prevent compiling these object files twice with exactly the same compile 
flags
 #TODO remove once CMake = 2.8.9 is required for building KDE
-if ( CMAKE_VERSION VERSION_GREATER 2.8.8)
+if ( CMAKE_VERSION VERSION_GREATER 2.8.8 AND NOT WIN32)
 #OBJECT libraries seem buggy with regard to automoc, have to call it 
manually
 automoc4( poddecoder_objs PODDECODERCONTROLLER_SRCS )
 automoc4( structview_objs STRUCTVIEW_SRCS )
@@ -457,6 +457,7 @@
   ${KASTENCORE_LIBS}
   #${KASTENGUI_LIBS}
 )
+set_target_properties( structures-static PROPERTIES COMPILE_FLAGS 
-DOKTETAKASTENCONTROLLERS_EXPORT=)
 
 macro(structures_unit_test _testtarget _testname)
 #message(ARGC='${ARGC}' ARGV='${ARGV}' ARGN='${ARGN}')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.11.97/program/about.cpp 
new/okteta-4.12.0/program/about.cpp
--- old/okteta-4.11.97/program/about.cpp2013-11-26 23:38:08.0 
+0100
+++ new/okteta-4.12.0/program/about.cpp 2013-12-11 02:21:17.0 +0100
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  okteta;
-static const char ProgramVersion[] = 0.11.96;
+static const char ProgramVersion[] = 0.12.0;
 static const char ProgramHomepage[] =http://userbase.kde.org/Okteta;;
 // Author
 static const char FWHKEmailAddress[] =   kosse...@kde.org;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2013-12-11 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2013-12-11 14:36:59

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.changes2013-12-02 
12:36:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2013-12-11 
14:37:11.0 +0100
@@ -1,0 +2,14 @@
+Fri Nov 29 08:48:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.97
+   * KDE 4.12 RC 1 release
+   * See http://www.kde.org/announcements/announce-4.12-rc.php
+
+---
+Sat Nov 23 23:02:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.95
+   * KDE 4.12 Beta 3 release
+   * See http://www.kde.org/announcements/announce-4.12-beta3.php
+
+---

Old:

  okteta-4.11.90.tar.xz

New:

  okteta-4.11.97.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.I7YIUd/_old  2013-12-11 14:37:12.0 +0100
+++ /var/tmp/diff_new_pack.I7YIUd/_new  2013-12-11 14:37:12.0 +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.90
+Version:4.11.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.11.90.tar.xz - okteta-4.11.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.11.90/program/about.cpp 
new/okteta-4.11.97/program/about.cpp
--- old/okteta-4.11.90/program/about.cpp2013-11-09 19:15:37.0 
+0100
+++ new/okteta-4.11.97/program/about.cpp2013-11-26 23:38:08.0 
+0100
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  okteta;
-static const char ProgramVersion[] = 0.11.90;
+static const char ProgramVersion[] = 0.11.96;
 static const char ProgramHomepage[] =http://userbase.kde.org/Okteta;;
 // Author
 static const char FWHKEmailAddress[] =   kosse...@kde.org;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2013-12-02 Thread h_root
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.changes2013-10-03 
16:05:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2013-12-02 
12:36:21.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:34:27 UTC 2013 - tittiatc...@gmail.com
+
+- 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 - tittiatc...@gmail.com
+
+- 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 - tittiatc...@gmail.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.mdxzrh/_new  2013-12-02 12:36:21.0 +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.0 +0200
+++ 
new/okteta-4.11.90/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
 2013-11-09 19:15:37.0 +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.0 +0200
+++ 
new/okteta-4.11.90/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp
2013-11-09 19:15:37.0 +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.0 +0200
+++ new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileedit.cpp 
2013-11-09 19:15:37.0 +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.0 +0200
+++ 

commit okteta for openSUSE:Factory

2013-10-03 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2013-10-03 16:05:58

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.changes2013-09-09 
11:11:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2013-10-03 
16:05:59.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 28 15:46:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---

Old:

  okteta-4.11.1.tar.xz

New:

  okteta-4.11.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.1S8CcM/_old  2013-10-03 16:06:00.0 +0200
+++ /var/tmp/diff_new_pack.1S8CcM/_new  2013-10-03 16:06:00.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.11.1
+Version:4.11.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.11.1.tar.xz - okteta-4.11.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.11.1/program/about.cpp 
new/okteta-4.11.2/program/about.cpp
--- old/okteta-4.11.1/program/about.cpp 2013-08-28 19:14:30.0 +0200
+++ new/okteta-4.11.2/program/about.cpp 2013-09-26 21:30:06.0 +0200
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  okteta;
-static const char ProgramVersion[] = 0.11.1;
+static const char ProgramVersion[] = 0.11.2;
 static const char ProgramHomepage[] =http://userbase.kde.org/Okteta;;
 // Author
 static const char FWHKEmailAddress[] =   kosse...@kde.org;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2013-09-09 11:11:14

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.changes2013-08-16 
13:47:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2013-09-09 
11:11:16.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:39:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  okteta-4.11.0.tar.xz

New:

  okteta-4.11.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.79Box9/_old  2013-09-09 11:11:17.0 +0200
+++ /var/tmp/diff_new_pack.79Box9/_new  2013-09-09 11:11:17.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.11.0.tar.xz - okteta-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.11.0/program/about.cpp 
new/okteta-4.11.1/program/about.cpp
--- old/okteta-4.11.0/program/about.cpp 2013-07-10 01:41:59.0 +0200
+++ new/okteta-4.11.1/program/about.cpp 2013-08-28 19:14:30.0 +0200
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  okteta;
-static const char ProgramVersion[] = 0.10.90;
+static const char ProgramVersion[] = 0.11.1;
 static const char ProgramHomepage[] =http://userbase.kde.org/Okteta;;
 // Author
 static const char FWHKEmailAddress[] =   kosse...@kde.org;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2013-08-16 13:47:05

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.changes2013-07-30 
16:07:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2013-08-16 
13:47:06.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  8 16:11:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---

Old:

  okteta-4.10.97.tar.xz

New:

  okteta-4.11.0.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.gobTwh/_old  2013-08-16 13:47:07.0 +0200
+++ /var/tmp/diff_new_pack.gobTwh/_new  2013-08-16 13:47:07.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.10.97
+Version:4.11.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.10.97.tar.xz - okteta-4.11.0.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2013-07-30 16:07:22

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.changes2013-07-22 
17:20:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2013-07-30 
16:07:24.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:36:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  okteta-4.10.95.tar.xz

New:

  okteta-4.10.97.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.zBGpCd/_old  2013-07-30 16:07:25.0 +0200
+++ /var/tmp/diff_new_pack.zBGpCd/_new  2013-07-30 16:07:25.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.10.95.tar.xz - okteta-4.10.97.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit okteta for openSUSE:Factory

2013-07-22 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2013-07-22 17:20:19

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.changes2013-07-08 
07:27:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2013-07-22 
17:20:21.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 15 08:14:18 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---

Old:

  okteta-4.10.90.tar.xz

New:

  okteta-4.10.95.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.5czBkw/_old  2013-07-22 17:20:22.0 +0200
+++ /var/tmp/diff_new_pack.5czBkw/_new  2013-07-22 17:20:22.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package okteta (Version 4.7.80_2022)
+# spec file for package okteta
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   okteta
 BuildRequires:  libkde4-devel
+Summary:Hex Editor
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
-Summary:Hex Editor
 Url:http://www.kde.org/
-Version:4.10.90
+Version:4.10.95
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,8 +34,8 @@
 Okteta is a hex editor for the KDE desktop.
 
 %package devel
-Group:  Development/Tools/Other
 Summary:Development files for the Okteta Hex Editor
+Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
 
 %description devel
@@ -96,6 +97,4 @@
 %{_kde4_libdir}/libkasten2*.so
 %{_kde4_libdir}/libokteta1*.so
 
-
-
 %changelog

++ okteta-4.10.90.tar.xz - okteta-4.10.95.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.10.90/core/piecetable/tests/CMakeLists.txt 
new/okteta-4.10.95/core/piecetable/tests/CMakeLists.txt
--- old/okteta-4.10.90/core/piecetable/tests/CMakeLists.txt 2013-05-28 
22:18:01.0 +0200
+++ new/okteta-4.10.95/core/piecetable/tests/CMakeLists.txt 2013-07-10 
01:41:59.0 +0200
@@ -136,6 +136,8 @@
 
 ### grouppiecetablechangeabstractpiecetablechangeiftest ###
 
+# grouped changes break some assumptions and got workarounds, so disable for 
now
+if(IWILLPICKUPWORKONOKTETACORE)
 set( grouppiecetablechangeabstractpiecetablechangeiftest_SRCS
   grouppiecetablechangeabstractpiecetablechangeiftest.cpp
   ${abstractpiecetablechangeiftest_SRCS}
@@ -152,7 +154,7 @@
 )
 target_link_libraries( grouppiecetablechangeabstractpiecetablechangeiftest
   oktetacoretestutil ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIBRARY} )
-
+endif()
 
 ### grouppiecetablechangetest ###
 
Files old/okteta-4.10.90/doc/index.cache.bz2 and 
new/okteta-4.10.95/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.10.90/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.cpp
 
new/okteta-4.10.95/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.cpp
--- 
old/okteta-4.10.90/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.cpp
  2013-06-10 20:55:38.0 +0200
+++ 
new/okteta-4.10.95/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.cpp
  2013-07-10 01:41:59.0 +0200
@@ -151,11 +151,23 @@
 TopLevelDataInformation* top = topLevelDataInformation();
 Q_CHECK_PTR(top);
 
+const QVectorDataInformation* oldChildren = currentChildren();
+
 qint64 readBits = 0;
 mWasAbleToRead = StructureDataInformation::readChildren(mChildren,
 input, address, bitsRemaining, bitOffset, readBits, top);
 mLastIndex = determineSelection(top);
 const QVectorDataInformation* others = currentChildren();
+//check whether we have different children now, if yes we have to emit 
child count changed
+if (oldChildren != others) {
+const int fixedSize = mChildren.size();
+//tell the model that all children have changed by setting to 0 and 
then to new size
+