Commit Graph

84 Commits

Author SHA256 Message Date
Christophe Marin
9cc69b0d6f OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=32 2023-06-14 10:05:48 +00:00
Christophe Marin
b0acc7af70 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=31 2023-06-14 10:05:22 +00:00
Christophe Marin
f047f0b98a 0.26.11
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=30
2023-06-14 10:03:31 +00:00
Christophe Marin
7da5f3d2ce Accepting request 1058644 from home:wolfi323:branches:KDE:Extra
- Update to 0.26.10
  * Improved: translations
  * Improved: Skip bookmark on current position for next/previous
    navigation
- cleanup spec file
- Update to 0.26.9
  * Fixed: multiple issues in Structures tool
    + wrong warnings about unknown tag name "enumDef" in <data>
    + missing cleaning of any existing string data on reading zero-bytes string
      (kde#396057)
    + bad condition for string maxBytes value meaning empty string (kde#396057)
    + missing update of tree view after committing a change (kde#337653)
    + wrong offset for view markup of string characters
    + reading data from wrong offset on changes with a locked offset
    + missing combobox editor for enumerations with defined values (kde#337652)
  * Improved: multiple things in Structures tool
    + new context menu to copy data & display string to the clipboard
      (kde#314798)
    + additional action for before-mentioned context menu to select the bytes
  * Improved: control elements in tool views all have margins to the border
    and follow general QToolBar button style
  * Improved: translations
- Update to 0.26.8
  * Fixed: Float 32-bit editor in decoding table tool no longer rejects negative
    values & decimal places (kde#453819)
  * Fixed: PNG structure definition example now ensures use of big endianness
    (kde#452362)
  * Improved: translations
  * Improved: have more text vertically centered in lists in tool views
  * Changed: no more use of fixed font type for any list headers in tool views
- Add okteta-rpmlintrc to silence the'shlib-policy-name-error'
  rpmlint error
- Update to 0.26.7
  * Improved: translations
  * Fixed: crash in string extraction tool with marked strings from
    closed view (kde#444405)
  * Fixed: in JIS X 0201 codec properly map ASCII control char
    subset
  * Fixed: use own IBM874 codec, given Qt with ICU maps it to
    TIS-620
  * Changed: a context menu now available with the view area (incl.
    tabs)
  * Changed: tabs of views can now be reordered (inside a single
    tab area)
  * Changed: empty documents can be created by LMB double-clicks
    in empty areas
  * Changed: remember used settings of tools across app restarts
  * Changed: remember used settings of data generators across app
    restarts
  * Changed: remember used settings of data encoders across app
    restarts
- Add signature file and keyring
- Update URL.
- Update to 0.26.6
  * Improved: translations
  * Changed: touch screen input now handled explicitly, not as
    simulated mouse
    Initial set of support:
    + pinch gesture for zooming
    + tap gesture for setting cursor
    + tap & hold gesture for context menu
    + flick gesture for scrolling
  * Fixed: cursor after replacing inserts always positioned after
    new content
  * Fixed: cursor no longer displays value for 0x20 byte in some
    non-positions
  * Fixed: "Cut" menu entry now disabled in overwrite mode, being
    ignored action
  * Fixed: modification status icons update on app color theme
    change
  * Fixed: current cursor colors updated right after app color
    theme change
- Update to 0.26.5
  * Improved: Structure definitions allow custom pointer
    interpretations in JS
  * Improved: cursor flash time setting of 0 (= no blinking)
    supported
  * Improved: cursor shows char/value in background color instead
    of blank
  * Improved: new menu entry for selecting custom UI color scheme
  * Improved: less deprecated Qt/KF code usage
  * Improved: translations
- Replace %make_jobs with %cmake_build
- 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
- 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
- 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)
- Update to 0.26.1
  * Fixed: bad offset of elements in statusbar
  * Translations improved (cs, en_GB, ga, lv, nn, pt)
- 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
- Update to 0.25.5
  * Add option to disable build of KParts plugin, Kasten libs, or
    program
  * Translations improved (fi, id, ru, zh_CN)
- Update to 0.25.4
  * Fix blurry cursor pixmaps in HiDPI
  * Fix broken shadow cursor in HIDPI
  * Translations improved (ru, sk)
- 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)
- Update to 0.25.2
  * Hide broken "Show non-printable chars" feature in UI for now
  * Translations improved (fi, pt_BR)
- 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)
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Update to KDE Applications 17.07.90
  * KDE Applications 17.07.90
  * https://www.kde.org/announcements/announce-applications-17.07.90.php
- Make description neutral again
- 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
- Improve description text (boo#1047988)
- 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
- 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
- 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
- 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 <kpartgui> to <gui>
  * Add QT_DEPRECATED_WARNINGS/QT_DISABLE_DEPRECATED_BEFORE
  * Port qSort -> std::sort
  * Bump version to 0.21.90
- 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
- Add BuildRequires: cmake(Qca-qt5)
- 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
- Update to KDE Applications 16.12.2
   * KDE Applications 16.12.2
   * https://www.kde.org/announcements/announce-applications-16.12.2.php
- - Update to KDE Applications 16.12.1
   * KDE Applications 16.12.1
   * https://www.kde.org/announcements/announce-applications-16.12.1.php
- Update to KDE Applications 16.12.0
   * KDE Applications 16.12.0
   * https://www.kde.org/announcements/announce-applications-16.12.0.php
- Update to KDE Applications 16.11.90
   * KDE Applications 16.12.0 RC
   * https://www.kde.org/announcements/announce-applications-16.12-rc.php
- Update to KDE Applications 16.11.80
   * KDE Applications 16.12.0 Beta
   * https://www.kde.org/announcements/announce-applications-16.12-beta.php
- Update to KDE Applications 16.08.3
  * KDE Applications 16.08.3
  * https://www.kde.org/announcements/announce-applications-16.08.3.php
- KDE Applications 16.08.2
https://www.kde.org/announcements/announce-applications-16.08.2.php
- Update to KDE Applications 16.08.1
   * KDE Applications 16.08.1
   * https://www.kde.org/announcements/announce-applications-16.08.1.php
- Update to KDE Applications 16.08.0
   * KDE Applications 16.08.0
   * https://www.kde.org/announcements/announce-applications-16.08.0.php
- 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
- Update to KDE Applications 16.04.3
   * KDE Applications 16.04.3
   * https://www.kde.org/announcements/announce-applications-16.04.3.php
- Use shared-mime-info macros (boo#979301)
- Update to KDE Applications 16.04.2
   * KDE Applications 16.04.2
   * https://www.kde.org/announcements/announce-applications-16.04.2.php
- Update to KDE Applications 16.04.1
   * KDE Applications 16.04.1
   * https://www.kde.org/announcements/announce-applications-16.04.1.php
- Update to KDE Applications 16.04.0
   * KDE Applications 16.04.0
   * https://www.kde.org/announcements/announce-applications-16.04.0.php
- Update to KDE Applications 16.03.90
   * KDE Applications 16.04.0 RC
   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
- 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
- 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
- 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
- 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
- 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
- Update to KDE Applications 15.08.2
   * KDE Applications 15.08.2
   * https://www.kde.org/announcements/announce-applications-15.08.2.php
- Update to KDE Applications 15.08.1
   * KDE Applications 15.08.1
   * https://www.kde.org/announcements/announce-applications-15.08.1.php
- Update to KDE Applications 15.08.0
   * KDE Applications 15.08.0
   * https://www.kde.org/announcements/announce-applications-15.08.0.php
- Update to KDE Applications 15.07.90
   * KDE Applications 15.08.0 RC1
   * https://www.kde.org/announcements/announce-applications-15.07.90.php
- Update to KDE Applications 15.04.3
   * KDE Applications 15.04.3
   * https://www.kde.org/announcements/announce-applications-15.04.3.php
- Update to KDE Applications 15.04.2
   * KDE Applications 15.04.2
   * https://www.kde.org/announcements/announce-applications-15.04.2.php
- Update to KDE Applications 15.04.1
   * KDE Applications 15.04.1
   * https://www.kde.org/announcements/announce-applications-15.04.1.php
- Update to KDE Applications 15.04.0
   * KDE Applications 15.04.0
   * https://www.kde.org/announcements/announce-applications-15.04.0.php
- Update to KDE Applications 15.03.95
   * KDE Applications 15.04 RC
- Update to KDE Applications 15.03.80
   * KDE Applications 15.04 Beta
- Update to KDE Applications 14.12.3
   * KDE Applications 14.12.3
   * See https://www.kde.org/announcements/announce-applications-14.12.3.php
- Update to KDE Applications 14.12.2
   * KDE Applications 14.12.2
   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
- Update to KDE Applications 14.12.1
   * KDE Applications 14.12.1
   * See https://www.kde.org/announcements/announce-applications-14.12.1.php
- Update to KDE Applications 14.12.0
   * KDE Applications 14.12.0
   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
- Update to KDE Applications 14.12.0
   * KDE Applications 14.12.0
   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
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
- Update to 4.14.3
   * KDE 4.14.3 SC Bugfix Release
   * See http://www.kde.org/announcements/announce-4.14.3.php
- Update to 4.14.2
   * KDE 4.14.2 SC Bugfix Release
   * See http://www.kde.org/announcements/announce-4.14.2.php
- Update to 4.14.1
   * KDE 4.14.1 SC Bugfix Release
   * See http://www.kde.org/announcements/announce-4.14.1.php
- Update to 4.14.0
   * KDE 4.14.0 SC Final Release
   * See http://www.kde.org/announcements/4.14/
- Use kde4-macros for filelists, okteta uses kdelibs4 buildsystem
- Update to 4.13.90
   * KDE 4.14 Beta 2 release
   * See http://www.kde.org/announcements/announce-4.14-beta2.php
- Update to 4.13.80
   * KDE 4.14 Beta 1 release
   * See http://www.kde.org/announcements/announce-4.14-beta1.php
- Update to 4.13.2
   * KDE 4.13  release
   * See http://www.kde.org/announcements/announce-4.13.2.php
- Update to 4.13.1
   * KDE 4.13.1  bug fix release
   * See http://www.kde.org/announcements/announce-4.13.1.php
- Added libqca2-devel BuildRequires, needed for algorithms of the
  checksum tool
- Remove ancient Obsoletes/provides
- Update to 4.13.0
   * KDE 4.13  release
   * See http://www.kde.org/announcements/4.13/
- Update to 4.12.97
   * KDE 4.13 RC  release
   * See http://www.kde.org/announcements/announce-4.13-rc.php
- Update to 4.12.95
   * KDE 4.13 Beta 3  release
   * See http://www.kde.org/announcements/announce-4.13-beta3.php
- Update to 4.12.90
   * KDE 4.13 Beta 2  release
   * See http://www.kde.org/announcements/announce-4.13-beta2.php
- Update to 4.12.80
   * KDE 4.13 Beta 1  release
   * See http://www.kde.org/announcements/announce-4.13-beta1.php
- Update to 4.12.2
   * KDE 4.12.2  release
   * See http://www.kde.org/announcements/announce-4.12.2.php
- Update to 4.12.1
   * KDE 4.12.1  release
   * See http://www.kde.org/announcements/announce-4.12.1.php
- Update to 4.12.0
   * KDE 4.12.0  release
   * See http://www.kde.org/announcements/4.12.php
- Update to 4.11.97
   * KDE 4.12 RC 1 release
   * See http://www.kde.org/announcements/announce-4.12-rc.php
- Update to 4.11.95
   * KDE 4.12 Beta 3 release
   * See http://www.kde.org/announcements/announce-4.12-beta3.php
- Update to 4.11.90
   * KDE 4.12 Beta 2 release
   * See http://www.kde.org/announcements/announce-4.12-beta2.php
- Update to 4.11.80
   * KDE 4.12 Beta 1 release
   * See http://www.kde.org/announcements/announce-4.12-beta1.php
- Update to 4.11.3
   * KDE 4.11.3 bugfix release
   * See http://www.kde.org/announcements/announce-4.11.3.php
- Update to 4.11.2
   * KDE 4.11.2 bugfix release
   * See http://www.kde.org/announcements/announce-4.11.2.php
- Update to 4.11.1
   * KDE 4.11.1 bugfix release
   * See http://www.kde.org/announcements/announce-4.11.1.php
- Update to 4.11.0
   * KDE 4.11 Final release
   * See http://www.kde.org/announcements/4.11/
- Update to 4.10.97
  * KDE 4.11 RC 2 release
  * See http://www.kde.org/announcements/announce-4.11-rc2.php
- Update to 4.10.95
 * KDE 4.11 RC 1 release
 * See http://www.kde.org/announcements/announce-4.11-rc1.php
- Update to 4.10.90
   * KDE 4.11 Beta 2 release
   * See http://www.kde.org/announcements/announce-4.11-beta2.php
- Update to 4.10.80
   * KDE 4.11 Beta 1 release
   * See http://www.kde.org/announcements/announce-4.11-beta1.php
   * Split off from kdesdk4
- Update to 4.10.4
   * Bugfix release
   * See http://www.kde.org/announcements/announce-4.10.4.php
   * resolves bnc#8122760
- Update to 4.10.3
   * Bugfix release
   * See http://www.kde.org/announcements/announce-4.10.3.php
   * resolves bnc#818500
- Updated Licenses for the packages (bnc#814081)
- Update to 4.10.2 \n  * Bugfixes
- Update to 4.10.1
 * Contains bug fixes. See http://www.kde.org/announcements/
   for more information
- Update to 4.10.0
 * This is the final release for 4.10. Contains bugfixes
- Update to 4.9.98
 * This is the third RC release for 4.10. Contains bugfixes
- Update to 4.9.97
 * This is the second RC release for 4.10. Contains bugfixes
- Update to 4.9.95
 * This is the first RC release for 4.10. Contains bugfixes
- Update to 4.9.90
 * This is the second Beta release for 4.10. Contains bugfixes
- Update to 4.9.80
  * see http://www.kde.org/announcements/announce-4.10-beta1.php
  * Umbrello:  Line based diagram grid
- Update to 4.9.3
  * see http://kde.org/announcements/announce-4.9.3.php for details
- Update to 4.9.2
  * see http://kde.org/announcements/announce-4.9.2.php for details
- update to 4.9.1
  * see http://kde.org/announcements/4.9.1/ for details
- fix lokalize issue with startup with project file (bnc#774072,
  kde#300810)
- update to 4.8.5
  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for details
- update to 4.8.4
  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for details
- update to 4.8.3
  * see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
- lokalize requires kross-python for scripts (bnc#754576)
- Fix broken permissions problem in script
- Add xz to BuildRequires
- update to 4.8.2
  * see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
- update to 4.8.1
  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for details
- Add patch for lokalize fixing upstream bug #292575
- update to 4.8.0
  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
  * see http://kde.org/announcements/4.8/ for details
- update to 4.7.98
  * RC2+ milestone release of KDE 4.8
  *  see http://kde.org/announcements/4.8/ for details
- fix license to be in spdx.org format
- Add libtool as BuildRequires to build kstartperf
- update to 4.7.4
  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for details
- Fix build with Qt 4.8
- update to 4.7.3
  * see http://kde.org/announcements/changelogs/changelog4_7_2to4_7_3.php for details
- buildrequire specific kdelibs4
- update to 4.7.2
  * see http://kde.org/announcements/changelogs/changelog4_7_1to4_7_2.php for details
- lokalize should depend on kdesdk4-strigi now that kdesdk4 base
  package is gone.
- Split kompare-devel package (fix for RPMLINT warning)
- Split kprofilemethod package  (fix for RPMLINT warning)
- Split strigi package  (fix for RPMLINT warning)
- Fixed kde4-l10n-devel group (fix for RPMLINT warning)
- Capitalized dolphin-plugins summary (fix for RPMLINT warning)
- Fixed okteta self-obsoletes (fix for RPMLINT warning)
- Removed duplicate files (fix for RPMLINT warning)
- Removed empty base package  (fix for RPMLINT warning)
- Added base package obsoletes/provides to strigi package
- Cleaned up spec file formatting
- fixed typos in descriptions of kdesdk4.spec
- update to 4.7.1
  * Bugfixes over KDE 4.7.0
  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for details
- update to 4.7.0
  * Small fixes over KDE 4.7 RC2
  *  see http://kde.org/announcements/4.7 for details
- Update to 4.6.95
- update to 4.6.5
  * Bugfixes over KDE 4.6.5
  *  see http://kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php for details
- update to 4.6.4
  * Bugfixes over KDE 4.6.3
  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for details
- update to 4.6.3
  * Bugfixes over KDE 4.6.2
  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for details
- update to 4.6.2
  * Bugfixes over KDE 4.6.1
  *  see http://kde.org/announcements/changelogs/changelog4_6_1to4_6_2.php for details
- update to 4.6.1
  * Bugfixes over KDE 4.6.0
  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for details
- call update-mime-database in pre/post install scripts
- update to 4.6.0
  * For highlights, see http://kde.org/announcements/4.6
- Build okteta-devel which is required for the okteta kdevelop-plugin
  (bnc#656174)
- BuildRequire binutils-devel to build kmtrace (bnc#663361)
- update to 4.5.95
  * KDE 4.6 RC2
  * no upstream changelog available.
- update to 4.5.90
  * KDE 4.6 RC1
  * no upstream changelog available.
- Add optional dependency
  * QCA2 -- Needed for most of the algorithms of the checksum tool in Okteta.
- Removed build tests for unsupported openSUSE versions (11.0 and earlier)
- update to 4.5.85
  * KDE 4.6 Beta2
  * Final Beta before RC, various fixes from Beta1
  * no upstream changelog available.
- update to 4.5.80
  * KDE 4.6 Beta1
  * no upstream changelog available.
   * KBugBuster was dropped because it was broken and unmaintained
- fix file list
- update to 4.5.3
  * see http://kde.org/announcements/changelogs/changelog4_5_2to4_5_3.php for details
- update to 4.5.2
  * see http://kde.org/announcements/changelogs/changelog4_5_1to4_5_2.php for details
- Added additional build requirement for Antlr package. This will
  now allow the build of the po2xml binary (bnc#630625)
- update to 4.5.1
  * see http://kde.org/announcements/changelogs/changelog4_5_0to4_5_1.php for details
- update to 4.5.0
  * KDE 4.5.0 final (version bump over RC3)
- update to 4.4.95
  * KDE 4.5 RC3 (not announced)
  * critical fixes for 4.5.0 release
- update to 4.4.93svn1149349
- update to 4.4.5
  * bugfixes over 4.4.4
  * see http://kde.org/announcements/changelogs/changelog4_4_4to4_4_5.php for details
- update to 4.4.4
  * bugfixes over 4.4.3
  * see http://kde.org/announcements/changelogs/changelog4_4_3to4_4_ 4.php for details
  * for most modules only version number as a change (4_4_BRANCH.diff already contained the diff
- update 4_4_BRANCH.diff: various fixes, translation updates
- update to 4.4.3
  * bugfixes over 4.4.2
  * see http://kde.org/announcements/changelogs/changelog4_4_2to4_4_3.php for details
- update to 4.4.2
  * bugfixes over 4.4.1
  * see http://kde.org/announcements/changelogs/changelog4_4_1to4_4_2.php for details
- update to 4.4.1
  * bugfixes over 4.4.0
  * see http://kde.org/announcements/changelogs/changelog4_4_0to4_4_1.php for details
- update to 4.4.0
  * Critical bugfixes only over 4.3.98
  * see http://www.kde.org/announcements/4.4/ for general overview
- update to 4.3.98
  * see http://www.kde.org/announcements/announce-4.4-rc3.php for details
- update to 4.3.95
  * see http://www.kde.org/announcements/announce-4.4-rc2.php for details
- update to 4.3.90
  * see http://www.kde.org/announcements/announce-4.4-rc1.php for details
- update to 4.3.85
  * see http://www.kde.org/announcements/announce-4.4-beta2.php for details
- update to 4.3.80 (KDE 4.4 Beta1):
  * see http://techbase.kde.org/Schedules/KDE4/4.4_Feature_Plan
- update to 4.3.3
  * see http://kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php for details
- update 4_3_BRANCH.diff: icon fixes and translation updates
- update to 4.3.1
  * see http://kde.org/announcements/changelogs/changelog4_3_0to4_3_1.php for details
- Added a patch to enable build by resolving two
       void-return-in-non-void-function errors
- kompare is no real VCS, don't have Development/ in default install
- suggest ctags for kate (bnc#527074)
- update to 4.3.0
  * see http://kde.org/announcements/4.3 for details
- update to 4.2.98
- update to 4.2.96
- make lokalize require python-kde4 (bnc#517869)
- update to 4.2.95
- drop kde4- package prefixes
- update to 4.2.90
- update to 4.2.88svn973768
- update to 4.2.87svn969966
- update to 4.2.86svn967995
- update to 4.2.85 (KDE 4.3 Beta1)
- update to 4.2.3
  * see http://kde.org/announcements/changelogs/changelog4_2_2to4_2_3.php
- update to 4.2.2
  * see http://kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php
- update to 4.2.1
  * see http://kde.org/announcements/changelogs/changelog4_2_0to4_2_1.php
- update branch diff
- update to 4.2.0
- remove unnecessary patch
- update to 4.1.96
- update to 4.1.87 (KDE 4.2 Januar snapshot)
- libical-devel isalready included by kdepimlibs-devel
- versionized split-provides are not supported
- fix build after removal of libical copy from kdepimlibs
- add SLE provides
- update to 4.1.3
  * see http://kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
- update to 4.1.2
  * see http://kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
- update to 4.1.1
  * see http://kde.org/announcements/changelogs/changelog4_1to4_1_1.php
- branch diff update
- update to 4.1.0
- update to 4.0.99
- update to 4.0.98
- update to 4.0.85
- add directory ownerships
- update to 4.0.84
- update to 4.0.83
- Use -mminimal-toc on ppc64.
- update to 4.0.82
- update to 4.0.81
- update to 4.0.4
   * http://www.kde.org/announcements/changelogs/changelog4_0_3to4_0_4.php
- branch diff update
  * fix time parsing in cervisia
- update to 4.0.3
- update to 4.0.2
- update 4_0_BRANCH.diff
- update to 4.0.1
- update KDE_4_0_BRANCH.diff
- update to 4.0
- update to 3.97.2
- update to 3.97.1
- update to 3.97.0
- fix build
- update to 3.96.3
- update to 3.96.2
- update to 3.96.1
- update to 3.96.0
- update to 3.95.2
- update to 3.95.1
- update to KDE 4.0 Beta4
- update to 3.94.1
- udpate to KDE 4.0 Beta3
- update to 3.93.0.svn720133
- update to 3.93.0.svn717255
- update to 3.93.0.svn712063
- update to KDE 4.0 Beta 2
- update to 3.92.0.svn703915
- update to 3.92.0.svn700768
- update to 3.92.0.svn697375
- fix file conflict
- fix build after strigi update
- update to KDE 4.0 Beta 1
- update to 3.91.0.svn685971
- update to 3.90.1.svn679147
- update to 3.90.1.svn670093
- simplify spec file by using macros from kde4-filesystem
- initial package in abuild

OBS-URL: https://build.opensuse.org/request/show/1058644
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=28
2023-01-16 10:25:14 +00:00
53a8fafa3f Accepting request 982208 from home:wolfi323:branches:KDE:Extra
- Update to 0.26.9
  * Fixed: multiple issues in Structures tool
    + wrong warnings about unknown tag name "enumDef" in <data>
    + missing cleaning of any existing string data on reading zero-bytes string
      (kde#396057)
    + bad condition for string maxBytes value meaning empty string (kde#396057)
    + missing update of tree view after committing a change (kde#337653)
    + wrong offset for view markup of string characters
    + reading data from wrong offset on changes with a locked offset
    + missing combobox editor for enumerations with defined values (kde#337652)
  * Improved: multiple things in Structures tool
    + new context menu to copy data & display string to the clipboard
      (kde#314798)
    + additional action for before-mentioned context menu to select the bytes
  * Improved: control elements in tool views all have margins to the border
    and follow general QToolBar button style
  * Improved: translations
- Update to 0.26.8
  * Fixed: Float 32-bit editor in decoding table tool no longer rejects negative
    values & decimal places (kde#453819)
  * Fixed: PNG structure definition example now ensures use of big endianness
    (kde#452362)
  * Improved: translations
  * Improved: have more text vertically centered in lists in tool views
  * Changed: no more use of fixed font type for any list headers in tool views
- Add okteta-rpmlintrc to silence the'shlib-policy-name-error'
  rpmlint error
- Update to 0.26.7
  * Improved: translations
  * Fixed: crash in string extraction tool with marked strings from
    closed view (kde#444405)
  * Fixed: in JIS X 0201 codec properly map ASCII control char
    subset
  * Fixed: use own IBM874 codec, given Qt with ICU maps it to
    TIS-620
  * Changed: a context menu now available with the view area (incl.
    tabs)
  * Changed: tabs of views can now be reordered (inside a single
    tab area)
  * Changed: empty documents can be created by LMB double-clicks
    in empty areas
  * Changed: remember used settings of tools across app restarts
  * Changed: remember used settings of data generators across app
    restarts
  * Changed: remember used settings of data encoders across app
    restarts
- Add signature file and keyring
- Update URL.
- Update to 0.26.6
  * Improved: translations
  * Changed: touch screen input now handled explicitly, not as
    simulated mouse
    Initial set of support:
    + pinch gesture for zooming
    + tap gesture for setting cursor
    + tap & hold gesture for context menu
    + flick gesture for scrolling
  * Fixed: cursor after replacing inserts always positioned after
    new content
  * Fixed: cursor no longer displays value for 0x20 byte in some
    non-positions
  * Fixed: "Cut" menu entry now disabled in overwrite mode, being
    ignored action
  * Fixed: modification status icons update on app color theme
    change
  * Fixed: current cursor colors updated right after app color
    theme change
- Update to 0.26.5
  * Improved: Structure definitions allow custom pointer
    interpretations in JS
  * Improved: cursor flash time setting of 0 (= no blinking)
    supported
  * Improved: cursor shows char/value in background color instead
    of blank
  * Improved: new menu entry for selecting custom UI color scheme
  * Improved: less deprecated Qt/KF code usage
  * Improved: translations
- Replace %make_jobs with %cmake_build
- 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
- 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
- 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)
- Update to 0.26.1
  * Fixed: bad offset of elements in statusbar
  * Translations improved (cs, en_GB, ga, lv, nn, pt)
- 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
- Update to 0.25.5
  * Add option to disable build of KParts plugin, Kasten libs, or
    program
  * Translations improved (fi, id, ru, zh_CN)
- Update to 0.25.4
  * Fix blurry cursor pixmaps in HiDPI
  * Fix broken shadow cursor in HIDPI
  * Translations improved (ru, sk)
- 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)
- Update to 0.25.2
  * Hide broken "Show non-printable chars" feature in UI for now
  * Translations improved (fi, pt_BR)
- 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)
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Update to KDE Applications 17.07.90
  * KDE Applications 17.07.90
  * https://www.kde.org/announcements/announce-applications-17.07.90.php
- Make description neutral again
- 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
- Improve description text (boo#1047988)
- 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
- 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
- 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
- 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 <kpartgui> to <gui>
  * Add QT_DEPRECATED_WARNINGS/QT_DISABLE_DEPRECATED_BEFORE
  * Port qSort -> std::sort
  * Bump version to 0.21.90
- 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
- Add BuildRequires: cmake(Qca-qt5)
- 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
- Update to KDE Applications 16.12.2
   * KDE Applications 16.12.2
   * https://www.kde.org/announcements/announce-applications-16.12.2.php
- - Update to KDE Applications 16.12.1
   * KDE Applications 16.12.1
   * https://www.kde.org/announcements/announce-applications-16.12.1.php
- Update to KDE Applications 16.12.0
   * KDE Applications 16.12.0
   * https://www.kde.org/announcements/announce-applications-16.12.0.php
- Update to KDE Applications 16.11.90
   * KDE Applications 16.12.0 RC
   * https://www.kde.org/announcements/announce-applications-16.12-rc.php
- Update to KDE Applications 16.11.80
   * KDE Applications 16.12.0 Beta
   * https://www.kde.org/announcements/announce-applications-16.12-beta.php
- Update to KDE Applications 16.08.3
  * KDE Applications 16.08.3
  * https://www.kde.org/announcements/announce-applications-16.08.3.php
- KDE Applications 16.08.2
https://www.kde.org/announcements/announce-applications-16.08.2.php
- Update to KDE Applications 16.08.1
   * KDE Applications 16.08.1
   * https://www.kde.org/announcements/announce-applications-16.08.1.php
- Update to KDE Applications 16.08.0
   * KDE Applications 16.08.0
   * https://www.kde.org/announcements/announce-applications-16.08.0.php
- 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
- Update to KDE Applications 16.04.3
   * KDE Applications 16.04.3
   * https://www.kde.org/announcements/announce-applications-16.04.3.php
- Use shared-mime-info macros (boo#979301)
- Update to KDE Applications 16.04.2
   * KDE Applications 16.04.2
   * https://www.kde.org/announcements/announce-applications-16.04.2.php
- Update to KDE Applications 16.04.1
   * KDE Applications 16.04.1
   * https://www.kde.org/announcements/announce-applications-16.04.1.php
- Update to KDE Applications 16.04.0
   * KDE Applications 16.04.0
   * https://www.kde.org/announcements/announce-applications-16.04.0.php
- Update to KDE Applications 16.03.90
   * KDE Applications 16.04.0 RC
   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
- 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
- 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
- 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
- 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
- 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
- Update to KDE Applications 15.08.2
   * KDE Applications 15.08.2
   * https://www.kde.org/announcements/announce-applications-15.08.2.php
- Update to KDE Applications 15.08.1
   * KDE Applications 15.08.1
   * https://www.kde.org/announcements/announce-applications-15.08.1.php
- Update to KDE Applications 15.08.0
   * KDE Applications 15.08.0
   * https://www.kde.org/announcements/announce-applications-15.08.0.php
- Update to KDE Applications 15.07.90
   * KDE Applications 15.08.0 RC1
   * https://www.kde.org/announcements/announce-applications-15.07.90.php
- Update to KDE Applications 15.04.3
   * KDE Applications 15.04.3
   * https://www.kde.org/announcements/announce-applications-15.04.3.php
- Update to KDE Applications 15.04.2
   * KDE Applications 15.04.2
   * https://www.kde.org/announcements/announce-applications-15.04.2.php
- Update to KDE Applications 15.04.1
   * KDE Applications 15.04.1
   * https://www.kde.org/announcements/announce-applications-15.04.1.php
- Update to KDE Applications 15.04.0
   * KDE Applications 15.04.0
   * https://www.kde.org/announcements/announce-applications-15.04.0.php
- Update to KDE Applications 15.03.95
   * KDE Applications 15.04 RC
- Update to KDE Applications 15.03.80
   * KDE Applications 15.04 Beta
- Update to KDE Applications 14.12.3
   * KDE Applications 14.12.3
   * See https://www.kde.org/announcements/announce-applications-14.12.3.php
- Update to KDE Applications 14.12.2
   * KDE Applications 14.12.2
   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
- Update to KDE Applications 14.12.1
   * KDE Applications 14.12.1
   * See https://www.kde.org/announcements/announce-applications-14.12.1.php
- Update to KDE Applications 14.12.0
   * KDE Applications 14.12.0
   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
- Update to KDE Applications 14.12.0
   * KDE Applications 14.12.0
   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
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
- Update to 4.14.3
   * KDE 4.14.3 SC Bugfix Release
   * See http://www.kde.org/announcements/announce-4.14.3.php
- Update to 4.14.2
   * KDE 4.14.2 SC Bugfix Release
   * See http://www.kde.org/announcements/announce-4.14.2.php
- Update to 4.14.1
   * KDE 4.14.1 SC Bugfix Release
   * See http://www.kde.org/announcements/announce-4.14.1.php
- Update to 4.14.0
   * KDE 4.14.0 SC Final Release
   * See http://www.kde.org/announcements/4.14/
- Use kde4-macros for filelists, okteta uses kdelibs4 buildsystem
- Update to 4.13.90
   * KDE 4.14 Beta 2 release
   * See http://www.kde.org/announcements/announce-4.14-beta2.php
- Update to 4.13.80
   * KDE 4.14 Beta 1 release
   * See http://www.kde.org/announcements/announce-4.14-beta1.php
- Update to 4.13.2
   * KDE 4.13  release
   * See http://www.kde.org/announcements/announce-4.13.2.php
- Update to 4.13.1
   * KDE 4.13.1  bug fix release
   * See http://www.kde.org/announcements/announce-4.13.1.php
- Added libqca2-devel BuildRequires, needed for algorithms of the
  checksum tool
- Remove ancient Obsoletes/provides
- Update to 4.13.0
   * KDE 4.13  release
   * See http://www.kde.org/announcements/4.13/
- Update to 4.12.97
   * KDE 4.13 RC  release
   * See http://www.kde.org/announcements/announce-4.13-rc.php
- Update to 4.12.95
   * KDE 4.13 Beta 3  release
   * See http://www.kde.org/announcements/announce-4.13-beta3.php
- Update to 4.12.90
   * KDE 4.13 Beta 2  release
   * See http://www.kde.org/announcements/announce-4.13-beta2.php
- Update to 4.12.80
   * KDE 4.13 Beta 1  release
   * See http://www.kde.org/announcements/announce-4.13-beta1.php
- Update to 4.12.2
   * KDE 4.12.2  release
   * See http://www.kde.org/announcements/announce-4.12.2.php
- Update to 4.12.1
   * KDE 4.12.1  release
   * See http://www.kde.org/announcements/announce-4.12.1.php
- Update to 4.12.0
   * KDE 4.12.0  release
   * See http://www.kde.org/announcements/4.12.php
- Update to 4.11.97
   * KDE 4.12 RC 1 release
   * See http://www.kde.org/announcements/announce-4.12-rc.php
- Update to 4.11.95
   * KDE 4.12 Beta 3 release
   * See http://www.kde.org/announcements/announce-4.12-beta3.php
- Update to 4.11.90
   * KDE 4.12 Beta 2 release
   * See http://www.kde.org/announcements/announce-4.12-beta2.php
- Update to 4.11.80
   * KDE 4.12 Beta 1 release
   * See http://www.kde.org/announcements/announce-4.12-beta1.php
- Update to 4.11.3
   * KDE 4.11.3 bugfix release
   * See http://www.kde.org/announcements/announce-4.11.3.php
- Update to 4.11.2
   * KDE 4.11.2 bugfix release
   * See http://www.kde.org/announcements/announce-4.11.2.php
- Update to 4.11.1
   * KDE 4.11.1 bugfix release
   * See http://www.kde.org/announcements/announce-4.11.1.php
- Update to 4.11.0
   * KDE 4.11 Final release
   * See http://www.kde.org/announcements/4.11/
- Update to 4.10.97
  * KDE 4.11 RC 2 release
  * See http://www.kde.org/announcements/announce-4.11-rc2.php
- Update to 4.10.95
 * KDE 4.11 RC 1 release
 * See http://www.kde.org/announcements/announce-4.11-rc1.php
- Update to 4.10.90
   * KDE 4.11 Beta 2 release
   * See http://www.kde.org/announcements/announce-4.11-beta2.php
- Update to 4.10.80
   * KDE 4.11 Beta 1 release
   * See http://www.kde.org/announcements/announce-4.11-beta1.php
   * Split off from kdesdk4
- Update to 4.10.4
   * Bugfix release
   * See http://www.kde.org/announcements/announce-4.10.4.php
   * resolves bnc#8122760
- Update to 4.10.3
   * Bugfix release
   * See http://www.kde.org/announcements/announce-4.10.3.php
   * resolves bnc#818500
- Updated Licenses for the packages (bnc#814081)
- Update to 4.10.2 \n  * Bugfixes
- Update to 4.10.1
 * Contains bug fixes. See http://www.kde.org/announcements/
   for more information
- Update to 4.10.0
 * This is the final release for 4.10. Contains bugfixes
- Update to 4.9.98
 * This is the third RC release for 4.10. Contains bugfixes
- Update to 4.9.97
 * This is the second RC release for 4.10. Contains bugfixes
- Update to 4.9.95
 * This is the first RC release for 4.10. Contains bugfixes
- Update to 4.9.90
 * This is the second Beta release for 4.10. Contains bugfixes
- Update to 4.9.80
  * see http://www.kde.org/announcements/announce-4.10-beta1.php
  * Umbrello:  Line based diagram grid
- Update to 4.9.3
  * see http://kde.org/announcements/announce-4.9.3.php for details
- Update to 4.9.2
  * see http://kde.org/announcements/announce-4.9.2.php for details
- update to 4.9.1
  * see http://kde.org/announcements/4.9.1/ for details
- fix lokalize issue with startup with project file (bnc#774072,
  kde#300810)
- update to 4.8.5
  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for details
- update to 4.8.4
  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for details
- update to 4.8.3
  * see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
- lokalize requires kross-python for scripts (bnc#754576)
- Fix broken permissions problem in script
- Add xz to BuildRequires
- update to 4.8.2
  * see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
- update to 4.8.1
  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for details
- Add patch for lokalize fixing upstream bug #292575
- update to 4.8.0
  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
  * see http://kde.org/announcements/4.8/ for details
- update to 4.7.98
  * RC2+ milestone release of KDE 4.8
  *  see http://kde.org/announcements/4.8/ for details
- fix license to be in spdx.org format
- Add libtool as BuildRequires to build kstartperf
- update to 4.7.4
  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for details
- Fix build with Qt 4.8
- update to 4.7.3
  * see http://kde.org/announcements/changelogs/changelog4_7_2to4_7_3.php for details
- buildrequire specific kdelibs4
- update to 4.7.2
  * see http://kde.org/announcements/changelogs/changelog4_7_1to4_7_2.php for details
- lokalize should depend on kdesdk4-strigi now that kdesdk4 base
  package is gone.
- Split kompare-devel package (fix for RPMLINT warning)
- Split kprofilemethod package  (fix for RPMLINT warning)
- Split strigi package  (fix for RPMLINT warning)
- Fixed kde4-l10n-devel group (fix for RPMLINT warning)
- Capitalized dolphin-plugins summary (fix for RPMLINT warning)
- Fixed okteta self-obsoletes (fix for RPMLINT warning)
- Removed duplicate files (fix for RPMLINT warning)
- Removed empty base package  (fix for RPMLINT warning)
- Added base package obsoletes/provides to strigi package
- Cleaned up spec file formatting
- fixed typos in descriptions of kdesdk4.spec
- update to 4.7.1
  * Bugfixes over KDE 4.7.0
  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for details
- update to 4.7.0
  * Small fixes over KDE 4.7 RC2
  *  see http://kde.org/announcements/4.7 for details
- Update to 4.6.95
- update to 4.6.5
  * Bugfixes over KDE 4.6.5
  *  see http://kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php for details
- update to 4.6.4
  * Bugfixes over KDE 4.6.3
  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for details
- update to 4.6.3
  * Bugfixes over KDE 4.6.2
  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for details
- update to 4.6.2
  * Bugfixes over KDE 4.6.1
  *  see http://kde.org/announcements/changelogs/changelog4_6_1to4_6_2.php for details
- update to 4.6.1
  * Bugfixes over KDE 4.6.0
  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for details
- call update-mime-database in pre/post install scripts
- update to 4.6.0
  * For highlights, see http://kde.org/announcements/4.6
- Build okteta-devel which is required for the okteta kdevelop-plugin
  (bnc#656174)
- BuildRequire binutils-devel to build kmtrace (bnc#663361)
- update to 4.5.95
  * KDE 4.6 RC2
  * no upstream changelog available.
- update to 4.5.90
  * KDE 4.6 RC1
  * no upstream changelog available.
- Add optional dependency
  * QCA2 -- Needed for most of the algorithms of the checksum tool in Okteta.
- Removed build tests for unsupported openSUSE versions (11.0 and earlier)
- update to 4.5.85
  * KDE 4.6 Beta2
  * Final Beta before RC, various fixes from Beta1
  * no upstream changelog available.
- update to 4.5.80
  * KDE 4.6 Beta1
  * no upstream changelog available.
   * KBugBuster was dropped because it was broken and unmaintained
- fix file list
- update to 4.5.3
  * see http://kde.org/announcements/changelogs/changelog4_5_2to4_5_3.php for details
- update to 4.5.2
  * see http://kde.org/announcements/changelogs/changelog4_5_1to4_5_2.php for details
- Added additional build requirement for Antlr package. This will
  now allow the build of the po2xml binary (bnc#630625)
- update to 4.5.1
  * see http://kde.org/announcements/changelogs/changelog4_5_0to4_5_1.php for details
- update to 4.5.0
  * KDE 4.5.0 final (version bump over RC3)
- update to 4.4.95
  * KDE 4.5 RC3 (not announced)
  * critical fixes for 4.5.0 release
- update to 4.4.93svn1149349
- update to 4.4.5
  * bugfixes over 4.4.4
  * see http://kde.org/announcements/changelogs/changelog4_4_4to4_4_5.php for details
- update to 4.4.4
  * bugfixes over 4.4.3
  * see http://kde.org/announcements/changelogs/changelog4_4_3to4_4_ 4.php for details
  * for most modules only version number as a change (4_4_BRANCH.diff already contained the diff
- update 4_4_BRANCH.diff: various fixes, translation updates
- update to 4.4.3
  * bugfixes over 4.4.2
  * see http://kde.org/announcements/changelogs/changelog4_4_2to4_4_3.php for details
- update to 4.4.2
  * bugfixes over 4.4.1
  * see http://kde.org/announcements/changelogs/changelog4_4_1to4_4_2.php for details
- update to 4.4.1
  * bugfixes over 4.4.0
  * see http://kde.org/announcements/changelogs/changelog4_4_0to4_4_1.php for details
- update to 4.4.0
  * Critical bugfixes only over 4.3.98
  * see http://www.kde.org/announcements/4.4/ for general overview
- update to 4.3.98
  * see http://www.kde.org/announcements/announce-4.4-rc3.php for details
- update to 4.3.95
  * see http://www.kde.org/announcements/announce-4.4-rc2.php for details
- update to 4.3.90
  * see http://www.kde.org/announcements/announce-4.4-rc1.php for details
- update to 4.3.85
  * see http://www.kde.org/announcements/announce-4.4-beta2.php for details
- update to 4.3.80 (KDE 4.4 Beta1):
  * see http://techbase.kde.org/Schedules/KDE4/4.4_Feature_Plan
- update to 4.3.3
  * see http://kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php for details
- update 4_3_BRANCH.diff: icon fixes and translation updates
- update to 4.3.1
  * see http://kde.org/announcements/changelogs/changelog4_3_0to4_3_1.php for details
- Added a patch to enable build by resolving two
       void-return-in-non-void-function errors
- kompare is no real VCS, don't have Development/ in default install
- suggest ctags for kate (bnc#527074)
- update to 4.3.0
  * see http://kde.org/announcements/4.3 for details
- update to 4.2.98
- update to 4.2.96
- make lokalize require python-kde4 (bnc#517869)
- update to 4.2.95
- drop kde4- package prefixes
- update to 4.2.90
- update to 4.2.88svn973768
- update to 4.2.87svn969966
- update to 4.2.86svn967995
- update to 4.2.85 (KDE 4.3 Beta1)
- update to 4.2.3
  * see http://kde.org/announcements/changelogs/changelog4_2_2to4_2_3.php
- update to 4.2.2
  * see http://kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php
- update to 4.2.1
  * see http://kde.org/announcements/changelogs/changelog4_2_0to4_2_1.php
- update branch diff
- update to 4.2.0
- remove unnecessary patch
- update to 4.1.96
- update to 4.1.87 (KDE 4.2 Januar snapshot)
- libical-devel isalready included by kdepimlibs-devel
- versionized split-provides are not supported
- fix build after removal of libical copy from kdepimlibs
- add SLE provides
- update to 4.1.3
  * see http://kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
- update to 4.1.2
  * see http://kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
- update to 4.1.1
  * see http://kde.org/announcements/changelogs/changelog4_1to4_1_1.php
- branch diff update
- update to 4.1.0
- update to 4.0.99
- update to 4.0.98
- update to 4.0.85
- add directory ownerships
- update to 4.0.84
- update to 4.0.83
- Use -mminimal-toc on ppc64.
- update to 4.0.82
- update to 4.0.81
- update to 4.0.4
   * http://www.kde.org/announcements/changelogs/changelog4_0_3to4_0_4.php
- branch diff update
  * fix time parsing in cervisia
- update to 4.0.3
- update to 4.0.2
- update 4_0_BRANCH.diff
- update to 4.0.1
- update KDE_4_0_BRANCH.diff
- update to 4.0
- update to 3.97.2
- update to 3.97.1
- update to 3.97.0
- fix build
- update to 3.96.3
- update to 3.96.2
- update to 3.96.1
- update to 3.96.0
- update to 3.95.2
- update to 3.95.1
- update to KDE 4.0 Beta4
- update to 3.94.1
- udpate to KDE 4.0 Beta3
- update to 3.93.0.svn720133
- update to 3.93.0.svn717255
- update to 3.93.0.svn712063
- update to KDE 4.0 Beta 2
- update to 3.92.0.svn703915
- update to 3.92.0.svn700768
- update to 3.92.0.svn697375
- fix file conflict
- fix build after strigi update
- update to KDE 4.0 Beta 1
- update to 3.91.0.svn685971
- update to 3.90.1.svn679147
- update to 3.90.1.svn670093
- simplify spec file by using macros from kde4-filesystem
- initial package in abuild

OBS-URL: https://build.opensuse.org/request/show/982208
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=26
2022-06-12 12:35:16 +00:00
Luca Beltrame
10b72e7352 Accepting request 977832 from home:Vogtinator:branches:KDE:Extra
- Update to 0.26.8
  * Fixed: Float 32-bit editor in decoding table tool no longer rejects negative
    values & decimal places (kde#453819)
  * Fixed: PNG structure definition example now ensures use of big endianness
    (kde#452362)
  * Improved: translations
  * Improved: have more text vertically centered in lists in tool views
  * Changed: no more use of fixed font type for any list headers in tool views

OBS-URL: https://build.opensuse.org/request/show/977832
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=24
2022-05-17 20:43:20 +00:00
95a4c3930a Accepting request 973607 from home:cgiboudeaux:branches:KDE:Extra
- Add okteta-rpmlintrc to silence the'shlib-policy-name-error'
  rpmlint error

OBS-URL: https://build.opensuse.org/request/show/973607
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=22
2022-05-06 11:25:05 +00:00
Luca Beltrame
cf1967a2d8 Accepting request 957017 from home:wolfi323:branches:KDE:Extra
- Update to 0.26.7
  * Improved: translations
  * Fixed: crash in string extraction tool with marked strings from
    closed view (kde#444405)
  * Fixed: in JIS X 0201 codec properly map ASCII control char
    subset
  * Fixed: use own IBM874 codec, given Qt with ICU maps it to
    TIS-620
  * Changed: a context menu now available with the view area (incl.
    tabs)
  * Changed: tabs of views can now be reordered (inside a single
    tab area)
  * Changed: empty documents can be created by LMB double-clicks
    in empty areas
  * Changed: remember used settings of tools across app restarts
  * Changed: remember used settings of data generators across app
    restarts
  * Changed: remember used settings of data encoders across app
    restarts
- Add signature file and keyring

OBS-URL: https://build.opensuse.org/request/show/957017
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=21
2022-02-23 12:33:42 +00:00
Christophe Giboudeaux
fd0a853a9d OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=19 2021-04-17 17:15:03 +00:00
Christophe Giboudeaux
a019d56a31 Accepting request 882153 from home:wolfi323:branches:KDE:Extra
- Update to 0.26.6
  * Improved: translations
  * Changed: touch screen input now handled explicitly, not as
    simulated mouse
    Initial set of support:
    + pinch gesture for zooming
    + tap gesture for setting cursor
    + tap & hold gesture for context menu
    + flick gesture for scrolling
  * Fixed: cursor after replacing inserts always positioned after
    new content
  * Fixed: cursor no longer displays value for 0x20 byte in some
    non-positions
  * Fixed: "Cut" menu entry now disabled in overwrite mode, being
    ignored action
  * Fixed: modification status icons update on app color theme
    change
  * Fixed: current cursor colors updated right after app color
    theme change

OBS-URL: https://build.opensuse.org/request/show/882153
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=18
2021-03-30 11:18:10 +00:00
Luca Beltrame
4e4b85e4ca Accepting request 868902 from home:wolfi323:branches:KDE:Extra
- Update to 0.26.5
  * Improved: Structure definitions allow custom pointer
    interpretations in JS
  * Improved: cursor flash time setting of 0 (= no blinking)
    supported
  * Improved: cursor shows char/value in background color instead
    of blank
  * Improved: new menu entry for selecting custom UI color scheme
  * Improved: less deprecated Qt/KF code usage
  * Improved: translations

OBS-URL: https://build.opensuse.org/request/show/868902
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=17
2021-02-03 10:52:07 +00:00
Christophe Giboudeaux
bb4e236e33 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=16 2020-08-27 13:43:51 +00:00
Christophe Giboudeaux
44e24ef908 Accepting request 823405 from home:wolfi323:branches:KDE:Extra
- 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

OBS-URL: https://build.opensuse.org/request/show/823405
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=15
2020-07-29 16:14:48 +00:00
Christophe Giboudeaux
2c072a318c Accepting request 769448 from home:wolfi323:branches:KDE:Extra
- Update to 0.26.3

OBS-URL: https://build.opensuse.org/request/show/769448
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=14
2020-02-03 08:06:23 +00:00
Luca Beltrame
6174d2d1fd Accepting request 713095 from home:wolfi323:branches:KDE:Extra
- 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)

OBS-URL: https://build.opensuse.org/request/show/713095
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=13
2019-07-03 05:03:58 +00:00
Christophe Giboudeaux
991e69377f Accepting request 693235 from home:wolfi323:branches:KDE:Extra
- Update to 0.26.1
  * Fixed: bad offset of elements in statusbar
  * Translations improved (cs, en_GB, ga, lv, nn, pt)

OBS-URL: https://build.opensuse.org/request/show/693235
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=12
2019-04-11 12:36:54 +00:00
Wolfgang Bauer
fb424d26d5 Revert accidental deletion
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=11
2019-03-14 15:57:27 +00:00
Wolfgang Bauer
056fb1d8cf OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=10 2019-03-14 15:56:09 +00:00
Luca Beltrame
110c47a4f8 Accepting request 684446 from home:wolfi323:branches:KDE:Extra
- 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

OBS-URL: https://build.opensuse.org/request/show/684446
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=9
2019-03-13 10:27:27 +00:00
Luca Beltrame
151bd5217d Accepting request 662202 from home:wolfi323:branches:KDE:Extra
- Update to 0.25.5
  * Add option to disable build of KParts plugin, Kasten libs, or
    program
  * Translations improved (fi, id, ru, zh_CN)

OBS-URL: https://build.opensuse.org/request/show/662202
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=8
2019-01-01 10:05:50 +00:00
Luca Beltrame
e106be9aa6 Accepting request 640615 from home:wolfi323:branches:KDE:Extra
- Update to 0.25.4
  * Fix blurry cursor pixmaps in HiDPI
  * Fix broken shadow cursor in HIDPI
  * Translations improved (ru, sk)

OBS-URL: https://build.opensuse.org/request/show/640615
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=7
2018-10-08 14:57:52 +00:00
Luca Beltrame
acaa87893b Accepting request 632858 from home:wolfi323:branches:KDE:Extra
- 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)

OBS-URL: https://build.opensuse.org/request/show/632858
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=6
2018-09-03 12:22:49 +00:00
Christophe Giboudeaux
4da9a11b30 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=5 2018-08-27 15:26:25 +00:00
Wolfgang Bauer
2bd38a910b Accepting request 628040 from home:wolfi323:branches:KDE:Extra
- Update to 0.25.2
  * Hide broken "Show non-printable chars" feature in UI for now
  * Translations improved (fi, pt_BR)

OBS-URL: https://build.opensuse.org/request/show/628040
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=4
2018-08-09 14:46:09 +00:00
Luca Beltrame
297a28b773 Accepting request 622511 from home:wolfi323:branches:KDE:Extra
- 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)

OBS-URL: https://build.opensuse.org/request/show/622511
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=3
2018-07-13 20:53:49 +00:00
Yuchen Lin
a2b63373e8 Accepting request 616630 from KDE:Extra
- 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

OBS-URL: https://build.opensuse.org/request/show/616630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=61
2018-06-19 09:59:49 +00:00
Dominique Leuenberger
bc981322a0 Accepting request 585662 from KDE:Applications
KDE Applications 17.12.3

OBS-URL: https://build.opensuse.org/request/show/585662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=60
2018-03-22 11:01:09 +00:00
Dominique Leuenberger
3f1678b0f9 Accepting request 575131 from KDE:Applications
KDE Applications 17.12.2

OBS-URL: https://build.opensuse.org/request/show/575131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=59
2018-02-14 08:43:36 +00:00
Dominique Leuenberger
e37dde63f1 Accepting request 564408 from KDE:Applications
KDE Applications 17.12.1

OBS-URL: https://build.opensuse.org/request/show/564408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=58
2018-01-22 15:16:31 +00:00
Dominique Leuenberger
f0ea822c94 Accepting request 556287 from KDE:Applications
KDE Applications 17.12.0 final (release on 2017-12-14)

OBS-URL: https://build.opensuse.org/request/show/556287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=57
2017-12-19 09:55:45 +00:00
Dominique Leuenberger
a9ba00de14 Accepting request 540972 from KDE:Applications
KDE Applications 17.08.3

OBS-URL: https://build.opensuse.org/request/show/540972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=56
2017-11-17 09:51:55 +00:00
Dominique Leuenberger
0c38c5cde8 Accepting request 534836 from KDE:Applications
KDE Applications 17.08.2

OBS-URL: https://build.opensuse.org/request/show/534836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=55
2017-10-23 14:51:20 +00:00
Dominique Leuenberger
4889ac0e8b Accepting request 522660 from KDE:Applications
KDE Applications 17.08.1

OBS-URL: https://build.opensuse.org/request/show/522660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=54
2017-09-11 14:22:17 +00:00
Dominique Leuenberger
a2a3ca7f18 Accepting request 516480 from KDE:Applications
Update to 17.08.0

OBS-URL: https://build.opensuse.org/request/show/516480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=53
2017-08-28 13:09:08 +00:00
Dominique Leuenberger
199e77adbf Accepting request 512581 from KDE:Applications
1

OBS-URL: https://build.opensuse.org/request/show/512581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=52
2017-07-29 07:01:32 +00:00
Dominique Leuenberger
4909ede639 Accepting request 509433 from KDE:Applications
- Improve description text (boo#1047988)

OBS-URL: https://build.opensuse.org/request/show/509433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=51
2017-07-12 17:35:38 +00:00
Dominique Leuenberger
5d8119efc2 Accepting request 502129 from KDE:Applications
KDE Applications 17.04.2

OBS-URL: https://build.opensuse.org/request/show/502129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=50
2017-06-15 09:23:48 +00:00
Dominique Leuenberger
bcb3d90166 Accepting request 496052 from KDE:Applications
KDE Applications 17.04.1

OBS-URL: https://build.opensuse.org/request/show/496052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=49
2017-05-24 14:49:15 +00:00
Dominique Leuenberger
524fe1afa8 Accepting request 490521 from KDE:Applications
KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=48
2017-05-16 12:36:59 +00:00
Yuchen Lin
1fea9a83b6 Accepting request 483683 from KDE:Applications
KDE Applications 17.04 beta: DO NOT MERGE! For review only!

OBS-URL: https://build.opensuse.org/request/show/483683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=47
2017-03-31 13:10:11 +00:00
Dominique Leuenberger
3fef209a8c Accepting request 478277 from KDE:Applications
KDE Applications 16.12.3

OBS-URL: https://build.opensuse.org/request/show/478277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=46
2017-03-16 08:40:18 +00:00
Dominique Leuenberger
f6d7cd8ac2 Accepting request 456309 from KDE:Applications
KDE Applications 16.12.2

OBS-URL: https://build.opensuse.org/request/show/456309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=45
2017-02-16 15:59:40 +00:00
Dominique Leuenberger
085363f439 Accepting request 450859 from KDE:Applications
KDE Applications 16.12.1

OBS-URL: https://build.opensuse.org/request/show/450859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=44
2017-01-18 20:55:44 +00:00
Dominique Leuenberger
82fb5c8f90 Accepting request 446163 from KDE:Applications
Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=43
2016-12-17 09:56:47 +00:00
Dominique Leuenberger
17c7842623 Accepting request 439804 from KDE:Applications
KDE Applications 16.08.3

OBS-URL: https://build.opensuse.org/request/show/439804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=42
2016-11-13 22:00:16 +00:00
Dominique Leuenberger
f65930fe27 Accepting request 434988 from KDE:Applications
KDE Applications 16.08.2

OBS-URL: https://build.opensuse.org/request/show/434988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=41
2016-10-18 08:41:54 +00:00
Dominique Leuenberger
4a28f76d93 Accepting request 426536 from KDE:Applications
Update to KDE Applications 16.08.1

OBS-URL: https://build.opensuse.org/request/show/426536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=40
2016-09-24 13:27:13 +00:00
Dominique Leuenberger
a124fbe209 Accepting request 420268 from KDE:Applications
Update to KDE Applications 16.08.0

OBS-URL: https://build.opensuse.org/request/show/420268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=39
2016-08-30 22:09:08 +00:00
Dominique Leuenberger
863d99ee66 Accepting request 408153 from KDE:Applications
Update to KDE Applications 16.04.3

OBS-URL: https://build.opensuse.org/request/show/408153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=38
2016-07-24 17:49:15 +00:00
Dominique Leuenberger
ea8894a6d5 Accepting request 402555 from KDE:Applications
1

OBS-URL: https://build.opensuse.org/request/show/402555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=37
2016-06-25 00:20:15 +00:00