Перейти к содержимому

Добро пожаловать на Планету KDE

Это агрегатор каналов, который собирает посты членов сообщества KDE из их блогов на разных языках

Среда, 28 февраля 2024

Full content here: https://kde.org/announcements/megarelease/6

Суббота, 10 февраля 2024

Суббота, 10 февраля 2024

Сообщество KDE сегодня представило Frameworks 5.115.0.

KDE Frameworks — это дополнения библиотек Qt, представляющие набор часто используемых функций в виде проверенных и хорошо протестированных библиотечных модулей, распространяемы на условиях дружественной лицензии. Для ознакомления обратитесь к объявлению о выпуске KDE Frameworks.

Этот выпуск является частью серии запланированных ежемесячных выпусков, направленных на предоставление разработчикам улучшений быстрым и предсказуемым способом.

Нововведения, представленные в этой версии

Breeze Icons

  • Update Google icon (bug 462165)

Extra CMake Modules

  • ECMUninstallTarget: port generated code away from deprecated exec_program

KCalendarCore

  • src/incidence.cpp - fix infinite looping

KCoreAddons

  • Add isProcExists func to check if /proc exists
  • Determine UNIX process if "/proc" does not exist

KDeclarative

  • Show GridDelegate labels as plaintext (bug 480106)

KHolidays

  • holiday_ie_en-gb - Add St Brigid's Day (bug 479832)

KIconThemes

  • CI: Don't require Windows test to pass

KIO

  • KDirModel: Consider invalid roots are local fs (bug 477039)
  • slavebase: abort mimetype emission when the worker was terminated (bug 474909)
  • KDirModel: Allow expanding network directories in file picker again (bug 479531)
  • KCoreDirLister: updateDirectory: update parent folder if it is listed (bug 440712)
  • copyjob: Fix implicitly skipping files when copying (bug 479082)

KTextEditor

  • Add parent widget for diff dialogs

KWallet Framework

  • Emit the walletCreated signal in the KWalletD::pamOpen function if a new wallet is created during its call

Prison

  • Enable exceptions for videoscannerworker.cpp

Security information

The released code has been GPG-signed using the following key: pub rsa2048/58D0EE648A48B3BB 2016-09-05 David Faure faure@kde.org Primary key fingerprint: 53E6 B47B 45CE A3E0 D5B7 4577 58D0 EE64 8A48 B3BB

Суббота, 13 января 2024

Суббота, 13 января 2024

Сообщество KDE сегодня представило Frameworks 5.114.0.

KDE Frameworks — это дополнения библиотек Qt, представляющие набор часто используемых функций в виде проверенных и хорошо протестированных библиотечных модулей, распространяемы на условиях дружественной лицензии. Для ознакомления обратитесь к объявлению о выпуске KDE Frameworks.

Этот выпуск является частью серии запланированных ежемесячных выпусков, направленных на предоставление разработчикам улучшений быстрым и предсказуемым способом.

Нововведения, представленные в этой версии

Baloo

  • [IndexCleaner] Remove no-op recursion over includedFolders
  • [ExtractorProcess] Remove unused members
  • [TimeEstimator] Cleanup, remove QObject depency
  • Use forward declaration for Baloo::Database
  • Remove inacurate mimetype check in xattrindexer and indexcleaner

Extra CMake Modules

  • Fixes to FindLibGit2.cmake (bug 478669)

KActivities

  • Drop unused KF5WindowSystem from cli

KCodecs

  • KEmailAddress: Only trim surrounding whitespace between E-Mail addresses instead of also replacing all whitespace within E-Mail address names with a single ASCII space

KCoreAddons

  • Fix license text loading on Android

KHolidays

  • Introduce holidays observed in Kenya

KImageFormats

  • avif: new quality settings
  • Update CI template
  • HEIF plug-in extended to support HEJ2 format

KIO

  • kpropertiesdialog: don't trip over malformed Exec (bug 465290)
  • WidgetsAskUserActionHandler: fix backport (bug 448532)
  • WidgetsAskUserActionHandler: Use QPointer to check the validity of parent widgets (bug 448532)

Kirigami

  • Make drawer actions accessible

KJobWidgets

  • KUiServerV2JobTracker: prevent potenial use-after-free (bug 471531)

KRunner

  • DBusRunner: Use /runner as default for X-Plasma-DBusRunner-Path property

Plasma Framework

  • [CI] Fix pipeline include

Purpose

  • Adapt to KAccounts API change

Security information

The released code has been GPG-signed using the following key: pub rsa2048/58D0EE648A48B3BB 2016-09-05 David Faure faure@kde.org Primary key fingerprint: 53E6 B47B 45CE A3E0 D5B7 4577 58D0 EE64 8A48 B3BB

Четверг, 14 декабря 2023

Четверг, 14 декабря 2023

Сообщество KDE сегодня представило Frameworks 5.113.0.

KDE Frameworks — это дополнения библиотек Qt, представляющие набор часто используемых функций в виде проверенных и хорошо протестированных библиотечных модулей, распространяемы на условиях дружественной лицензии. Для ознакомления обратитесь к объявлению о выпуске KDE Frameworks.

Этот выпуск является частью серии запланированных ежемесячных выпусков, направленных на предоставление разработчикам улучшений быстрым и предсказуемым способом.

Нововведения, представленные в этой версии

Baloo

  • [ExtractorProcess] Handle signal mangling by DrKonqi (bug 421317)
  • [ExtractorProcess] Test the various processing states
  • [ExtractorProcess] Make the extractor process path a constructor argument
  • [BasicIndexingBenchmark] Allow to keep temporary DB
  • [QueryTest] Add test case for terms folded to empty strings (bug 407664)
  • [DocumentUrlDb] Reduce allocations during path reconstruction
  • Shortcut non-matching phrase queries
  • [EngineQuery] Remove AND/OR operations
  • [QueryParser] Remove it, as it is no longer used
  • [SearchStore] Always use TermGenerator instead of QueryParser (bug 412421)
  • [Extractor] Do not emit startedIndexingFile for skipped documents (bug 462009)
  • Remove dead registerBalooWatcher DBus method
  • [FileWatchTest] Check attr changed signal when XAttr is not available
  • [FileWatchTest] Replace common boilerplate with RAII
  • [KInotify] Fix _k_addWatches helper when hitting descriptor limit
  • [KInotify] Simplify dirIter logic, use unique_ptr
  • [KInotify] Always add all watches in the event loop
  • [KInotify] Silence EventMoveSelf warning when not relevant
  • [KInotify] Removed unused and obsolete available() method

Extra CMake Modules

  • ECMQtDeclareLoggingCategory: support kdebugsettings files w/ . in basename
  • Add Find7Zip, deprecate Find7z, revert Find7z broken Linux support
  • Find7z: make it work also on non-Windows systems

Framework Integration

  • Reflect identifier change of oxygen-icons

KActivitiesStats

  • Adapt to renamed activities library repo
  • Adapt to move out of Frameworks

KActivities

  • Adapt to move out of Frameworks

KArchive

  • Fix broken bzip2 with new shared-mime-info

KConfig

  • Make KConfigWatcher noop for in-memory configs

KConfigWidgets

  • KRecentFileActions: Fix use after free (bug 476312)

KCoreAddons

  • kdirwatch: don't crash after moving threads (bug 472862)
  • kdirwatch: don't leave relative entries dangling
  • kdirwatch: expand ref counting system to keep account of public instances
  • kdirwatch: always unref d, and unset d from inside d (bug 472862)

KFileMetaData

  • Output generic file types from dump utility
  • Check if file path passed to dump utility is a readable file
  • [FFmpegExtractor] Bail out on first missing component during find_package (bug 458313)
  • Bump minimum Exiv2 version to 0.26
  • [TaglibExtractor] Add support for Ogg stream with FLAC (audio/x-flac+ogg) (bug 475352)
  • Generate fromName hash table programmatically from PropertyInfo table
  • Use proxy class for lowercase property name lookup
  • Reduce PropertyInfo::fromName overhead
  • [FFMpegExtractor] Support and check video/vnd.avi
  • [TaglibExtractor] Adapt code to SMI changes for audio/x-wav -> /vnd.wave

KIO

  • Add KF5 include for KPropertiesDialogPlugin
  • Add build option for KF6 coinstallability
  • Adaptations for shared-mime-info >= 2.3

KRunner

  • Adapt to plasma-framework being renamed to libplasma
  • Deprecate old QueryMatch::setType which will be removed in KF6
  • Backport KF6 API to set categoryRelevance for QueryMatch
  • Adapt to plasma-framework moving to Plasma

KService

  • Remove warning about empty Exec field from KService::exec() (bug 430157)

Plasma Framework

  • Adapt to renamed activities library repo
  • Adjust to KWayland moving to Plasma
  • Adapt to kactivities moving to Plasma
  • Reflect identifier change of oxygen-icons

Sonnet

  • Use the cmake variables rather than if(TARGET)

Security information

The released code has been GPG-signed using the following key: pub rsa2048/58D0EE648A48B3BB 2016-09-05 David Faure faure@kde.org Primary key fingerprint: 53E6 B47B 45CE A3E0 D5B7 4577 58D0 EE64 8A48 B3BB