Skip to content

Release Service 20.12.0 Full Log Page

This is the automated full changelog for Release Service 20.12.0 from the git repositories.

akonadi
  • Check if external library is needed to have atomic support. Commit.
  • CMake: Don't use the LZMA imported targets. Commit.
  • Revert "Fix building akonadiprivate_obj with out of system lzma libs on macOS". Commit.
  • Install compressionstream private header. Commit.
  • Introduce Config class, disable payload comp. by default. Commit.
  • Fix search agent. Commit.
  • Fix search account type. Commit.
  • Reset Boost_NO_BOOST_CMAKE when we're done. Commit.
  • CMake: Use the imported Boost targets. Commit.
  • Backport std::get to macOS 10.9. Commit.
  • Backport std::optional to macOS 10.9. Commit.
  • Fix building akonadiprivate_obj with out of system lzma libs on macOS. Commit.
  • Fix reporting error when deserialization of compressed data failes. Commit.
  • Properly declare CompressionStream as a sequential device. Commit.
  • Remove C++14 construct from public header. Commit.
  • Fix generate search file for qmake. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implmemented method. Commit.
  • Increase timeout for reading data from resources to 30 seconds. Commit.
  • Remove not implemented method. Commit.
  • Add another missing include for the Windows build. Commit.
  • Attempt to fix the Windows build. Commit.
  • Attempt to fix the FreeBSD build. Commit.
  • Fix clang-tidy warning about calling virtual method from dtor. Commit.
  • (De)compress payload data during (de)serialization. Commit.
  • Implement CompressionStream. Commit.
  • Remove NO_REGENERATE_MIME as now UPDATE_XDG_MIMETYPES uses -n. Commit.
  • Never assume clang flags based on the version. Commit.
  • Time to increase version. Commit.
  • Const'ify pointer. Commit.
  • Initialize value on header. Commit.
  • Set package prefix dependent variables before calling find_dependency(). Commit.
  • AgentBase: Fix crash in setOnline. Commit. Fixes bug #418844
  • Add missing #include . Commit.
  • Const'ify pointer. Commit.
  • Convert files to SPDX that the automatic conversion missed. Commit.
  • Second pass of SPDX license header conversion. Commit.
  • StandardActionManager: compress updates and emit useful signal. Commit.
  • Repair entitytreemodeltest which requires the itemsFetched private slot. Commit.
  • Repair tagmodeltest, which requires these Q_PRIVATE_SLOT declarations. Commit.
  • Attempt to fix the FreeBSD CI build. Commit.
  • Move attributes to src/core/attributes subfolder (ABI break). Commit.
  • Port QRegExp to QRegularExpression. Commit.
  • Optimize DataStore::setItemsFlags to not fetch item flags again. Commit.
  • Speed up NotificationSubscriber::acceptsItemNotification. Commit.
  • Add missing braces around single-line statements in if(). Commit.
  • Fix typo in DBus type signature. Commit.
  • Port away from deprecated method. Commit.
  • Remove mostly pointless metatypes.h. Commit.
  • Use std::unique_ptr to get the DbConfig... temporary object deleted automatically. Commit.
  • Add missing default value for storeSettings in init method. Commit.
  • Add curly braces around single line blocks and spaces around =. Commit.
  • Use nullptr instead of 0L. Commit.
  • Check availability of Postgresql backend and clean a bit the code. Commit.
  • Fallback to using the QSQLITE3 driver if QMYSQL can't be used. Commit.
  • Revert it. It can't be empty if agentType is invalid. Commit.
  • Add debug info when agentId is empty. Commit.
akonadi-calendar
  • Serializer: fix endianness on magic; rewind before load. Commit.
  • Modernize code. Commit.
  • Serializer: don't use seek() on sequential devices. Commit.
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Add missing lib. Commit.
  • Modernize code. Commit.
  • Port QRegExp to QRegularExpression. Commit.
akonadi-calendar-tools
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Perform SPDX conversion for previously missed files. Commit.
  • Convert license headers to SPDX format. Commit.
  • Use ISO date/time in csv export. Commit.
akonadi-contacts
  • With MSVC we can build libkleo. Commit.
  • Revert it as in CI we can't build it. Commit.
  • As it builds on windows we can remove this hack. Commit.
  • Modernize code. Commit.
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implemented method. Commit.
  • Add missing return, to fix the Windows build. Commit.
  • Fixes Windows Build by striping Libkleo for non Unix builds. Commit.
  • Remove unused include. Commit.
  • Time to increase version. Commit.
  • Add GrantleeTheme to public dependencies. Commit.
  • Make it compiles. Commit.
  • I18n: use the same msgctxt of an existing string. Commit.
  • Move libkf5kaddressbookgrantlee to Akonadi-Contacts. Commit.
  • Modernize code. Commit.
  • Fix indent. Commit.
  • Const'ify. Commit.
  • Remove unused includes. Commit.
  • Convert license headers to SPDX format. Commit.
  • Port QRegExp to QRegularExpression. Commit.
  • Fix dependancy. Commit.
  • Remove not necessary lib. Commit.
akonadi-import-wizard
  • Not necessary to export this class. Commit.
  • Modernize code. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Update index.docbook. I ran across a broken link in the KMail Handbook, and noticed the same error here. "pimsettingexporter" should read "pimdataexporter". Commit.
  • Don't use CamelCase includes for internal headers. Commit.
  • Add missing include (it seems) no problem in local. Commit.
  • Revert "Attempt at fixing build". Commit.
  • Attempt at fixing build. Commit.
  • Make compile with KDEFrameworkCompilerSettings. Commit.
  • Time to increase version. Commit.
  • Add missing lib when we moved KAddressbookGrantlee. Commit.
  • Modernize code. Commit.
  • Remove unused LIBRARY_NAMELINK. Commit.
  • Convert license headers to SPDX format. Commit.
akonadi-mime
  • Modernize code (using auto). Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove NO_REGENERATE_MIME as now UPDATE_XDG_MIMETYPES uses -n. Commit.
  • Allow to update actions when we show only one items. Commit.
  • Prepare fixing bug 424184 (Wrong message marked when using message. Commit.
  • Return when selection is empty. Commit.
  • Time to increase version. Commit.
  • Modernize code. Commit.
  • Relicense GPL-2.0-only files. Commit.
  • StandardMailActionManager: port to StandardActionManager's signal. Commit.
  • ConfigWidgets is not necessary. Commit.
  • Fix KF5ItemModels. Commit.
akonadi-notes
  • Fix generate pri file. Commit.
  • Time to increase version. Commit.
  • Port QRegExp to QRegularExpression. Commit.
akonadiconsole
  • Always display decompressed payload in Browser. Commit.
  • Fix search agent. Commit.
  • Modernize code. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Add missing lib when we moved KAddressbookGrantlee. Commit.
  • Relicense GPL-2.0-only files to GPL-2.0-or-later. Commit.
  • Modernize code. Commit.
  • Update copyright. Commit.
  • Move this class here. Commit.
  • Correct a typo in browserwidget.cpp. Commit.
  • Convert license headers to SPDX format. Commit.
akregator
  • Fix linking on windows. Commit.
  • Fix compile on windows. Commit.
  • Fix compile on windows. Commit.
  • Modernize code. Commit.
  • Revert this part of my previous commit. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implmemented method. Commit.
  • Fix some cppcheck. Commit.
  • Delete folder even if folder id < 0. Commit.
  • Const'ify variable. Commit.
  • Add missing Q_REQUIRED_RESULT. Commit.
  • Specify in our Accept header that we want RSS/Atom. Commit.
  • Time to increase version. Commit.
  • Modernize code. Commit.
  • Port QRegExp to QRegularExpression. Commit.
  • Convert license headers to SPDX format. Commit.
  • Time to increase version. Commit.
analitza
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Port away from deprecated Qt::MidButton. Commit.
ark
  • Fix an endless recursion when unpacking archives. Commit. See bug #426051
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Fix extraction to directories with unicode names when using the Extract file menu. Commit. Fixes bug #408186
  • Libzipplugin: add support for zstd compression. Commit.
  • Enable "Extract archive to..." file menu action on read only folders. Commit.
  • Port HACKING to gitlab. Commit.
  • Compile with QT_NO_KEYWORDS. Commit.
  • Override text of saveAs standard action. Commit. Fixes bug #426960
  • Fix clazy warning. Commit.
  • We depend against 5.71.0. Commit.
  • Libzip: drop redundant get() calls. Commit.
  • Part: more async KIO jobs. Commit.
  • Part: QFileDialog asks to overwrite a file on its own. Commit.
  • Fix timestamp comparison test fail after QT5.11 by Switchng to QDatetime comparison instead of QString. 5.11 variant changed QDateTime toString fromat to ISODateWithMs. Commit.
  • Libzipplugin.cpp: nullptr. Commit.
  • Libarchive: drop dead code. Commit.
  • Libzipplugin.cpp: construct zip_file on unique_ptr reset. Commit.
  • Port KRun to OpenUrlJob and ApplicationLauncherJob. Commit.
  • Libzipplugin.cpp: unique_ptr without swap. Commit.
  • Libzipplugin.cpp: restore password-protected files extraction. Commit.
  • Libzipplugin.cpp: replace zip_fopen/zip_fclose with unique_ptr. Commit.
  • Libzipplugin.cpp: add missing zip_fclose to prevent memory leaks in testArchive function. Commit.
  • Libzipplugin.cpp: add missing zip_fclose to prevent memory leaks in extractEntry function. Commit.
  • We depend against kf5.70 => it depends against 5.12. Commit.
  • Delete propertiesdialog. Commit.
  • Fix mem leak found by ASAN. Commit.
  • Flatpak: Sort finish-args & add accessibilty access. Commit.
  • Flatpak: Add support for more archive formats (zstd, lz4, etc.). Commit.
  • Flatpak: Cleanup unneeded files. Commit.
artikulate
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Fix CMakeLists. Commit.
  • Improve i18n tooling. Commit.
  • Cmake: install artikulate.knsrc in newer ECM 5.58.0+ location. Commit.
  • Convert copyright statements to SPDX expression. Commit.
  • Make AboutPages HIG compliant. Commit.
  • Port download page to ScrollablePage. Commit.
audiocd-kio
  • Add missing kdoctools_install. Commit.
  • Use systemsettings5 instead of kcmshell5. Commit. See bug #398803
  • Add I18N context for the "Missing device specification" message. Commit.
  • Update to work properly with current KIO. Commit.
  • Search all possible locations for plugins. Commit.
  • Use CamelCase includes (scripted). Commit.
baloo-widgets
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
blinken
bomber
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Add missing include. Commit.
  • Port KRandom::random. Commit.
bovo
  • Fix to have c++17 compatibility. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
calendarsupport
  • Fix build on windows. Commit.
  • Modernize code. Commit.
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Const'ify++. Commit.
  • Time to increase version. Commit.
  • Port away from deprecated QPrinter functions. Commit.
  • Modernize code. Commit.
  • Remove unused LIBRARY_NAMELINK. Commit.
  • Remove unused include. Commit.
  • Replace ancient ModelTest copy by QAbstractItemModelTester. Commit.
  • Add the missing Qt-Commercial-exception-1.0 part. Commit.
  • Convert license headers to SPDX format. Commit.
  • Fix clazy warning. Commit.
cantor
  • Fix unusable Sage session after a syntax error. Commit. Fixes bug #429078
  • Make Cantor working with Sage 9.2. Commit. Fixes bug #428961
  • Use CMake FindPython3 module, raises minimum CMake to 3.12. Commit.
  • [Lua] Improve Lua parsing code. Also add support for expression queue. Commit. Fixes bug #393579
  • [Octave] Increase Octave recommended version. Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Improve i18n tooling. Commit.
  • Remove Cantor Plugin Path from settings and update some infor in Readme. Commit.
  • [T8613] Add support for Octave and also move current directory for Octave session, loaded from file, to directory of the file. Commit.
  • [Python] Remove python server path from settings. Commit.
  • Fix KNS deprecations. Commit.
  • [GSoC 2020] Fixing problem with wrong R highlighting and additional highlighting improvments. Commit.
  • [GSoC 2020] Realise requested feature from https://bugs.kde.org/show_bug.cgi?id=409137. Commit.
  • [GSoC 2020] Add more support for Images in Markdown Entry. Now images can be attached from clipboard or via drag and drop. Commit.
  • Fix minor typo: Table of Content -> Table of Contents. Commit.
  • [GSoC 2020] Realisation of T12844. Commit.
  • Add 20.08 changelog infos. Commit.
  • Improved and unified the layout in the setting dialogs for the different. Commit.
  • Use the range based for-loop instead of foreach, more usage of the. Commit.
  • Avoided duplicated looping over the plugin pathes and some minor code. Commit.
  • Fix dock panels tabification when Cantor load file. Commit.
  • Minor CMake fix. Commit.
  • Export Cantor::PluginPanel and Cantor::PluginPanelHandler and minor improvments. Commit.
  • Increase soversion due ABI changes. Commit.
  • [GSoC 2020] move some code from CantorShell to PanelPluginHandler. Commit.
  • Fix compilation after 09dc3d44eb6bd6ce7e23ccfbdf14d4688bd7ec47. Commit.
  • [GSoC 2020] Increase Cantor Plugins Performance. Commit.
  • [GSoC 2020] Fix bug with loading panel states for each backends between program runs - restoring state while loading now works correct. Commit.
  • Add text message for 51f0cb0856a92fea69ea817d67faa95b9eb9e751. Commit.
  • Disable double opening files inside Cantor. Now, if user try to open worksheet, which already opened, Cantor just activate tab with the worksheet. Commit.
  • [GSoC 2020] Extend the functional of FileBrowserPanel - add file filter option. Commit.
  • [GSoC 2020] Extend features of FileBrowserPanel. Commit.
cervisia
  • Port to modern SPDX license identifier. Commit.
dolphin
  • Re-allow to paste files via context menu. Commit. Fixes bug #429762
  • Allow the openURLJob to run executables. Commit. Fixes bug #429603
  • Places panel: highlight place only when it is displayed. Commit. Fixes bug #156678
  • PlacesItemModelTest: consider also Pictures/Music/Videos folders. Commit.
  • PlacesItemModelTest: use helper method to increase indexes. Commit.
  • Select last visited folder when going up/back. Commit. Fixes bug #429097
  • Re-allow icons that are not theme icon. Commit. Fixes bug #429113
  • Allow having the UrlNavigators below the tab bar. Commit.
  • PlacesPanel: tooltip, use toLocalFile instead of path. Commit.
  • Increment kpartgui version. Commit.
  • Context Menu: Only add paste action to folders. Commit.
  • Fix navigator alignment for right-to-left localizations. Commit.
  • Fix qrc icon. Commit.
  • Set empty value for packagekit transaction flags. Commit.
  • Places panel: show a tooltip after 500 ms. Commit. Fixes bug #426455
  • Adress the third round of Angelaccio's review comments. Commit.
  • Adress most of the second round of Angelaccio's review comments. Commit.
  • Apply Méven Car's suggestions. Commit.
  • Fix a crash and extract unrelated changes. Commit.
  • Make UrlNavigators in the toolbar the only option. Commit.
  • Add the UrlNavigator to the toolbar automatically if needed. Commit.
  • Adress the first round of Angelaccio's review comments. Commit.
  • Trailing whitespaces. Commit.
  • Add an option to use an UrlNavigator in the toolbar instead. Commit.
  • PlacesItemListWidget: Use Solid to check if device is a network share. Commit.
  • Add missing reference. Commit.
  • Iterate over a const copy list of containers. Commit. Fixes bug #428374
  • Do not expose KCMs in application launchers. Commit.
  • KDirectoryContentsCounter: fix support of symlinks dir. Commit. Fixes bug #428712
  • Add support for KUserFeedback. Commit.
  • Details view: display empty text instead of unknown for sizeless dirs. Commit. Fixes bug #420037. Fixes bug #420040
  • Move m_textInfo to fix ctor warning, and document why it's protected. Commit.
  • Use QDeadlineTimer instead of QDateTime. Commit.
  • Cleanup imports. Commit.
  • Remove wip debugging. Commit.
  • Fix freeSpaceInfo cache not being reset. Commit.
  • Use KDE GitLab url instead of the GitHub mirror. Commit.
  • Cleanup unused colors. Use const. Use KColorScheme danger. Commit.
  • Refactor capacity by to use async KIO FreeSpaceJob. Commit.
  • Only show capacity bar for devices (has a udi). Commit.
  • Only check if place url is mount point once during polish event. Commit.
  • Draw 2 Rectangles below mount points to represent a disk capacity bar. Commit.
  • Improve padding in the Places View. Commit.
  • Revert "D-Bus activation systemd service". Commit.
  • Compute text width taking into account the zoom level. Commit.
  • FolderPanel: prevents scanning directory tree recursively. Commit. Fixes bug #426617
  • Fix PlacesItemModelTest. Commit.
  • Servicemenuinstaller: use Q_GLOBAL_STATIC. Commit.
  • Port away from deprecated QWheelEvent::delta(). Commit.
  • Use QString::rightRef() as suggested by clazy. Commit.
  • Make sure we use valid icons. Commit.
  • Fix warnings about scaling pixmaps. Commit.
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • Disable session management for daemon. Commit. Fixes bug #417219
  • Fix wrong parameter in function call. Commit. Fixes bug #428282
  • Use mutable iterators where required. Commit.
  • Compile with QT_NO_KEYWORDS. Commit.
  • Compile without foreach. Commit.
  • DolphinTabWidget: prefer QUrl::toDisplayString() for tooltips. Commit.
  • KItemListSizeHintResolver: remove no longer used member. Commit.
  • Don't session-restore invalid paths. Commit. Fixes bug #427619
  • Show home folder if needed after unmounting mounted disk. Commit. Fixes bug #158934
  • Fix DolphinMainWindow::viewContainers() to take into account split views. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • D-Bus activation systemd service. Commit.
  • Remove not implmemented method. Commit.
  • Port away from QTimeLine::setCurveShape(). Commit.
  • Stop using QVariant < operator. Commit.
  • Drop obsolete version check. Commit.
  • Port to non-deprecated QLabel::pixmap(). Commit.
  • Port to non-deprecated QString::split() variant. Commit.
  • Port away from QList::toSet(). Commit.
  • Add tooltip to tabbar. Commit.
  • Show "Open With" menu items even for empty dirs. Commit. Fixes bug #427573
  • When restoring former window state, append any URLs passed as args. Commit. Fixes bug #427274
  • Update README.md to gitlab :D. Commit.
  • When an invalid protocol is used, reset the navigator location to the previous url. Commit. Fixes bug #413478
  • Don't trigger rubberband with back/foward mouse buttons. Commit.
  • Fix build failure after last commit. Commit.
  • Allow interaction with folder/files with the stylus again. Commit. Fixes bug #426582
  • Select/Unselect dialogue: Retain a history of entries made there. Commit.
  • Make "Show hidden files" action follow HIG. Commit.
  • Check protocol Class before creating a StatJob. Commit.
  • Fix mouse back/forward buttons. Commit.
  • Exclude trash settings from windows. Commit.
  • Fix unused variable warning. Commit.
  • Improve Touch support. Commit. Implements feature #385066
  • Fix wreorder warning. Commit.
  • TerminalPanel: StatJob::mostLocalUrl only works with ":local" protocols. Commit.
  • Update org.kde.dolphin.appdata.xml homepage url. Commit.
  • Do not build KCMs on windows. Commit.
  • Port to modern SPDX identifier. Commit.
  • Clear services model after KNS entries changed. Commit. See bug #420312
  • Port away from deprecated Qt::MidButton. Commit.
  • Do not build KNS installer and KNS button on Windows. Commit.
  • Allow Open Terminal action on Windows. Commit.
  • Text style fixes. Commit.
  • Output of licensedigger + manual cleanup afterwards. Commit.
  • Change group spacing from 18px to 12px. Commit.
  • Port KRun to OpenUrlJob. Commit.
  • Port away from QWheelEvent::orientation(). Commit.
  • Icon: Update with latest breeze icon. Commit.
  • Fix deprecated knsrc file location. Commit.
  • Use camelcase includes (scripted). Commit.
  • Fix selection rect after porting from QFontMetrics::width(). Commit. Fixes bug #421973
  • Add support to tags: scheme in DolphinQuery. Commit.
dolphin-plugins
  • Do not use read-only option as udisksctl does. Commit. Fixes bug #428962
  • Save output of getStorageAccessFromDevice into a const variable to avoid detaching the QList container. Commit.
  • Autmatically unmount mounted directory when deleting loop device. Commit. Fixes bug #422082
  • Git status does not generate index.lock. Commit. Fixes bug #363576
  • [svn] SVN log dialog moved from QWidget to QDialog. Commit.
  • Added CMakelists.txt.user to git ignore. Commit.
  • Simplify logic of file reading. Commit.
  • [svn] Updated Messages.sh to get translations for SVN-plugin *.ui files. Commit.
  • Automatically mount directory after attaching loop device. Commit. Fixes bug #424413
  • Port away from KRun. Commit.
  • Post last deprecated QProcess usage. Commit.
  • Port QProcess::start(QString) methods. Commit.
  • Compile with QT_NO_FOREACH QT_NO_KEYWORDS. Commit.
  • Port Qt4 style connects. Commit.
  • Port deprecated QProces::start method. Commit.
elisa
  • Don't look for translated version of "Play-Pause" shortcut. Commit. Fixes bug #410110
  • In grid view, do not try to open music files but enqueue them. Commit. Fixes bug #429460
  • Allow to restore entries in play list from local or remote URLs. Commit.
  • Call Q_EMIT Seeked less frequently to reduce MPRIS spamming. Commit. See bug #428957
  • Don't show "Show Playlist" button in Party Mode. Commit. Fixes bug #429729
  • Remove unneeded margins around list browser view. Commit. Fixes bug #429330
  • Fix navigation to album or artist by not using immediate transition. Commit.
  • Prevent crash by stopping play before freeing libvlc resources. Commit. Fixes bug #424891. See bug #421662
  • Fix display of disc headers in album view. Commit.
  • Forget the saved position withing a track when switching to another one. Commit. Fixes bug #408295
  • Use a role of the model to also choose the correct delegate for metadata. Commit. Fixes bug #429039
  • Fix modification of tracks with embedded covers. Commit. Fixes bug #429041
  • Add support for cover.jpg/png album art files. Commit.
  • Year was somehow always there: update after the fix in database. Commit.
  • Database sends less track change signals (they were not needed): update. Commit.
  • Only show open in file manager button for local URLs. Commit.
  • Add missing kdoctools_install. Commit.
  • Fix some broken references in playlist signaling. Commit.
  • Ensure that text doesn't get cut off at the bottom of the Now Playing view. Commit.
  • Fix context view not showing proper data. Commit.
  • Fix small issues when adding new metadata tag. Commit.
  • Make metadata dialog taller: 400 pixels => 500 pixels. Commit.
  • Fix edition of radio metadata. Commit.
  • Metadata: make Modify button checkable and keep it enabled. Commit.
  • Partial fix for the failing DB automated tests. Commit.
  • Fix removal of year field (and a few more fields). Commit.
  • Fix modification of Lyrics field type. Commit.
  • Allow to modify metadata from entries in playlist. Commit.
  • Fix alignment when showing rating in editable metadata dialog. Commit.
  • Allow addition of new metadata fields from a list of fields not existing. Commit.
  • Add missing metadata fields in metadata dialog. Commit.
  • Basic implementation of the addition of extra fields to track metadata. Commit.
  • Use a function instead of a magic property in a Connections item. Commit.
  • Add more tests for the database: removal of metadata. Commit.
  • Implement removal of metadata fields. Commit.
  • Add a modify button to MediaTrackMetadataView dialog. Commit.
  • Save modified metadata to files. Commit.
  • Modify metadata in database but without writing them back to files. Commit.
  • Prevent new radio dialog to get data from newly played track. Commit.
  • Make MediaTrackMetadataView able to modify metadata for tracks. Commit. Fixes bug #406472
  • Replace homemade ScrollHelper with standard ScrollViews to hold view items. Commit. Fixes bug #417859. Fixes bug #427967
  • Add feature to show files in file manager. Commit. Fixes bug #406471
  • Accept files named "albumart.jpg" for album art. Commit. Fixes bug #424661
  • Don't allow view's loading indicator and placeholder message to overlap. Commit. Fixes bug #424918
  • Use clang-tidy to add auto as data type for variable declarations. Commit.
  • Fixes warnings reported by clazy. Commit.
  • Replace empty constructor body by = default. Commit.
  • Add [[nodiscard]] attribute through clang-tidy. Commit.
  • Add missing override specifiers on some destructors. Commit.
  • Compatibility with upnp-lib-qt current master branch. Commit.
  • Set StartupWMClass in .desktop file to make the app show up in GNOME properly. Commit. Fixes bug #428032
  • Use a binding to connect to playlist in views. Commit.
  • Allow to configure initial view index. Commit.
  • Allow to reopen a view from an item embedded in view selector. Commit.
  • Do not send reset signal at init for an empty track metadata model. Commit.
  • Fix notifications of current track changes in media play list proxy. Commit.
  • Fix initialisation of ContextView at start of Elisa. Commit.
  • Let initial view be saved on quit and restore on start. Commit.
  • Update qml plugin qmltypes file. Commit.
  • Fix album data in header bar being undefined. Commit.
  • Manage an initialIndex in ViewManager and set it to "All Albums" index. Commit.
  • Fix "Nothing played" message when a file only with a title tag is played. Commit. Fixes bug #427289
  • Add setting to change color scheme. Commit.
  • Update author information. Commit.
  • Update plugins.qmltypes to reflect changes on master branch. Commit.
  • Don't show unnecessary global shortcuts columns in keyboard shortcuts window. Commit. Fixes bug #427072
  • Set fixed standard icon sizes for header toolbar icons. Commit.
  • Added translations for other keyboard shortcuts. Commit.
  • Add keyboard navigation to move between tracks. Commit.
  • Re-make sort menu button's content item to fix all sizing issues. Commit.
  • Remove last inappropriate use of bold text in album view. Commit.
  • Use more common visual style for nav bar's title+subtitle ColumnLayout. Commit.
  • Remove uncecessary spacing in the nav bar author/album ColumnLayout. Commit.
  • Add some top and bottom margins to the nav bar icon/image. Commit.
  • Reduce unnecessarily large spacing between items in nav toolbar. Commit.
  • Don't show image in nav toolbar when there's no image URL set. Commit.
  • Make space for the sort menu's indicator arrow. Commit.
  • Fix sort menu button icon sizing and positioning. Commit.
  • Change order of buttons to have sort button first. Commit.
  • Fix size and position of arrow on sort button. Commit.
  • Add a bit more margin and move the down arrow on sort button. Commit.
  • Use only QVector to hold sort related data. Commit.
  • The sort menu button has an arrow and improve its label. Commit.
  • The sort button now display the selected sort role. Commit.
  • Allow to load/save sort preferences for order and roles in all views. Commit.
  • Add year data to the albums. Commit.
  • Sort related view parameters now comes from c++ side of Elisa. Commit.
  • Add SortMenu to handle feature rich sorting in the views. Commit.
  • When pushing views for content, disactivate transitions. Commit.
  • Update qml plugin description file. Commit.
  • No need to explicitely set contentWidth in ScrollView. Commit.
  • Vertically align icons in context view title+subtitles section. Commit.
  • Fix compliance with REUSE (through reuse lint). Commit.
  • Introduce gitlab CI support. Commit.
  • Fix elisaImport missing registering of data types. Commit.
  • Make exported global application menu more menubar-y. Commit.
  • Go to artist or album from context, BUG-417858. Commit.
  • Fix string puzzle with list and grid view placeholder strings. Commit.
  • Use enums for HeaderFooterToolbar types rather than strings. Commit.
  • Refactor HeaderFooterToolbar and places where it's used. Commit.
  • Avoid UI from jumping around when label is toggled. Commit.
  • Convert tracksCount into an int instead of string. Commit.
  • Bump Qt dependency to 5.14 and fix deprecation warnings. Commit.
  • Fix "containsDrag" QML error. Commit.
  • Add side margins for player control bar's left-most and right-most buttons. Commit.
  • Properly export/import class generated by KConfig. Commit.
  • Make long song titles and subtitles wrap in Now Playing view. Commit.
  • Add appropriate side margins for content in Now Playing view. Commit. Fixes bug #425834
  • Animate layout adjustments so header expansion is smooth. Commit.
  • Fix open now playing. Commit. Fixes bug #425601
  • Fix failing tests by handling configuration via KConfig. Commit.
  • Ask KConfig to generate better code and export settings class. Commit.
  • Fix mpris2 support to compute metadata correctly. Commit.
  • Fix: elisa-player fails to compile with Qt < 5.14. Commit.
  • Display saved position on slider. Commit.
  • Add configuration to disable play at startup. Commit.
  • Bug-414771 seek to origin before going to previous track. Commit.
  • Improve i18n() context for a string which must be kept as short as possible. Commit. See bug #424445
  • Add Placeholder messages to main views when empty. Commit.
  • USe camelcase (scripted). Commit.
eventviews
  • Modernize code. Commit.
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Continue to modernize code. Commit.
  • Modernize code. Commit.
  • Namespaces that lack Doxygen comments are not shown at api.kde.org. Commit.
  • Fix some doxygen comments. Commit.
  • Modernize code. Commit.
  • Relicense GPL-2.0-only files. Commit.
  • Remove unused LIBRARY_NAMELINK. Commit.
  • Convert license headers to SPDX format. Commit.
  • Fix clazy warning. Commit.
ffmpegthumbs
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Remove deprecated/unnecessary call. Commit.
  • Register our own log handler for ffmpeg using QLoggingCategory. Commit.
  • Add missing REQUIRED keyword for Taglib. Commit.
  • Use embedded cover in MP4 video files. Commit. Fixes bug #408956
filelight
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Clarify Save text. Commit.
  • Fix deprecated KIO warning. Commit.
  • QLinkedList is deprecated and recommends std::list, but that has crap std API. Commit.
  • Show size of files scanned so far in progress box. Commit.
  • The removable media check never seems to have been implemented. Commit.
  • If remote filesystems is disabled, don't show them (they will never be scanned anyways). Commit.
  • Put the list of remote filesystem types in a central place. Commit.
  • Fix refreshing summary view when settings change. Commit.
  • Clean up updates from settings dialog to map redraw. Commit.
  • Use an enum instead of magic numbers, which shows us bugs. Commit.
  • Apply 1 suggestion(s) to 1 file(s). Commit.
  • Add support for saving result as SVG. Commit.
  • Port some deprecated method. Commit.
  • Update widgetEvents.cpp with updated doNotScanItem string. Commit.
  • The previous commit allowed adding the same folder more than once to the "Do not scan" list. It could happen when selecting "Do Not Scan This Folder" option multiple times without rescanning the folder. This commit prevents this bug. Commit.
  • Add "Do Not Scan This Folder" to right-click menu. Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Use Q_EMIT. Commit.
  • Using no deprecated enum Qt::MiddleButton. Commit.
granatier
  • Set and make use of RELEASE_SERVICE_VERSION variables. Commit.
  • Make compile without deprecated method. Commit.
grantlee-editor
  • Time to increase version. Commit.
  • Adapt to kdepim-apps-libs removal. Commit.
  • Adapt to KAddressbookGrantlee being moved into AkonadiContacts. Commit.
  • Modernize code. Commit.
  • Convert license headers to SPDX format. Commit.
grantleetheme
  • Modernize code (using auto). Commit.
  • Fix metainfo. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Const'ify pointer. Commit.
  • Remove unused LIBRARY_NAMELINK. Commit.
  • Convert license headers to SPDX format. Commit.
gwenview
  • Don't write into activity history if history is disabled. Commit.
  • Show message bar with URL after sharing to imgur. Commit. Fixes bug #428528
  • MimeUtils: fix warnings for missing mime types. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implmemented method. Commit.
  • Fix window title not being shown by embedded KPart. Commit.
  • Add the new 'Automatically play' option to the docs. Commit.
  • Add option to disable autoplaying videos. Commit. Fixes bug #274901
  • Fix ESC key not exiting fullscreen when viewing image. Commit. Fixes bug #425479
  • Workaround Qt 5.15 behavior change. Commit.
  • Remove unused forward declaration. Commit.
  • Use consistent text for "forget recent files" action. Commit. See bug #425300
  • Use QMetaObject::invokeMethod() overloads for function pointers. Commit.
  • Fix typo in KIPI plugins URL. Commit. Fixes bug #421015
incidenceeditor
  • Fix incidencedatetimetest run on Jenkins. Commit.
  • Improve an autotest. Commit.
  • Focus on empty Title field. Commit.
  • Display a warning for invalid recurrence end-on dates. Commit.
  • Fix attachment mimetype detection. Commit. Fixes bug #407871
  • Modernize code (using auto). Commit.
  • Detect invalid start and end times. Commit. See bug #409912
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implmemented method. Commit.
  • Time to increase version. Commit.
  • Add missing lib when we moved KAddressbookGrantlee. Commit.
  • Const'ify pointer/variable. Commit.
  • Remove unused LIBRARY_NAMELINK. Commit.
  • Modernize code. Commit.
  • Variable is initialize in header. Commit.
  • Remove unused include. Commit.
  • Replace ancient ModelTest copy by QAbstractItemModelTester. Commit.
  • Convert license headers to SPDX format. Commit.
itinerary
  • New in this release
juk
  • Ensure systray tooltip updates on track change. Commit. Fixes bug #412009
  • Port away from deprecated Qt::MidButton. Commit.
  • Port away from deprecated random generator and QString function. Commit.
  • Cgit -> invent. Commit.
k3b
  • Warn when trying to add folders that contain unsupported filenames. Commit. Fixes bug #428115
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • Avoid creating KCModuleInfo. Commit.
  • Fix kauth helper install location. Commit.
  • Port away from KRandom. Commit.
  • Fix -Wimplicit-fallthrough warnings. Commit.
kaccounts-integration
  • Use american spelling for canceled. Commit.
  • Don't show error message when account creation is cancelled. Commit.
  • Add API for cancelling account configuration. Commit.
  • [plugins/kio-webdav] Fix realm extraction. Commit.
  • [kio-webdav] Switch to webdavs. Commit.
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • Remove arcconfig. Commit.
  • [kcm] Show account creation error in the UI. Commit. See bug #420280
  • Use systemsettings5 for Exec line. Commit. See bug #398803
  • Minor code optimization. Commit.
  • Check whether intltook ran properly rather than just checking the output. Commit.
  • [kcm] Align AvailableAccounts delegate with BasicListItem. Commit.
  • More concise label for rename account dialog. Commit.
  • Add missing Q_EMIT. Commit.
  • Add context object to connect. Commit.
  • Avoid container detaching. Commit.
  • [kcm] Improve service list delegates. Commit.
  • [kcm] Port to ScrollViewKCM. Commit.
  • [kcm] Provide a sane implicit size. Commit.
  • Convert license headers to SPDX. Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
  • Fix account details page (especially on dark themes). Commit. Fixes bug #422190
kaccounts-providers
  • Adapt to kaccounts API changes. Commit.
  • [*cloud] Cancel configuration when window is closed. Commit. Fixes bug #427200
  • Make (own|next)cloud url handling more resilient. Commit. Fixes bug #425807
  • Extract messages from QML files. Commit. Fixes bug #388203
  • Misc cmake cleanup. Commit.
  • Remove arcconfig. Commit.
  • Explicitly include qvariant to fix a build failure with CI's qt5.14. Commit.
  • [nextcloud] Set user-friendly user agent for login request. Commit.
  • [nextcloud] Add storage service to wizard. Commit.
  • [*cloud] Hide logo when BusyIndicator is running. Commit.
  • [owncloud] Give setup window an appropriate title. Commit.
  • [owncloud] Make use of new icon. Commit.
  • [owncloud] Fix placeholder URL. Commit.
  • Reposition own/nextcloud icon. Commit.
  • [nextcloud] Add nextcloud icon to setup page. Commit.
  • Bundle nextcloud icon. Commit. Fixes bug #418745
  • Disable Next button when url field is empty. Commit.
  • [nextcloud] Rework services page. Commit.
  • [nextcloud] Rework server url UI. Commit.
  • Fix copyright statements to be SPDX. Commit.
  • [nextcloud] Adapt size of wizard window. Commit.
  • [nextcloud] Use pages for wizard steps. Commit.
  • [nextcloud] Remove unused member. Commit.
  • [nextcloud] Remove unused isLoginComplete property. Commit.
  • [nextcloud] Remove unused old webengine integration. Commit.
  • [nextcloud] Embed login view into window. Commit.
  • [nextcloud] Add webengine profile and url intercepter. Commit.
  • [nextcloud] Add missing includes. Commit.
  • [nextcloud] Use controller's state property for view management. Commit.
  • [nextcloud] Add state property to controller. Commit.
  • [nextcloud] Remove unused noError property. Commit.
  • [nextcloud] Split QML into separate files. Commit.
  • [owncloud] Align wizard UI with new Nextcloud UI. Commit.
  • Resurrect owncloud dav-storage service. Commit.
  • Silence some unused parameter warnings. Commit.
  • Rename qmlhelper to (own|next)cloudcontroller. Commit.
  • Remove unused code. Commit.
  • Add missing licenses file. Commit.
  • Convert license headers to SPDX. Commit.
  • [owncloud] Fix double slash in URL. Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
kaddressbook
  • Fix order of cmake imports. Commit.
  • Try to make it compile on windows. Commit.
  • Typedef -> using. Commit.
  • Modernize code. Commit.
  • Adding five image files that were omitted somehow. Commit.
  • Compile with recent Qt 5.15. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implmemented method. Commit.
  • Fix cppcheck warning. Commit.
  • Fix initials in contact list and don't try to draw empty name. Commit.
  • Remove unused includes. Commit.
  • Don't try to draw description if it"s empty. Commit.
  • Use isEmpty. Commit.
  • Adapt to kdepim-apps-libs removal. Commit.
  • Don't search for kf5kaddressbookimportexport which no longer exists. Commit.
  • Adapt to KAdressBookGrantlee being moved into AkonadiContacts. Commit.
  • Import KAddressbookImportExport library from kdepim-apps-libs. Commit.
  • Modernize code. Commit.
  • Move class from libkdepim here (only uses here + akonadiconsole). Commit.
  • Improve the contacts list. Commit.
  • Convert license headers to SPDX format. Commit.
  • Time to increase version. Commit.
  • Define AKONADI_SEARCH_VERSION. Commit.
kajongg
kalarm
  • Fix build with newer Qt. Commit.
  • Change log format. Commit.
  • On completion, calendar migration restores previous Akonadi run state. Commit.
  • Qt5X11Extras dependency is not optional with X11. Commit.
  • Add tooltips. Commit.
  • Tidy. Commit.
  • Disable it for the moment on windows. Commit.
  • This one is unused too. Commit.
  • Remove unused includes. Commit.
  • Try to make it compile on windows. Commit.
  • Modernize code. Commit.
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • Improve wording in user texts. Commit.
  • Fix minor typo: the the -> the. Commit.
  • Add option to give alarms a name. Commit.
  • Cancel any screen saver when an alarm is displayed. Commit.
  • Remove overrides of non-virtual QWidget::show(). Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Don't show restored alarm windows while notifications are inhibited. Commit.
  • We depend against master. Commit.
  • Fix crash after clicking Try when editing an audio alarm. Commit.
  • Don't execute display alarms while desktop notifications are inhibited. Commit.
  • Show correct list of sound options if text-to-speech not available. Commit.
  • Show correct list of sound options if text-to-speech not available. Commit.
  • Remove not implemented method. Commit.
  • Constify. Commit.
  • Remove static_cast from connect() for deprecated overloaded method params. Commit.
  • Remove redundant method. Commit.
  • Use member function syntax for disconnect and KStandardAction connect. Commit.
  • Adapt to KMime parseAtom() API change. Commit.
  • Fix inability to edit an existing calendar resource's configuration. Commit.
  • Don't duplicate calculation of next trigger time of alarms. Commit.
  • Minor tweaks. Commit.
  • Update alarm edit dialog screenshots to current version. Commit.
  • More documentation on alarm message notifications. Commit.
  • Provide notification option on command line and via D-Bus. Commit.
  • Add documentation on alarm message notifications. Commit.
  • Ignore colour/font etc values for notification alarms. Commit.
  • Don't restore notifications on startup. Commit.
  • Hide edit controls not used by notification alarms. Commit.
  • Fix XML. Commit.
  • Further implementation of notification alarm message option. Commit.
  • Additional alarm notification types. Commit.
  • Fix build. Commit.
  • Suppress clazy warnings which should be ignored. Commit.
  • Replace deprecated calls, QList -> QVector. Commit.
  • Fix build. Commit.
  • Fix clazy and clang warnings. Commit.
  • Clazy fixes; use member function syntax for Preferences::connect(). Commit.
  • Clazy etc fixes. Commit.
  • Fix possible crash on command alarm completion. Commit.
  • Time to increase version. Commit.
  • Add missing lib when we moved KAddressbookGrantlee. Commit.
  • Bug 345922: Implement option to use notifications to display alarms. Commit.
  • Use C++11 to prevent copying. Commit.
  • Relicense GPL-2.0-only files to GPL-2.0-or-later. Commit.
  • Improve error messages; formatting. Commit.
  • Fix build, remove file which was renamed. Commit.
  • Refactor MessageWin -> MessageWindow. Commit.
  • Add debug. Commit.
  • Remove unused include. Commit.
  • Add copyright information. Commit.
  • Convert license headers to SPDX format. Commit.
  • Remove unneeded include. Commit.
  • Minor typo fix: error error -> error. Commit.
kalarmcal
  • Disable autotest on windows for the moment. Commit.
  • Add missing include (need by windows). Commit.
  • TRy to make it compile on windows. Commit.
  • Make it compile on windows. Commit.
  • Modernize code. Commit.
  • Add event name property. Commit.
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Add maintainer. Commit.
  • Don't write font/colour into calendar for a notification alarm. Commit.
  • Time to increase version. Commit.
  • Add option to use the standard notification system to display alarms. Commit.
  • Modernize code. Commit.
  • Tidy. Commit.
kalgebra
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • [mobile] Remove bannerimage from drawer. Commit.
  • Improve i18n tooling. Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
kalzium
  • Add content rating. Commit.
  • Fix deprecated install location. Commit.
  • Improve i18n tooling. Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
  • Remove unused KService dependency. Commit.
kamera
  • Use systemsettings5 instead of kcmshell5. Commit. See bug #398803
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Port deprecated method. Commit.
kamoso
  • Do not follow the color matrix path that makes it look red. Commit. Fixes bug #424193
  • Qml warnings. Commit.
  • Properly QQC2.StackView.push. Commit.
  • Remove all remaining leftovers from QQC1. Commit.
  • Fix warning. Commit.
  • Remove deprecated files. Commit.
  • Depend on GStreamer 1.10. Commit.
  • Make the Device::objectId the QObject::objectName. Commit.
  • Simplify code that chooses camera. Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • V4l2 is not needed anymore. Commit.
  • --warning. Commit.
  • --qml warnings. Commit.
  • Port away from udi+path to objectid. Commit.
  • Fix qml warning. Commit.
  • Add set attribute "AA_UseHighDpiPixmaps". Commit.
kanagram
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • When checking typed letters also check stripping accents. Commit.
  • Remove KDeclarative dependency. Commit.
  • Improve i18n tooling. Commit.
  • Add missing content_rating tag to appdata file. Commit.
kapman
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Make it compile without deprecated method. Commit.
  • We use QRandomGenerator => we need qt5.10 min. Commit.
kapptemplate
  • Port to modern SPDX license identifier. Commit.
kate
  • Add support for the Zig language server. Commit.
  • Fix: Allow to KActionSelector @ filesystem browser config page to stretch vertically. Commit.
  • Filetree plugin: make filter case insensitive. Commit.
  • Correct a typo in README.md. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Kate: switch to recently used document when closing one. Commit.
  • Lspclient: only consider user configuration contents changes as change. Commit. Fixes bug #427084
  • Lspclient: correctly unregister the registered TextHintProvider. Commit. Fixes bug #427338
  • Filetree plugin: make it possible to filter items in the tree view. Commit.
  • Cleanup unused comments in KNSRC file. Commit.
  • Lspclient: also secretly accept LocationLink in some replies. Commit. Fixes bug #427270
  • Ensure that even if the url is empty, we create some parent to avoid accessing nullptr parent. Commit. Fixes bug #427270
  • Documentation fixes: Use more entities, some punctuation. Commit.
  • Don't unnecessary call {save,restore}WindowSize() in katemainwindow.cpp. Commit.
  • Add new configuration options for tabs to the docs. Commit.
  • Add open-with entry to the context menu of the filebrowser. Commit.
  • Rename readTabCountLimitConfig to readConfig. Commit.
  • Add setting to toggle tabs close button and expansion. Commit.
  • Remove obsolete code, see the 'creating config page (should not get here)' output. Commit.
  • Gdb-plugin: Add warning about not-found file and search path info. Commit.
  • Externaltools: extend git blame command line. Commit.
  • Use colorful "behavior" icon in settings window sidebar. Commit.
  • Move shutdown behavior to session page, like startup behavior. Commit.
  • Move meta info session storage option to sessions page. Commit.
  • Improve Kate config dialog. Commit.
  • Port KRun to new KIO classes. Commit.
  • Remove old helper scripty. Commit.
  • Remove 'about editor component'. Commit.
  • Fix some copyright dates. Commit.
  • Link our licenses copies. Commit.
  • State more prominently we want either LGPLv2+ or MIT, unfortunately we are stuck with a lot more different licenses ;). Commit.
  • This file is really outdated, the git history or gitlab contributors statistics are much better. Commit.
  • All licenses we use are now in LICENSES. Commit.
  • Fixup SPDX identifier for 'GPL-3.0-only WITH Qt-GPL-exception-1.0' files. Commit.
  • Purge duplicated license file. Commit.
  • Make clang-format. Commit.
  • Convert to SPDX identifiers for most parts. Commit.
  • Avoid that the KTextEditor::View XMLGUI elements are lost after a tab is closed. Commit. Fixes bug #426605
  • Update configuration docs. Commit.
  • Binary factory creates mac packages, my script is outdated. Commit.
  • Fix comment to new state of tabbar. Commit.
  • Close tabs again with middle mouse button click. Commit. Fixes bug #426042
  • Speak about 'Tabs' in the UI. Commit.
  • Simplify code. Commit.
  • Share more code, ensure we stay on the replaced tab on close. Commit.
  • Replace removed that with next in lru list. Commit.
  • Improve doc state changes. Commit.
  • Remove unused header, add own copyright, too. Commit.
  • Ensure we don't assert for non-existing tab buttons. Commit.
  • Implement optional limit for number of tabs and LRU replacement. Commit. Fixes bug #426520
  • Bug:426451. Commit.
  • Avoid some unneeded clones of snippet repositories. Commit.
  • Fix cancel button being focused. Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
  • Remove unneeded includes. Commit.
  • Port away from KMimeTypeTrader. Commit.
  • Highlight documentation: improve description of attributes of comment elements. Commit.
  • Add support for the R language server. Commit.
  • Highlight documentation: add feature of comment position. Commit.
  • Apply make clang-format. Commit.
  • Cleanup internal handling of tabs. Commit.
  • Use camelcase includes (scripted). Commit.
katomic
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Fix KNS deprecations. Commit.
kbackup
  • Update man-kbackup.1.docbook -- fix minor typos. Commit.
  • A current manpage with current commandline options in docbook format. Commit.
  • Port some deprecated method. Commit.
  • Fix clazy warning. Commit.
  • Make it compile with QT_NO_KEYWORDS. Commit.
  • We depend against kf5.47. Commit.
  • Adapt to new KIO APIs. Commit.
  • Open home dir after settings are restored, else wrong position visible. Commit.
kblackbox
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
kblocks
kbounce
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • We use QRandomGenerator => we need qt5.10 min. Commit.
  • Port away from KRandom. Commit.
kbruch
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Add content rating. Commit.
  • Improve i18n tooling. Commit.
kcachegrind
  • Open folder browser on adding first source annotation item. Commit.
  • Reinstall Mac dock menu if the current window dies. Commit.
  • Menu item to toggle toolbar for QCG. Commit.
  • Fix dock menu only checking one specific item. Commit.
  • Dock icon menu now lists windows. Commit.
  • Remove debug statement from window list. Commit.
  • Exit/quit semantics should close /all/ windows, not just the one. Commit.
  • Proxy icon on macOS. Commit.
  • Window menu on macOS. Commit.
  • On macOS, a window menu with zoom and minimize. Commit.
  • Don't show menu item icons on macOS. Commit.
  • Make a bundle with a readable app name and icon. Commit.
  • Close in menu so ^W works as expected. Commit.
  • Remove settings menu and set action roles for QCG. Commit.
  • Port to modern SPDX license identifier. Commit.
  • Ignore temp directory created by qtc. Commit.
  • Use fixed font for source and instruction views. Commit.
  • Use a common save dialog for exporting call graphs. Commit.
  • Check for negative signed costs if parsing unsigned cost fails. Commit.
  • Parse negative signed integers. Commit.
  • Show cachegrind.* files in the QCacheGrind open dialog. Commit.
  • Add Windows version info and icon to QCacheGrind built with qmake. Commit.
  • CGView is a console app and should be marked as such on Windows. Commit.
  • Increase version. Commit.
kcalc
  • Add the backspace button to the list of memory buttons. Commit.
  • Using no deprecated enum Qt::MiddleButton. Commit.
  • Optionally install icons. Commit.
  • Fix usage of the corrected and uncorrected SD. Commit.
  • Appdata.xml: Update screenshot URLs. Commit.
  • Appdata.xml: Add content rating from the OARS. Commit.
kcalutils
  • Modernize code. Commit.
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Const'ify pointer. Commit.
kcharselect
kcron
  • Use systemsettings5 instead of kcmshell5. Commit. See bug #398803
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
kde-dev-scripts
  • Some people use lowercase include guards, add support for that. Commit.
  • Add KDE mail alias for Lukas Tinkl. Commit.
  • Add ndavis to relicensecheck.pl. Commit.
  • Add approvals for djarvie. Commit.
  • Add secondary address of Martin Sandsmark. Commit.
  • Add approvals for stikonas. Commit.
  • Add secondary mail address for Sergio. Commit.
  • Add Approvals for Rik Hemsley. Commit.
  • Add secondary mail address for David Edmundson. Commit.
  • Add Approvals for Alexander Lohnau. Commit.
  • Add knauss@kolabsys.com as secondary mail. Commit.
  • Add mail aliases. Commit.
  • Add Approvals for Thomas Kadauke. Commit.
  • Update relicensecheck.pl. Commit.
  • Allow more relicensing for me. Commit.
  • Add relicensing permission from Reza Arbab. Commit.
  • Add xyquadrat / Julian Steinmann to relicensecheck.pl. Commit.
  • Relicensing permission from Jonathan Marten. Commit.
  • Add relicensing permission from fthieme. Commit.
  • Add relicensing permission from Jonathan Armond. Commit.
  • Add relicensing permission from Carsten Burghardt. Commit.
  • Relicensecheck: add mapping for my old email address. Commit.
  • Update relicensecheck.pl. Commit.
  • Revert "Port away from deprecated Qt::MidButton" oops qt4 script. Commit.
  • Port away from deprecated Qt::MidButton. Commit.
  • Update relicensecheck.pl. Commit.
  • Add Varun Joshi to relicensecheck.pl. Commit.
  • Add Nitul Datt to relicensecheck.pl. Commit.
  • Add my work email to relicensecheck.pl. Commit.
  • Add myself to relicensecheck. Commit.
  • Add email aliases. Commit.
  • Update relicensecheck.pl. Commit.
  • Add my name in relicensecheck.pl. Commit.
  • Add myself (mgallien) to relicensecheck.pl. Commit.
  • Allow relicensing under new L(GPL). Commit.
  • Add my consent for CCBYSA4+ relicensing. Commit.
  • Astyle-kdelibs script commentary update. Commit.
kde-dev-utils
  • Set window icons for non-desktop-metadata WMs. Commit.
  • Set and make use of RELEASE_SERVICE_VERSION variables. Commit.
  • Set Qt::AA_UseHighDpiPixmaps to true. Commit.
kdebugsettings
  • Modernize code. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Time to increase version. Commit.
  • Start to implement group support. Commit.
kdeconnect-kde
  • [SMS App] Disable sending attachments until we have Android support. Commit.
  • Fix build with bluetooth enabled. Commit.
  • Add a verification key that's displayed when pairing. Commit.
  • Remove parent from KNotification ctor. Commit.
  • [SMS App] Use interface for querying a range of messages. Commit.
  • Initialize battery plugin members to fix crashing on Windows. Commit.
  • Remove defunct calls to KAboutData::pluginData. Commit.
  • Re-add pre-baked PNG icons for kdeconnect-indicator.exe. Commit.
  • Segregate icons into different folders. Commit.
  • Fix passing multiple attachments to the CLI. Commit.
  • Reliably kill dbus-daemon and kdeconnect-daemon using WinAPIs. Commit.
  • Add logging category KDECONNECT_INDICATOR to indicator. Commit.
  • Append link libraries for daemon in separate lines. Commit.
  • Remove kdeconnectindicatorwin.svg from CMake to fix windows build. Commit.
  • Remove unneeded kdeconnect tray icon SVG. Commit.
  • Use kdeconnect-tray icon from breeze-icon set in windows build. Commit.
  • Set window icons for GUI executables. Commit.
  • Use systemsettings5 instead of kcmshell5. Commit. See bug #398803
  • [plugins/notifications] Merge notificationsdbusinterface and notificationsplugin. Commit.
  • Add API for opening the KCM to daemon. Commit. See bug #425660
  • Remove unused member. Commit.
  • Follow release service version numbers. Commit.
  • [plugins/screensaver] Port away from QDBusInterface. Commit.
  • [CLI] Use ConversationsDbusInterface to avoid problems with using raw dbus. Commit.
  • Port from KRun (deprecated) to OpenUrlJob. Commit.
  • Replace magic number with SMS_REQUEST_PACKET_VERSION. Commit.
  • Update header documentation for PACKET_TYPE_SMS_REQUEST. Commit.
  • Revert changing "messageBody" field to "textMessage". Commit.
  • Fix missing kcm dependency for runcommand module. Commit.
  • Fix kdeconnect_open MimeType. Commit.
  • Fix initial set of devices not being emitted in dbus. Commit.
  • Do not replace connections for a given deviceId if the certs have changed. Commit.
  • Limit the ports we try to connect to to the port range of KDE Connect. Commit.
  • Do not remember more than a few identity packets at a time. Commit.
  • Limit number of connected sockets from unpaired devices. Commit.
  • Don't brute-force reading the socket. Commit.
  • Do not let lanlink connections stay open for long without authenticating. Commit.
  • Limit identity packets to 8KiB. Commit.
  • Fix use after free in LanLinkProvider::connectError(). Commit.
  • Do not leak the local user in the device name. Commit.
  • Do not ignore SSL errors, except for self-signed cert errors. Commit.
  • [SMS App] Add thumbnail preview to ConversationList. Commit.
  • Fix bug with use of drawer hiding when not wideScreen. Commit.
  • Remove unused variable. Commit.
  • Use non-deprecated QProcess method. Commit.
  • Remove hack introduced by previous commit. Commit.
  • Use Kirigami header in sidebar. Commit.
  • SocketLineReader: don't call packets bytes. Commit.
  • Fix minor typo. Commit.
  • [SMS App] Improve placeholder messages when the most-recent message has an attachment body. Commit.
  • Fix fixing the windows build. Commit.
  • Try to fix windows build. Commit.
  • [app] Add plugin settings page. Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
  • Adding support to send attachments to the remote device. Commit.
  • [kio] Mark Class as local. Commit. Fixes bug #413477. See bug #425948
  • [plugins/lockdevice] Port to use logind interface. Commit.
  • Updated kdeconnect-cli send-sms message to adapt sendSms interfce changes. This patch fixes the BUG: 425731. Commit.
  • Rework the battery plugin. Commit.
  • Implementing support to request and receive original attachment file from the remote device. Commit.
  • Improve battery reporting reliability. Commit.
  • Reload remote commands model when commands change. Commit.
  • Custom devices. Commit.
  • Define content margins for settings app. Commit.
  • Add missing header to fix build with MSVC 14.27. Commit.
  • Convert license headers to SPDX expressions. Commit.
  • Remove modeltest. Commit.
  • Port away from KMimeTypeTrader. Commit.
  • Implementing Attachment class and adding support to display the thumbnails of attachments in QML. Commit.
  • Remove unused toVariant methods. Commit.
  • Fix code indentation in lanlinkprovider. Commit.
  • Fix QSslKey::ca-certificate deprecated warning. Commit.
  • [app] Allow refreshing the device list. Commit.
  • [app/volume] Use property setter. Commit.
  • Editable volume and mute state in RemoteSinksModel. Commit.
  • Correct typos in sftp plugin. Commit.
  • Better device name in Sailfish OS. Commit.
  • Save changed device name and type. Commit.
  • Replace manual include dir handling with interface target. Commit.
  • [smsapp] Random cmake cleanup. Commit.
  • Remove dead code. Commit.
  • Use qdbus_cast. Commit.
  • Remove unneeded destructor/copy constructor/copy assignment operator. Commit.
  • [sms] Change address type in DBus API from variant to variantlist. Commit.
  • Add missing references to loop variable. Commit.
  • Update plugins/runcommand/runcommand_config.cpp. Commit.
  • Fix file dialog usage in app and plasmoid. Commit. Fixes bug #423975
  • [app/mpris] Use property binding. Commit.
  • Add text to pair confirmation page. Commit.
  • [app] Use subtitle in list item. Commit.
  • [app] Port runcommand page to ScrollablePage. Commit.
kdegraphics-mobipocket
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
kdegraphics-thumbnailers
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
kdenetwork-filesharing
  • Use the actual filesharingpage API when appropriate. Commit.
  • Unify how the new Samba user is communicated to the user. Commit.
  • Fix placeholdermessage centering. Commit.
  • Add a group management page. Commit. Fixes bug #407846
  • Only enable guest checkbox if the smb.conf allows it. Commit. Fixes bug #425203
  • Look for runtime deps from samba. Commit.
  • Resolve paths to their canonical representation. Commit. Fixes bug #425678
  • Add missing period. Commit.
  • Fix multiple opening of properties. Commit. Fixes bug #425591
  • Add smb user management support. Commit. Fixes bug #334875
  • Fix syntax. Commit.
  • Rejigger acl page and add a sheet to be shown when using a denial. Commit. Fixes bug #422554
  • Fix up ACE ordering. Commit. See bug #422554
  • Repair share path handling. Commit.
  • Port to qml and refactor to somewhat isolated pages. Commit.
  • Move to spdx. Commit.
  • Various stylistic improvements. Commit.
  • Give add/remove errors a GUI. Commit. Fixes bug #334618
  • Do not refer to columns by their index. Commit.
kdenlive
  • Fix image sequences broken on project opening. Commit. Fixes bug #429798
  • Revert to previous temporary icon for subtitles until we manage to properly install the correct one. Commit.
  • Fix spacer tool sometimes moving clips when it shouldn't. Commit.
  • Remove debug. Commit.
  • Fix crash and keyframe corruption on cli pwith multiple keyframable params. Commit.
  • Attempt to fix broken effect stack height. Commit.
  • Fix several slideshows incorrectly share same thumbnail if in same folder. Commit.
  • Fix crash moving project's custom folder. Commit.
  • Fix possibly incorrect rendering on Windows (proxy used when they shouldn't). Commit. See bug #429905
  • Switch KNewStuff url to https non deprecated service. Commit.
  • Fix left part of a cut cannot be selected right after processing. Commit. Fixes bug #428544
  • Fix spacer crash regression introduced in recent commit. Commit.
  • Fix crash clicking razor on timeline ruler. Commit.
  • Fix crash undoing cut when left part was selected. Commit.
  • Fix remove space not working until context menu called. Commit. Fixes bug #429868
  • Update project duration accordingly when subtitles are added/moved. Commit.
  • Fix geometry effects like obscure regression. Commit.
  • Fix regression and lift layout flicker. Commit.
  • Fix possible crashes in subtitles. Commit.
  • Cleanup some debug messages (reduce startup verbosity). Commit.
  • Improve effects layouts. Commit.
  • Hide subtitles effect from ui (used internally only). Commit.
  • Update blacklisted_effects.txt - blacklisted Pixscope which produces an error at lower preview resolutions and which is replaceable by frei0r.pr0be named Video values. Commit.
  • Update blacklisted_effects.txt - avfilter.fspp blaclisted because it is a post processing filter to be used for exporting/compressing and not on the timeline. Commit.
  • Update blacklisted_effects.txt. Commit.
  • Update kdenliveeffectscategory.rc. Commit.
  • Last fix to effect categories. Commit.
  • Revert recent OpenGL change - it was not responsible for system crashes. Commit.
  • Remove deprecated setting for automatic transitions. Commit.
  • Fix crash opening Kdenlive project files < 0.9. Commit.
  • Fix possible crash on .ass subtutle error and dropping subtitle in timeline. Commit.
  • Fix possible freeze changing monitor real time. Commit. See bug #429228
  • Make sure deprecated effects can still be used in projects for compatibility. Commit.
  • Ensure we cannot create invalid subtitles (with empty lines). Commit.
  • Do not block deprecated effects, it was causing issues for existing project files. Commit.
  • Fix active effect not remembered and not correctly focused. Commit.
  • Fix param adjustments for cartoon effect. Commit.
  • Revert openGL change causing startup crash on some systems. Commit.
  • Ensure selected subtitle always appears on top. Commit.
  • Fix typo crashing on subtitle group move. Commit.
  • Fix undo transition resize doesn't restore keyframes. Commit.
  • Don't double-load same track transitions as normal transitions. Commit.
  • Fix snapping not updated when track is made active/inactive. Commit.
  • Fix various subtitle selection issues. Commit.
  • Fix crash closing document with grouped subtitles. Commit.
  • Fix crash opening project with a grouped subtitle. Commit.
  • Allow creating a mix when we don't have the full default mix duration available at clip ends (minimum of 3 frames now required). Commit.
  • Un-blacklist IIRblur. Commit.
  • Don't blacklist subtitles effect. Commit.
  • Fix subtitles track cannot be hidden when minimized. Commit.
  • Various mix and transition fixes. Commit.
  • Update blacklisted effects. Commit.
  • Drop semi-working clip name offset in timeline. Commit.
  • Qml performance fix, patch by Martin Tobias Holmedahl Sandsmark. Commit.
  • Subtitles: work on temp files until we save the project so that each change to the subtitles is not instantly saved. Commit.
  • Fix error message about subtitle filter not initialized. Commit.
  • Fix typo in subtitles qml header. Commit.
  • Add proper icon for subtitle feature. Commit.
  • Don't allow moving a subtitle below 0. Commit.
  • By default, move subtitles widget in clip monitor tab. Commit.
  • Center view when seeking to timeline clip. Commit.
  • After clearing bin filter line, ensure selected item is visible. Commit.
  • Fix undo import subtitle file, and improve subtitle group operations (only reload subtitle file once). Commit.
  • Fix possible crash. Related to #841. Commit.
  • Hide subtitle track name on collapse. Commit.
  • Fix export subtitle not overwriting existing one. Commit.
  • Fix group subtitle deletion undo. Commit.
  • Subtitle track: add expand button and track label. Commit.
  • Allow moving subtitle through subtitle widget. Commit.
  • Add shortcut in/out/delete buttons to subtitle widget. Commit.
  • Fix cut subtitle. Commit.
  • Subtitles: when cutting from subtitle widget, split text at cursor position. Commit.
  • Fix crash on adding first subtitle from subtitle widget. Commit.
  • Fix subtitle model used start time as index - caused issues if a subtitle if moved after another one. Add start/end position control in subtitle widget. Commit.
  • Fixuifiles. Commit.
  • Don't move subtitle on right mouse click. Commit.
  • Add libass target for AppImage. Commit.
  • Fix crash on mix deletion. Commit.
  • Fix crash on exit caused by subtitlemodel. Commit.
  • Select subtitle item when moving between subtitles from the widget. Commit.
  • Fix various issues with subtitles (the filter was duplicated on project opening). Commit.
  • Fix crash loading some ass subtitles, add basic widget for subtitle edit otherwise the feature was not much usable. Commit.
  • Fix integration of subtitles in timeline (snap, group, cut). Commit.
  • Add option to export subtitle file. Commit.
  • Updated effects descriptions and categories. Commit.
  • Fix track offset with some tools when subtitle track is displayed. Commit.
  • Add menu for subtitle clips. Commit.
  • Allow importing subtitle file at cursor position, save subtitles on project archiving. Commit.
  • Add subtitle import function, fix crash on add subtitle on new project. Commit.
  • Add config setting for default subtitle duration, add subtitle by double clicking in subtitle track. Commit.
  • Correctly load / save subtitle file. Commit.
  • Various subtitle fixes (moving, allow selecting). Commit.
  • Fix subtitle resize undo. Commit.
  • Further progress in subtitle undo/redo. Commit.
  • Start subtitle undo/redo integration. Commit.
  • Refresh monitor on subtitle change. Commit.
  • Delete all subtitles when subtitle track is collapsed. Commit.
  • Add function to delete all subtitles from subtitle model. Commit.
  • Update status of subtitle tool button when creating subtitle track. Commit.
  • Move subtitle qml into its own file, always display text (use clipping) on lower zoom. Commit.
  • Fix compilation. Commit.
  • Add subtitle actions in Project menu. Commit.
  • Fix missing file from previous commit. Commit.
  • Fix startup crash on missing QtQuick Shapes module. Commit.
  • Add minimum limit to resizing subtitle clip and minor subtitle clip UI improvements. Commit.
  • Enable deletion of subtitle clips from timeline by right clicking on them. Commit.
  • Enable visibility of subtitle track according to state of subtitle toolbar button. Commit.
  • Correct subtitle filter name and enable writing to SRT files. Commit.
  • Fix audio mix same track transition crossfade. Commit.
  • Fix on monitor mess and possible crash with several transform effects. Commit.
  • Fix indentation. Commit.
  • Add timeline ruler menu item to create subtitle clip. Commit.
  • Add button in timeline toolbar to enable subtitle editing. Commit.
  • Add timeline tractor to Subtitle Model to attach subtitle filter. Commit.
  • Fix subtitle clip movement. Commit.
  • When moving a clip outside a mix, correctly resize the clip. Commit.
  • Fix audio thumbs not reloaded on profile fps changed. Commit.
  • Fix some compile warnings. Commit.
  • Try to improve default OpenGL format for monitor view. Commit.
  • Fix on monitor displayed fps with high fps values. Commit.
  • Remove icons that are included in Breeze icon theme by default. Commit.
  • Port to QtWebEngineWidgets. Commit.
  • Fixed ui dsiplay box and undo redo stack. Commit.
  • Fixed indentation. Commit.
  • Removed unnecessary code. Commit.
  • Added multiple track deletion feature. Commit.
  • Correctly reload mix params on project opening. Commit.
  • Ensure mix parenting is updated in case of clip cut. Commit.
  • Add new option to apply bin tag color to timeline clips, enabled by default. Commit.
  • Small update in mix look. Commit.
  • Ensure timeline ruler is correctly updated on profile switch. Commit.
  • Add missing include for some frameworks versions. Commit.
  • Move audio max level to a job (was causing ui hang on project opening). Commit.
  • When switching project profile and there is only 1 clip in timeline, update the timeline clip duration accordingly to profile change. Commit.
  • Show tooltip for clip fade corner hotspot. Commit.
  • Remove deprecated KF5 call. Commit.
  • Fix compilation. Commit.
  • Project archiving: check after each file if archiving works, add option to use zip instead of tar.gz. Commit. See bug #421565
  • Fix opening project files with missing version number. Commit. See bug #420494
  • Don't enforce stereo output on playback. Commit.
  • Enable subtitle text editing on double click. Commit.
  • Refactor rendering timecode overlay feature. Commit.
  • Fix duplicated audio from previous commit. Commit.
  • Fix playlist clips have no audio regression. Commit.
  • Fix keyframeable effect params left enabled when selecting a clip, leading to possible crash. Commit.
  • Don't allow removing the only keyframe in an effect (was possible from the on monitor toolbar and crashing). Commit.
  • Add build status to README.md. Commit.
  • Fix rotoscoping points not reset when adding a second rotoscoping effect to a clip. Commit.
  • Ensure only wanted items are really archived. Commit.
  • Fix tests, improve mix behavior with resize undo/redo. Commit.
  • Fix typo in header because it breaks parser. Commit.
  • Update to org.kde.Sdk 5.15. Commit.
  • Qtcrop effect: make radius animated. Commit.
  • When editing a title clip, hide it from timeline so that it doesn't appear on background frame. Commit.
  • Update effectlistwidget.cpp. Commit.
  • Update effectlistwidget.cpp. Commit.
  • Update effecttreemodel.cpp. Commit.
  • Update effectlistwidget.cpp. Commit.
  • Update assettreemodel.cpp. Commit.
  • Delete effectlistwidget.cpp.autosave. Commit.
  • Improved last commit. Commit.
  • Edit name and description of custom effects. Commit.
  • Render widget: avoid misuse of parallel processing. Commit.
  • Implemented enhancement suggestion #561. Commit.
  • Fix qml overlay offset on monitor zoom (transform/rotoscoping). Commit.
  • Make folder to store titles and scripts configurable in Kdenlive Settings. Commit.
  • Update effectlistwidget.cpp. Commit.
  • Fix crash inserting zone over grouped clips in same track. Commit.
  • Titlewidget. Commit.
  • Timeline Archive, QCheckBox problem. Commit.
  • Check ffmpeg setting points to a file, not just isn't empty. Commit.
  • Enable subtitle clip movement by dragging clip across subtitle track. Commit.
  • Add function to enable subtitle clips' movement in subtitle track. Commit.
  • Allow custom comments in effect groups. Commit.
  • Add effect's MLT tag to effect description, not Kdenlive's id, makes it easier to understand which effect is implied. Commit.
  • Qtcrop effect: make radius animated. Commit.
  • Update effectlistwidget.cpp. Commit.
  • Update effectlistwidget.cpp. Commit.
  • Resolved edit custom effect description issue. Commit.
  • Update slot for subtitle model changed signal. Commit.
  • Update subtitle parser and Add function to write to subtitle file from JSON object. Commit.
  • Add function to export subtitle model items to JSON. Commit.
  • Update to org.kde.Sdk 5.15. Commit.
  • When editing a title clip, hide it from timeline so that it doesn't appear on background frame. Commit.
  • Update effectlistwidget.cpp. Commit.
  • Update effectlistwidget.cpp. Commit.
  • Update effecttreemodel.cpp. Commit.
  • Update effectlistwidget.cpp. Commit.
  • Update assettreemodel.cpp. Commit.
  • Fixed titlewidget.cpp again. Commit.
  • Fixed titlewidget.cpp. Commit.
  • Start showing parameters for same track mixes. Commit.
  • Delete effectlistwidget.cpp.autosave. Commit.
  • Improved last commit. Commit.
  • Edit name and description of custom effects. Commit.
  • Fix compilation with Qt < 5.15. Commit.
  • Fix some deprecation warnings. Commit.
  • Implemented suggestion #795. Commit.
  • Ensure last frame of the project is rendered (with some audio codecs like aac, last frame will be duplicated because of a bug in MLT). Commit.
  • Add method to easily reload a custom effect. Commit.
  • Comment out non working code. Commit.
  • Fix freeze on memory usage loading invalid clips. Commit.
  • Implemented suggestion #795. Commit.
  • Fix track insertion in mixed view mode. Commit. See bug #403443
  • Fix track order in mixed track view. Commit.
  • Fix compilation. Commit.
  • Fix monitor preview messing monitor zoom. Commit.
  • Restore toolbars in default editing layout. Commit.
  • Fix saving lift/gamma/gain effect results in broken ui. Commit.
  • Add some checks to max audio level calculation. Commit.
  • Add xml for qtcrop filter. Commit.
  • Remove testing stuff. Commit.
  • Fix incorrect "search aborted" message and tooltip for recovered missing clips. Commit.
  • Add option in track headers to disable normalizing of audio thumbnails. Commit.
  • Fix audio mixer track effects applied twice when reopening project, leading to incorrect volume. Commit.
  • Store color theme in a localized neutral way. Commit.
  • Fix various cases where it was not easy to find correct location of missing clips (slideshows, or clips with proxies). Commit.
  • Fix mem leak when another process was writing a clip that is included in a project. Commit.
  • Fixed automatic scene split (bug #421772). Commit.
  • Remove deprecated line. Commit.
  • Correctly display Proxy status in timeline for clips with missing source. Commit.
  • On project opening, fix detection of proxied clips with missing source and proxy. Commit.
  • Small cleanup, make placeholder timeline clips visible and allow reloading missing clip if source file is available. Commit.
  • Comment out libva stuff for CI AppImage. Commit.
  • Add some extra checks for mixes. Commit.
  • Make mix cut pos snap in timeline. Commit.
  • Ensure we use correct subplaylist producer when replacing a clip in timeline (eg. when proxying). Commit.
  • Fix appimage creation. Commit.
  • Custom effect Comments feature. Commit.
  • Added comments feature in custom effects. Commit.
  • Fix crash on undo mix deletion, use different producer for subplaylists (fixes slow transitions). Commit.
  • Nicer visual for mix, fix resizing grouped mix didn't update grouped mix cut position. Commit.
  • Fix PreviewJob memory leak. Commit.
  • Fix mix deletion when deleting first clip of a mix. Commit.
  • Fix group of clips with mix broken after reloading project. Commit.
  • Fix incorrect hash check causing incorrect reload dialog on project opening. Commit.
  • Fix speed change effect lost when opening project with missing clip, and broken handling of missing proxied clips with speed effect. Commit.
  • Fix calling methods on null objects. Commit.
  • Ensure we check file hash on every project opening to ensure clips have not changed and an incorrect hash is not stored. Commit.
  • Fix corrupted slowmotion clips on document opening. Commit.
  • Fix speed change effect lost when opening project with missing clip, and broken handling of missing proxied clips with speed effect. Commit.
  • Fix moving clip groups with a mix. Commit.
  • Ensure we check file hash on every project opening to ensure clips have not changed and an incorrect hash is not stored. Commit.
  • Fix av clip mix. Commit.
  • Ensure a mixed clip cannot be moved further than its counterpart mix clip. Commit.
  • Correctly load and save mix cut position. Commit.
  • Easy selection and deletion of clip mix. Commit.
  • Warn user if not enough frames in the clip to create a mix. Commit.
  • Ensure mix is always on top of clips. Commit.
  • Update AppImage scripts for FFmpeg hw accel. Commit.
  • [Experimental] Added GPU profiles for rendering proxies and timeline preview ... Commit.
  • Fix creating mix between color clip and AV clip. Commit.
  • Remove unused krandomsequence.h include. Commit.
  • Fix compilation. Commit.
  • Fix crash on some projects opening. Commit. Fixes bug #409477
  • Add mix clip action in timeline menu, fix undo resize on mixed clip. Commit.
  • More fixes and tests for chained mixes. Commit.
  • Fix calling methods on null objects. Commit.
  • Another batch of tests and fixes for same track transitions on grouped clips. Commit.
  • More tests and fixes for same track transitions. Commit.
  • More fixes for same track composition clips move and resize. Commit.
  • Fix OTIO error display. Commit.
  • Make same track transition correcty resize on clip resize. Commit.
  • Fix possible crash detected by tests. Commit.
  • Make resizing mix work, fix crash on clip deletion. Commit.
  • Correctly load same track transitions when opening project. Commit.
  • Fix deprecated install location. Commit.
  • Fix remaining bugs in mix move. Commit.
  • Moving clip with mixes should now work correctly. Commit.
  • Implement moving left clip in a mix transition. Commit.
  • Fix mix test. Commit.
  • Fix group move with same track transition. Commit.
  • More fixes and tests for moving a clip with same track transition. Commit.
  • Start implementing clip move when same track transition is active. Commit.
  • Tests: also check same track transition undo. Commit.
  • Add first test for same track compositing. Commit.
  • Mix all parts of grouped clips. Commit.
  • Make same track composition undoable. Commit.
  • Ensure default layout names are translatable. Commit.
  • Delay locale reset to allow correct ui translation. Commit.
  • Add Appimage and source download links in appdata. Commit.
  • Fix clicking on clip marker label moving timeline cursor to approximate position. Commit.
  • Update readme with GPL link and canonical spelling. Commit.
  • Fix tests :). Commit.
  • Use another ref on the producer when saving project (might help in case another operation is performed on the producer). Commit.
  • Add corruption check before creating backup file. Commit.
  • Fix overwrite sometimes not working on clips with multiple streams. Commit.
  • Port away from deprecated Qt::MidButton. Commit.
  • Attempt to mimic Shotcut's locale handling. Commit.
  • Correct cursor height in timeline. Commit.
  • Add separate track for subtitle clips. Commit.
  • Another attempt to fix #780. Commit.
  • Another attempt to fix Windows locale corruption on Windows. Commit.
  • Enforce C Locale on Windows on rendering. Commit.
  • Update mainwindow.cpp. Commit.
  • Same track mix update: resize both clips and create a mix in between. Commit.
  • Fix some corruption in same track composition. Commit.
  • Add icon in timeline toolbar for same track mix. Commit.
  • Initial commit for same track transitions. Commit.
  • Add missing "=" symbol in GPU profile. Commit.
  • Correctly update project duration on group move. Commit.
  • Sort insertion order using int instead of string. Commit.
  • Raise Project Bin when a clip is dropped in timeline or created through the menu. Commit.
  • Fix frame number in rendering progress. Commit.
  • Effect Stack: focus active effect when switching between clips. Commit.
  • Fix subtitle clip duration updation during subtitle resizing. Commit.
  • Make start position of subtitle editable. Commit.
  • Correct end resizing of subtitle clips. Commit.
  • More progress info during render. Commit.
  • Add GPU profiles provided by Constantin Aanicai. https://kdenlive.org/en/2020/08/kdenlive-20-08-is-out/#comment-5089. Commit.
  • Fix shift click for multiple selection broken in Bin. Commit.
  • Make subtitle end position editable. Commit.
  • Add functions to move subtitles in model. Commit.
  • Add function to remove a subtitle from model. Commit.
  • Make subtitle text editable. Commit.
  • Add functions to edit existing subtitles. Commit.
  • Allow automatic keyframes on transform like effects. Commit.
  • Don't allow adding unique effect (like fades) twice. Commit.
  • Fix crash removing a fade effect added twice. Commit. Fixes bug #425175
  • Enforce wasapi as default audio backend on Windows. Commit.
  • Fix regression in project notes from clip monitor(incorrect clazy fix). Commit.
  • Fix clip monitor zoom not reset when changing clip, and zone incorrect on zoom. Commit.
  • Add MLT's Pillar Echo effect. Commit.
  • Restore increased range for volume effect, only limit the visible range in timeline. Commit.
  • Appimage: during image creation, delete libxcb and libxcb-dri{2,3} libraries. Commit.
  • Missing fix for FreeBSD in last commit (fix broken localization). Commit.
  • Attempt to fix UI translations broken. Commit. See bug #424967
  • Reduce range of volume effect (limit to -50 - +50 dB), and use logarithmic scale in timeline. Commit.
  • Rotoscoping: add Auto keyframe button in monitor toolbar to automatically add a keyframe when moving a point. Commit.
  • Don't cache empty audio data (fixes missing audio thumbs on video clips). Commit.
  • Various fixes for audio thumb management, should slightly improve memory usage/performnace. Commit.
  • Add function to edit end timings of each subtitle. Commit.
  • Display subtitle text in rectangles. Commit.
  • Document changes. Commit.
  • Add header files. Commit.
  • Connect Subtitle Model signals with respective slots. Commit.
  • Add signals and slot to subtitle model. Commit.
  • Connect subtitle model with timeline. Commit.
  • Display start positions of subtitles in timeline. Commit.
  • Add functions to add the start time of each subtitle line as snaps. Commit.
  • Add basic functions for returning row count and all subtitles in list. Commit.
  • Add class to handle subtitles definition and comparison. Commit.
  • Add custom roles to model. Commit.
  • Add function to append subtitles to list. Commit.
  • Add functions to return pointer to model. Commit.
  • Add SSA Parser. Commit.
  • Add srt parser to model. Commit.
  • Rewrite audio thumbnails to only use FFmpeg's data and optimize memory usage on creation. Commit.
  • Add avfilter eq filter (allowing to adjust image brightness, contrast, saturation, gamma all in one effect. Commit.
  • Refactor clip monitor audio thumbnails to use same data as timeline thumbnail. Commit.
  • Drop deprecated QApplication attribute. Commit.
  • Avoid confusion for one-letter translations. Commit.
  • Update Audio, Editing and Color layouts. Commit.
  • Add Effects layout. Commit.
  • Improve audiomixer layout. Commit.
  • Update AppImage dependency build scripts. Commit.
  • Logging UI proposal. Commit.
  • When trying to play a monitor that is hidden, display an info message allowing to show the monitor. Commit.
  • Manually fix clazy warnings. Commit.
  • Apply clazy fixes (range-loop). Commit.
  • Remove needless window title. Commit.
  • When dragging a clip in insert mode, don't allow leaving empty space in timeline. Commit.
  • Restore seek in clip monitor on Shift + move mouse. Commit.
  • Don't show monitor overlay (fpt, timecode, ...) in audio seek bar. Commit.
  • Timeline: don't allow moving a keyframe at same pos as another one. Commit.
  • In insert mode, deleting a clip should perform an extract operation. Commit.
  • Fix clip url not correctly updated when opening project with missing clips. Commit.
  • When dropping a folder from a file manager to bin, don't create folders that contain no valid clip. Commit.
  • Expand/collapse all bin folders with Shift+click. Commit.
  • Save folder status (expanded or not). Commit.
kdepim-addons
  • Fix build with newer Qt. Commit.
  • Don't clear line edit when we finish editing. Commit. See bug #429546
  • Specify calendar when we open editor. Commit. See bug #429546
  • Fix select correct calendar when we open editor. Commit. See bug #429546
  • Fix CSS from HTML emails messing up the layout of our buttons. Commit.
  • Volker/Hannah fixed building on windows. Commit.
  • Disable on windows for the moment. Commit.
  • It's already defined in library. Commit.
  • Remove not necessary to export it. Commit.
  • Add missing Q_REQUIRED_RESULT. Commit.
  • Already defined in lib. Commit.
  • Already define in lib. Commit.
  • Disable it on windows for the moment. Commit.
  • Disable kitinerary on windows as it doesn't build yet. Commit.
  • Modernize code. Commit.
  • Modernize code. Commit.
  • Readd example as an autotest use it. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Not necessary to load them by default. Commit.
  • We don't need to remove these margins. Commit.
  • Remove not implemented method. Commit.
  • Add url info. Commit.
  • Try to fix loading it. Commit.
  • Clean up code. Commit.
  • Const(ify pointer. Commit.
  • Const'ify pointer. Commit.
  • Clean up code + const'ify. Commit.
  • Initialize variable in header. Commit.
  • Const'ify, clean up code. Commit.
  • Const'ify pointer. Commit.
  • Don't use lambda, const'ify pointer. Commit.
  • Remove unused lib. Commit.
  • Remove unused lib + don't use QPointer here. Commit.
  • Const'ify + don't use lambda here. Commit.
  • Const'ify pointer + port deprecated signal. Commit.
  • Avoid potential problem about config name. Commit.
  • Remove unused lib. Commit.
  • Not necessary to use QPointer here. Commit.
  • Use {}. Commit.
  • Const'ify. Commit.
  • Use QGroupBox. Commit.
  • Don't modify expiry collection when we are not allowed. Commit.
  • Fix i18n. Commit.
  • Add margin. Commit.
  • Implement folderconfiguresettingsexperywidget. Commit.
  • Use new folderconfiguresettingspagebase. Commit.
  • Enable/disable mainwidget. Commit.
  • Prepare a base class. Commit.
  • Modify collection. Commit.
  • Fix minor typo. Commit.
  • Remove comment. Commit.
  • Save list of Collections. Commit.
  • Use new api. Commit.
  • Add messagebox. Commit.
  • Save all settings. Commit.
  • Save settings. Commit.
  • Improve save settings. Commit.
  • Store collection. Commit.
  • Start to implement save settings. Commit.
  • Use new widget. Commit.
  • Depends against new mailcommon. Commit.
  • Add view tab. Commit.
  • Improve foldersettings plugins. Commit.
  • Prepare to add template support. Commit.
  • Continue to implement autotest. Commit.
  • Time to increase version. Commit.
  • Make it optional as it needs kaddressbook first. Commit.
  • Port KAB import/export plugins to KPimAddressBookImportExport library. Commit.
  • Adapt to KAddressbookGrantlee being moved into AkonadiContacts. Commit.
  • Const'ify variable when possible. Commit.
  • Const'ify pointer. Commit.
  • Fix layout. Commit.
  • Disable for new users. Commit.
  • Not necessary to enable it by default. It's specific plugins. Commit.
  • Const'ify + modernize code. Commit.
  • Fix import gender. Commit.
  • Don't search calendarsupport twice. Commit.
  • Clean up code. Commit.
  • Clean up code. Commit.
  • Fix clazy warning. Commit.
  • Continue to implement folderconfiguresettings plugins. Commit.
  • Remove unused includes. Commit.
  • Convert one more file to SPDX license headers that was previously missed. Commit.
  • Convert license headers to SPDX format. Commit.
  • Use a dual license for a couple adblock files. Commit.
  • Add missing license and copyright. Commit.
  • Coding style. Commit.
  • Improve import windows contact file. Commit.
  • Allow to import several contacts. Commit.
  • Fix Bug 424940 - Add support for importing Windows contacts from .contact XML files. Commit. Fixes bug #424940
  • Fix typo. Commit.
  • Implement support for photo/Im. Commit.
  • Continue to implement import contact. Commit.
  • Continue to implement import windows contact. Commit.
  • Now we can import address/name. Commit. See bug #424940
  • Prepare autotest. Commit.
  • Continue to implement it. Commit. See bug #424940
  • Move variable where it's useful. Commit.
  • Prepare autotests. Commit.
  • Extract import contact file. Commit.
  • Add new testcase. Commit.
  • Fix clazy warning. Commit.
  • Fix store valid collection id. Commit.
  • Continue to implement import windows contact file. Commit.
  • Fix expire trash. Commit.
  • Continue to implement import windows contact file + add debug category. Commit.
  • Allow to expire trash. Commit.
  • Add TODO. Commit.
  • Rename file. Commit.
  • Continue to implement import "contact" file. Commit.
  • Implement import windows contact. Commit.
  • Improve save element. Commit.
  • Add example. Commit.
  • Continue to implement it. Commit.
  • Start to implement windows-contacts import/export support. Commit. See bug #424940
  • Const'ify. Commit.
  • Use new dependancy. Commit.
  • Remove unused lib. Commit.
  • Continue to impmement expire trash settings. Commit.
  • Fix compile in release mode. Commit.
  • Add more autotest. Commit.
  • Allow to save settings. Commit.
  • Fix category name. Commit.
  • Create lib for autotest. Commit.
  • Prepare autotests. Commit.
  • Add missing Q_REQUIRED_RESULT. Commit.
  • Allow to autotest class. Commit.
  • Add private export file. Commit.
  • Prepare to implement autotest. Commit.
  • Add more settings. Commit.
  • Use KCursorSaver (from guiaddons) when possible. Commit.
  • Add expiry page. Commit.
  • Add QTabWidget. Commit.
  • Add comment. Commit.
  • Add settings page. Commit.
  • Add folderconfiguresettingspagewidget. Commit.
  • Create own widget. Commit.
  • Add proxymodel. Commit.
  • Improve plugins. Commit.
  • Improve folder settings plugins. Commit.
  • Improve plugins. Commit.
  • Start to implement folder settings plugins. Commit.
  • Start to create a new plugin which allows to configure folder settings. Commit.
  • Fix dialog box title + add expiry widget. Commit.
  • Add autotest. Commit.
  • Continue to implement settings. Commit.
  • Start to implement plugin. Commit.
  • Add autotest folder. Commit.
  • Prepare a new plugins which allows use to configure expire message from. Commit.
kdepim-runtime
  • Fix Google Groupware segfault. Commit.
  • Don't use Boost CMake config files. Commit.
  • Revert "[imap] Restore QRESYNC support". Commit.
  • FIX: Remove DESCRIPTION tag from Etebase entry in CMakeLists. Commit.
  • FIX: Add message about the password not being saved to avoid confusion. Commit.
  • Fix kimap version. Commit.
  • [imap] Restore QRESYNC support. Commit.
  • Add Boost::atomic to the list of components when libkolabxml is found. Commit.
  • Temporarily disable SASL plugin lookup on Windows. Commit.
  • Lower QCa dependency to 2.2.0. Commit.
  • Kioslaves: Fix build with MSVC. Commit.
  • Pop3 slave: remove unused variable. Commit.
  • EWS: fix linking of tests with MSVC. Commit.
  • Don't export header-only template classes. Commit.
  • Modernize code (using auto). Commit.
  • Remove unused include header. Commit.
  • Change fallback server URL to etebase default server URL. Commit.
  • Add const to relevant variables. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Don't set color for new collections. Commit.
  • Don't set metadata type for new items and collections. Commit.
  • Detect new accounts using the new list_multi API. Commit.
  • Switch to new collection type and list API. Commit.
  • Remove unused signal. Commit.
  • Handle sync errors - show dialog and make resource offline temporarily. Commit.
  • Minor refactor. Commit.
  • Create new collections for a new EteSync user. Commit.
  • Revert "Refactor SessionPool". Commit.
  • Revert "[imap] Implement support for QRESYNC extension (RFC5162)". Commit.
  • Fix bug where mtime of a deleted item was not set. Commit.
  • Fix error message for non-etebase servers and non-existing accounts. Commit.
  • [imap] Implement support for QRESYNC extension (RFC5162). Commit.
  • Fig bug where large items where not passed to Akonadi. Commit.
  • Switch to etebase_fs_cache API from local implementation. Commit.
  • Refactor SessionPool. Commit.
  • Modernize code. Commit.
  • Const'ify variables. Commit.
  • Modernize code + const'ify. Commit.
  • Modernize code. Commit.
  • Const'ify pointer. Commit.
  • Ignore non-EteSync collection types. Commit.
  • Convert #RRGGBBAA etebase collection colors to #AARRGGBB. Commit.
  • Remove etesync v1 dependencies from CMakeLists. Commit.
  • Update collection mtime while adding, changing or removing collections. Commit.
  • Use etebase 'medium' fetch option while fetching collection list. Commit.
  • Google: show notification when full authentication is needed. Commit.
  • Fix error message for 'NotFound' error during login. Commit.
  • Fix bug where collection color change did not sync to server. Commit.
  • Fix bug where removed collection memberships did not delete collections. Commit.
  • Fix compiler warnings. Commit.
  • Remove v1 resource code. Commit.
  • Cleanup when the resource is removed. Commit.
  • Use encryption key for account caching. Commit.
  • Implement etebase account caching. Commit.
  • Handle token refreshing and Etebase errors. Commit.
  • Add account status check while logging in. Commit.
  • Implement functions for collection addition, modification and deletion. Commit.
  • Remove NO_REGENERATE_MIME as now UPDATE_XDG_MIMETYPES uses -n. Commit.
  • Implement functions for item addition, modification and deletion. Commit.
  • Change cache dir name for better semantics. Commit.
  • Move caching functions to etebaseadapter.cpp. Commit.
  • Switch to file based caching instead of Akonadi attribute. Commit.
  • Handle collections and items fetch sync tokens properly. Commit.
  • Akonadi ioslave: Only call finished() once. Commit.
  • Implement items retrieval and caching. Commit.
  • Implement EtebaseCollection caching using custom Akonadi attribute. Commit.
  • Use etebase error codes for detecting login failures. Commit.
  • Implement collection retrieval and setup. Commit.
  • Time to increase version. Commit.
  • Add missing lib when we moved KAddressbookGrantlee. Commit.
  • Remove encryption password page from config wizard. Commit.
  • Change to Etebase login. Commit.
  • Remove deprecated method. Commit.
  • Create new Etebase C++ adapter. Commit.
  • Add Etebase dependency in CMakeLists. Commit.
  • Relicense LGPL-2.0-only files to LGPL-2.0-or-later. Commit.
  • Extract messages from header files as well. Commit.
  • Fix "Unused parameters" warnings. Commit.
  • Change ResourceBase::Prepend to EteSyncResource::Prepend in BaseHandler. Commit.
  • Remove test credentials. Commit.
  • Add missing DTRANSLATION_DOMAIN CMake definition. Commit.
  • Remove unneeded forward class declarations. Commit.
  • Fix logging typo. Commit.
  • Use KCalendarCore::FileStorage instead of manual QFile operations. Commit.
  • Use QFutureWatcher in EntriesFetchJob and JournalsFetchJob. Commit.
  • Change license headers to SPDX format. Commit.
  • Modernize code. Commit.
  • Fix logging - print job error text instead of getting it again. Commit.
  • Fix password change handling and login asynchronously. Commit.
  • Change login error messages for faulty URLs. Commit.
  • Add EteSync dependency properly and compile it conditionally. Commit.
  • Remove server url and encryption password while reconfiguring resource. Commit.
  • Fix clazy warning. Commit.
  • Update copyright + fix url. Commit.
  • Fix git repository. Commit.
  • Fix infinite token fetch on token expiry. Commit.
  • Fix crash in SessionPool::requestPassword. Commit. Fixes bug #415339
  • Minor changes - used QtConcurrent, changed NULL to nullptr. Commit.
  • Remove unused includes. Commit.
  • Handle token expiry when password is changed. Commit.
  • Handle more EteSync errors. Commit.
  • Change entries list return from adapter on error. Commit.
  • Fix conflict error bug when changing the same item. Commit.
  • Fix account initialisation bug. Commit.
  • Create default journals on initialising account. Commit.
  • Add more checks and logs. Commit.
  • Fix prevUid updation while setting up items. Commit.
  • Add more logs while item setup. Commit.
  • Add debug logs while setting up items. Commit.
  • Add null checks for robustness. Commit.
  • Update cache on adding collection. Commit.
  • Fix collection names - journal uid instead of name. Commit.
  • Fix bug related to changing item after addition. Commit.
  • Port QRegExp to QRegularExpression, second pass. Commit.
  • Fix error handling in entries fetch job. Commit.
  • Add EteSync include directory to CMakeLists. Commit.
  • Implement server-side batch fetching for entries. Commit.
  • Return smart pointers from adapter. Commit.
  • Port QRegExp to QRegularExpression, first pass. Commit.
  • Add BSD-2-Clause license headers to the o2 files. Commit.
  • Convert license headers to SPDX format. Commit.
  • Minor changes - resolved some PR comments. Commit.
  • Add consts and overrides. Commit.
  • Add journal cache updation timestamp. Commit.
  • Fetch journal list once and cache them. Commit.
  • Handle token refresh on getting "Unathorized" error. Commit.
  • Exclude toplevel as notification setting. Commit.
  • Add custom task for handling EteSync conflict error. Commit.
  • Fix clazy warning. Commit.
  • Minor optimization. Commit.
  • Modify collection when display name changed. Commit.
  • Already initialized in header. Commit.
  • Fetch handler for collection and mime type. Commit.
  • Implement BaseHandler super class. Commit.
  • Const'ify. Commit.
  • Modify comment. Commit.
  • Clean up comments. Commit.
  • Fix kdav version. Commit.
  • Add conflict error handling and token refresh. Commit.
  • Add set_package_properties. Commit.
  • Implement EteSync account initialisation. Commit.
  • Implement two-step resource configuration. Commit.
  • Create base handler for calendar and tasks. Commit.
  • Refactor code - separate handlers for different types. Commit.
  • Add client state class for convenience. Commit.
  • Implement address book modification and deletion. Commit.
  • Implement contact deletion and addressbook addition. Commit.
  • Implement contact addition and deletion. Commit.
  • Fix memory leaks. Commit.
  • Implement asynchronous fetching for journals and entries. Commit.
  • Move EteSync package requirement from local CMakeLists file to top-level. Commit.
  • Fix config dialog bug. Commit.
  • Implement resource configuration dialog. Commit.
  • Add an include. Commit.
  • Add etesync icon. Commit.
  • Implement retrieveItems(). Commit.
  • Implement retrieveCollections(). Commit.
  • Initialise new EteSync resource. Commit.
kdf
  • Use systemsettings5 instead of kcmshell5. Commit. See bug #398803
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • We depend against kf5.70. Commit.
  • Remove unused include. Commit.
  • Remove unneeded includes. Commit.
kdialog
  • Fix --menu, --checklist, and --radiolist usage instructions. Commit. Fixes bug #427415
  • Make \n work with (img)inputbox and (new)password. Commit. Fixes bug #352981
  • [kdialog] Fixes the always asking even without dontagain flag usage. Commit. Fixes bug #426979
  • Use camelcase (scripted). Commit.
  • Correct the 'ask' parameter to KMessageBox::createKMessageBox(). Commit.
kdiamond
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Fix KNS deprecations. Commit.
keditbookmarks
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implmemented method. Commit.
  • Port KRun to OpenUrlJob. Commit.
  • Use camelcase includes (scripted). Commit.
kfind
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
kfloppy
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implmemented method. Commit.
  • We can use 5.58. Commit.
  • Use Q_EMIT. Commit.
kfourinline
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Update README. Commit.
kgeography
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Improve i18n tooling. Commit.
  • Port away from deprecated Qt::MidButton. Commit.
  • Port away from KRandom. Commit.
kget
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • Port some Qt4 style connects. Commit.
  • Port away from KIO::pixmapForUrl. Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
kgoldrunner
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Fix KNS deprecations. Commit.
kgpg
  • Use the configured config file and directory when generating keys in expert mode. Commit. Fixes bug #428215
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Use QIcon over QPixmap and port away from KIconThemes. Commit.
  • Port KRun to OpenUrlJob. Commit.
  • Port deprecated method. Commit.
  • Use KF5_MIN_VERSION. Commit.
  • Remove unused x-KDE-autostart-after=panel. Commit.
  • Revert "Using no deprecated enum Qt::MiddleButton". Commit.
  • Using no deprecated enum Qt::MiddleButton. Commit.
  • Port away from deprecated KToolInvocation::startServiceByDesktopName. Commit.
khangman
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Add content rating. Commit.
  • Remove KDeclarative dependency. Commit.
  • Improve i18n tooling. Commit.
khelpcenter
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • Revert "Port to gumbo". Commit.
  • Remove commented code from qt4. Commit.
  • Port to gumbo. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implemented method. Commit.
  • Use nullptr. Commit.
  • Remove unused variable + const'ify. Commit.
  • Port to for(...:...). Commit.
  • More const'ify. Commit.
  • Port krun. Commit.
  • Const'ify + variables were initialized in header class. Commit.
  • Use nullptr. Commit.
  • Use Q_EMIT. Commit.
  • Use parent directly. Commit.
  • Fix copyright. Commit.
  • We depend against kf 5.64 => time to increase qt version. Commit.
  • Add url placeholder to Exec line. Commit.
  • USe camelcase (scripted). Commit.
  • Use the full form (Graphical User Interface) for GUI in the header (thanks to Eion MacDonald). Commit.
kidentitymanagement
  • Modernize code. Commit.
  • Fix generate pri file. Commit.
  • Clean up. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Add missing Q_REQUIRED_RESULT. Commit.
  • Modernize code. Commit.
  • "Convert license headers to SPDX format. Commit.
  • Increase dependancy. Commit.
  • Make it compile with last kpimtextedit. Commit.
kig
  • Update docs and screenshots to Breeze. Commit.
  • Add content rating. Commit.
  • Improve i18n tooling. Commit.
  • Port away from deprecated Qt::MidButton. Commit.
kigo
  • Make version follow release service versioning. Commit.
  • Fix KNS deprecations. Commit.
killbots
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Make it compile without deprecated method. Commit.
  • Qt::MiddleButton is deprecated in qt5.15 branch. Commit.
kimap
  • Remove BIC. Commit.
  • Fix tests broken in 97914ebc. Commit.
  • Restore ENABLED/QRESYNC implementation (Revert the reverts). Commit.
  • Modernize code (using auto). Commit.
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Revert "Implement RFC5161 - ENABLED extension". Commit.
  • Revert "Implement RFC5162 - QRESYNC extension". Commit.
  • Revert "Pedantic". Commit.
  • Revert "Compile with Qt 5.14". Commit.
  • Revert "Make it compiles". Commit.
  • Revert "Update SSL certificate for LoginJobTest". Commit.
  • Compile with Qt 5.14. Commit.
  • Make it compiles. Commit.
  • Pedantic. Commit.
  • Update SSL certificate for LoginJobTest. Commit.
  • Implement RFC5162 - QRESYNC extension. Commit.
  • Implement RFC5161 - ENABLED extension. Commit.
  • Time to increase version. Commit.
  • Modernize code. Commit.
  • Convert two missed copyright statements to SPDX. Commit.
kio-extras
  • Add PowerPoint slideshow mime types. Commit.
  • Use negative caching for thumbnail plugins failing to load. Commit.
  • Sftp: Fix build failure with old libssh versions. Commit.
  • Smb: revise auth behavior as per upstream suggestions. Commit.
  • Port away from KToolInvocation. Commit.
  • Replace KPty usage in comicbook thumbnailer with QProcess. Commit.
  • Remove unused local flags variable (fixup). Commit.
  • Remove unused local flags variable. Commit.
  • Remove extra thumbnail isNull check. Commit.
  • Move thumbnail QSaveFile to correct scope. Commit.
  • Remove some obsolete Qt 5.10/5.11 QT_VERSION_CHECKs. Commit.
  • Add support for AIFC and Audible AAX cover art thumbnails. Commit.
  • Filter out resource forks when filtering for images. Commit.
  • Avoid pointless probing for nonexisting thumbnail images. Commit.
  • Smb: throw out discovery timeout. Commit.
  • [ExeThumbnailer] Simplify and cleanup wrestool invocation. Commit.
  • [ExeThumbnailer] Remove irrelevant iconNumber parameter. Commit.
  • Fix some compiler warnings. Commit.
  • Keep a bit of code. Commit.
  • Remove commented out debug statements. Commit.
  • Remove dead code. Commit.
  • [DjvuThumbnailer] Replace open coded ddjvu invocation with QProcess. Commit. Fixes bug #420074
  • Remove flags() overrides matching the default. Commit.
  • Remove Mimetype overlay icon blending. Commit. Fixes bug #425789
  • Archive ioslave: Better error handling in ArchiveProtocolBase::checkNewFile(). Commit.
  • Archive ioslave: Needs input/output=filesystem in protocol metadata. Commit.
  • Fixed typo for tilde. Commit.
  • Man ioslave: Call error() instead of finished() for an error condition. Commit.
  • Man ioslave: Improve wording of messages displayed by outputError(). Commit.
  • Add MANProtocol::outputHeader() to centralise the HTML generation. Commit.
  • Man ioslave: Correct calls of finished() to avoid KIO::SlaveBase assert. Commit.
  • Fix build on FreeBSD: need <errno.h> for errno. Commit.
  • Unify types. Commit.
  • Fix the build. Commit.
  • Add mandatory metadata to thumbnail. Commit.
  • Do not check dir.hasNext() twice. Commit.
  • Remove last redundant loop condition. Commit.
  • Simplify rounding of skip count. Commit.
  • Simplify loop conditions. Commit.
  • Only create file URI when required. Commit.
  • Avoid massive overdrawing with sequenceIndex != 0. Commit.
  • Try fallback to large thumbnail if small one is not available. Commit.
  • Delay check for mimetype and plugin until required. Commit.
  • Remove bogus duplicate check. Commit.
  • Do not try to create a thumbnail for an empty file. Commit.
  • Exclude activities subdir from windows build. Commit.
  • Remove support for deprecated ThumbCreator::DrawFrame flag. Commit.
  • Supply canonicalPath to thumbForDirectory instead of fake QUrl. Commit.
  • Check if file exists and is readable early. Commit.
  • Correctly encode URL of thumbnails. Commit.
  • Add debug categories for thumbnail kioslave. Commit.
  • Smb: implement kdirnotify support. Commit.
  • Clean out legacy/excess/unmaintained text files. Commit.
  • Smb: do not throw user visible warnings about ENOENT. Commit.
  • Style++. Commit.
  • Fixup! copy FindTaglib from ECM. Commit.
  • Sftp: fix offset handling on short reads. Commit.
  • Sftp: give better debug messages on read failures. Commit.
  • Sftp: stop using an entire attr ptr in GetRequest. Commit.
  • Sftp: style++. Commit.
  • Sftp: convert sftp_attributes to a scopedpointer. Commit.
  • Sftp: output in build directory using plugin dir structure. Commit.
  • En_us++. Commit.
  • Typo--. Commit.
  • Smb: fix sequence-point warning. Commit.
  • Smb: unbreak space in workgroup support. Commit.
  • Smb: refactor auth and context logic out of slave. Commit.
  • Add license statement to findmtp. Commit.
  • Style++. Commit.
  • Copy FindTaglib from ECM. Commit.
  • Move cmake finders to spdx. Commit.
  • Add missing include. Commit.
kio-gdrive
  • Drop unnecessary returns. Commit.
  • Convert licenses to SPDX standard. Commit.
  • Add "Open in browser" context menu action. Commit.
  • Use JSON metadata. Commit.
  • Add properties plugin for viewing Google Drive related information. Commit.
  • Add and use an enum for tracking UDSEntry extras. Commit.
  • Add a KIO GDrive related prefix to the "Copy Google URL" item action plugin and move to its own src dir. Commit.
kiriki
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Require Qt that has QRandomGenerator. Commit.
  • Port away from KRandom. Commit.
kiten
  • Set initial focus on the search bar on startup. Commit. Fixes bug #427077
  • Radselect: Add trailing "+" to last radicals column header. Commit.
  • Radselect: Actually clear the list of search results in clearSearch(). Commit.
  • Radselect: Properly fetch kanji stroke count from kanjidic. Commit. Fixes bug #385070
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Add content rating. Commit.
  • Fix potential crash in sessionConfig. Commit.
  • Improve i18n tooling. Commit.
kitinerary
  • Consider horizontal flips in the PDF vector graphics transformation. Commit.
  • Work around another variant of invalid JSON. Commit.
  • These tests don't need a QGuiApplication. Commit.
  • Tell MSVC that our source code is UTF-8 encoded. Commit.
  • Make structure packing for TimezoneZIndexEntry work with MSVC. Commit.
  • Split airport name index string data to stay below MSVC string length limit. Commit.
  • Add unit tests for SNCF barcode extraction. Commit.
  • Update train station database. Commit.
  • Update airport database and adjust tests accordingly. Commit.
  • Improve failure diagnostic for ical generator unit test. Commit.
  • Improve failure diagnostic for post processor test as well. Commit.
  • Improve failure diagnostic for pkpass extractor test. Commit.
  • Fix build with latest ZXing. Commit.
  • Propagate ZXing version so we can do build-time checks with it. Commit.
  • Modernize code using auto/using/std::make_unique. Commit.
  • Fix extraction of multi-leg TER tickets. Commit.
  • Use "Référence de dossier" as reservation number for SNCF TER tickets. Commit.
  • Extract PDF tickets with SNCF ticket and Oui layout as well. Commit.
  • Factor out SNCF barcode parsing, and allow to trigger that without PDF. Commit.
  • Fix ticket token type for SNCF Ouigo ticket barcodes. Commit.
  • Basic extraction support for SNCF Ouigo booking summary emails. Commit.
  • Extract tickets with SNCF's Secutix barcode variant. Commit.
  • Also normalize name parts, not just the full name. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Make Poppler a hard requirement on Android. Commit.
  • Require C++17. Commit.
  • Add extractor for the Indico conference management system. Commit.
  • Add extractor for Tierpark Berlin. Commit.
  • REUSE compliance for various data files. Commit.
  • Time to increase version. Commit.
  • Convert JavaScript files to SPDX license headers as well. Commit.
  • Test more assumptions on the FreeBSD Asia/Hong_Kong test failure. Commit.
  • Add a few extra tests to investigate the FreeBSD Asia/Hong_Kong issue. Commit.
  • Adapt license script to the SPDX format. Commit.
  • Add Benerail station ids to the train station database. Commit.
kjumpingcube
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
kldap
  • Modernize code (using auto). Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implemented method. Commit.
  • Time to increase version. Commit.
  • Relicense LGPL-2.0-only files to LGPL-2.0-or-later. Commit.
  • We don't need KIOWidgets. Commit.
kleopatra
  • Make it compile with libgpg-error < 1.36. Commit.
  • Make smartcard management work with GnuPG 2.2.x. Commit.
  • Switch to correct card and app before generating card keys. Commit.
  • Make it compile with libgpg-error < 1.36. Commit.
  • Use uidhash only if it's available. Commit.
  • Adapt to libkleo's new kleoexception.h include file. Commit.
  • Allow unicode GnuPG Homedir. Commit.
  • Allow adding/revoking certifications in the certifications overview. Commit.
  • Simplify the filter setup. Commit.
  • Fix build for libkleo DefaultKeyFilter::isBad dep. Commit.
  • Lower min KF5 Version for Windows. Commit.
  • Add the possibility to revoke certifications of OpenPGP keys. Commit.
  • Add actions to switch between the three main views. Commit.
  • Move include of kleopatra_debug.h to .cpp file. Commit.
  • Use a more modern approach to watch for smartcard removal. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove tests that are obsolete and disabled since more than a decade. Commit.
  • Remove not implemented method. Commit.
  • Fix fingerprint and creation timestamp written to OpenPGP cards. Commit.
  • Exclude card keys from encryption certificates for Key Management key. Commit.
  • Add possibility to import the Card Authentication key to PIV cards. Commit.
  • Add the card holder to the card labels shown for the tabs. Commit.
  • Ask user for target card if multiple cards are suitable for key to card. Commit.
  • Fix class name in debug logging. Commit.
  • Show nicer serial numbers for OpenPGP cards and Yubikeys. Commit.
  • Use the display serial number provided by the card. Commit.
  • Show nicer card/app labels for the card/app tabs. Commit.
  • Improve handling of "card not present" situation. Commit.
  • Add QDebug stream operator for GpgME::Error and unify error logging. Commit.
  • Show UI for all inserted cards in tabs. Commit.
  • Move definition of methods out of definition of Private class. Commit.
  • Rename Export Secret keys to Backup. Commit.
  • Remove moved files. Commit.
  • Minor change to use S/MIME instead of X.509. Commit.
  • Take compliance mode name from config. Commit.
  • Add g10 Code and Intevation to copyright. Commit.
  • Use aboutdata from libkleo / Gpg4win on Windows. Commit.
  • Use gnupg-helper code from libkleo. Commit.
  • Remove obsolete GPGME ifdefs. Commit.
  • Generalize/simplify handling of common card info (e.g. app version). Commit.
  • Ensure that we use the correct card app if a card provides multiple apps. Commit.
  • Clean up/modernize Card and its subclasses a bit. Commit.
  • Remove obsolete code. Commit.
  • Get information about all inserted cards and their apps from scdaemon. Commit.
  • Ensure that card command is run for correct card and app. Commit.
  • Pass the card/app to work on to the functions triggering a card command. Commit.
  • Work directly with the app names instead of an app type enum. Commit.
  • Make SetInitialPinCommand work on a card with given serial number. Commit.
  • Track first card with Null PIN instead of general "any card has Null PIN". Commit.
  • Derive all card commands from CardCommand and CardCommand from Command. Commit.
  • Show information about certificates associated to card keys. Commit.
  • Support import of certificates stored on PIV cards. Commit.
  • Read certificate data stored on PIV cards. Commit.
  • Add algorithm to list of keys of PIV cards. Commit.
  • Group widgets belonging to a key into a struct. Commit.
  • Support writing a key pair to the Key Management slot of PIV cards. Commit.
  • Replace one-liner slots with lambdas. Commit.
  • Support transferring X.509 certificates to the remaining card slots. Commit.
  • Support transferring X.509 encryption certificates to PIV cards. Commit.
  • Extract certificate to PIV card functionality from KeyToCardCommand. Commit.
  • Revert: Add "Transfer to Card" action to key list. Commit.
  • Allow writing signing certificate to PIV card from card widget. Commit.
  • Time to increase version. Commit.
  • Support transferring X.509 signing certificates to PIV cards. Commit.
  • Modernize code. Commit.
  • Transfer certificate data of X.509 encryption certificate to PIV cards. Commit.
  • Offer transfer to smartcard only for up-to-date gpgme. Commit.
  • Support transferring X.509 encryption keys to PIV cards. Commit.
  • Remove obsolete check for gpgme(++) v1.8.1+. Commit.
  • Reorder method definitions. Commit.
  • Remove duplicate versions, to fix appdata validation failures. Commit.
  • Add "Transfer to Card" action to key list. Commit.
  • Use the new getCard() to get the card. Commit.
  • Fix selection of slot if multiple slots are suitable for key. Commit.
  • Allow users to change the administration key of a PIV card. Commit.
  • Ask for PIV Card Application Administration Key if necessary. Commit.
  • Fix setting/changing the Reset Code of OpenPGP v2 cards. Commit.
  • Use ChangePinCommand also for OpenPGP cards. Commit.
  • Allow users to change PIN and PUK of a PIV card. Commit.
  • Add selection of key algorithm to key generation on PIV cards. Commit.
  • Support arbitrary algorithms in GenCardKeyDialog. Commit.
  • Add support for replacing existing keys on PIV smartcards. Commit.
  • Add basic generation of keys for PIV smartcards. Commit.
  • Add basic support for PIV smartcards. Commit.
  • Convert license headers to SPDX format. Commit.
  • Fix placeholder. Commit.
  • Improve version label if manufacturer is unknown. Commit.
  • Query scdaemon for the OpenPGP card manufacturer. Commit.
  • Add support for changing the expiry of a subkey. Commit.
  • Fix protocol check for SSH export opt. Commit.
  • Extend exportdialogs for subkeys and flags. Commit.
  • Propose better file names for export. Commit.
  • Small version bump. Commit.
klettres
kmag
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Port away from deprecated Qt::MidButton. Commit.
kmahjongg
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Make pos a quint32 which is what QRandomGenerator::bounded returns. Commit.
  • Port to QRandomGenerator. Commit.
kmail
  • Fix minor typos. Commit.
  • Adding some icons to using-kmail.docbook, plus minor edits. Commit.
  • Replace typedef by using / std::unique_ptr => std::make_unique. Commit.
  • [unifiedmailboxagent] Add missing standard library include. Commit.
  • Use default destructor. Commit.
  • Initialize value in header. Commit.
  • Use correct boolean. Commit.
  • Use auto when it's possible. Commit.
  • Initialize in header. Commit.
  • Fix minor typos. Commit.
  • Doc: fix the version for a chapter. Commit.
  • Update using-kmail.docbook -- fix release info as per Luigi. Commit.
  • Revising documentation. This is Chapter 3, "Using KMail". Added 10 new images, altered 4. Commit.
  • Fix Bug 426943 - Composer settings dialog: Word wrap at column is limited to 78. Commit. Fixes bug #426943
  • Add debug info. Commit.
  • We use last version. Commit.
  • Doc (and comments): use dialog instead of dialogue. Commit.
  • Doc: fix the format of the releaseinfo tag. Commit.
  • Revising documentation. This is Chapter 3, "Using KMail". Added 10 new images, altered 4. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Comment unused variable + const'ify. Commit.
  • Fix comment. Commit.
  • Fix Bug 427916 - User Feedback string about "Account configured in KMail" is misleading. Commit. Fixes bug #427916
  • Remove not implemented method. Commit.
  • Remove not implemented method. Commit.
  • Already initialized. Commit.
  • Rename variable + consr'ify. Commit.
  • Const'ify + add parent here. Commit.
  • Modernize code. Commit.
  • Const'ify variables. Commit.
  • Remove unused includes. Commit.
  • Remove includes. Commit.
  • Variable is already initialize in header. Commit.
  • Const'ify variable/pointer. Commit.
  • Clean more settings. Commit.
  • Fix some cppcheck warning. Commit.
  • Add more features info. Commit.
  • Port KRun to ApplicationLauncherJob. Commit.
  • Clean forward declaration. Commit.
  • Class moved to mailcommon. Commit.
  • Use new collectionviewwidget. Commit.
  • Start to split widget here too. Commit.
  • This class was moved to mailcommon. Commit.
  • Use new widget. Commit.
  • Extract widget. Commit.
  • Already initialized in header. Commit.
  • Const'ify pointer. Commit.
  • Continue to fix 424184. Commit. See bug #424184
  • Update actions. Commit.
  • Remove dead code. Commit.
  • Remove unused includes. Commit.
  • Clean up code. Commit.
  • Don't fetch tags each time that we open a new message. Commit.
  • Debug--. Commit.
  • Add tagmonitormanager.cpp. Commit.
  • Store info until we load all tags. Commit.
  • Rename method as messageItem. Commit.
  • Create own akonadi action. Commit. See bug #424184
  • We depend against last akonadi-mime version. Commit.
  • Const'ify. Commit.
  • Const'ify servername too. Commit.
  • This variable is const too. Commit.
  • Const'ify. Commit.
  • Time to increase version. Commit.
  • Add missing lib when we moved KAddressbookGrantlee. Commit.
  • Remove deprecated method. Commit.
  • Const'ify. Commit.
  • Const'ify pointer. Commit.
  • Modernize code. Commit.
  • Const'ify method + fix compile warning. Commit.
  • Fix variable name. Commit.
  • Delete popupmenu. Commit.
  • Fix tooltip. We don't depend against KHtml/konqueror html renderer. Commit.
  • Small correction to previous commit. Adding one more image file. Commit.
  • Small correction to previous commit. Adding one more image file. Commit.
  • Fix minor typo. Commit.
  • Remove unused includes. Commit.
  • Remove not necessary kguiaddons_version.h. Commit.
  • WIP: Revise the first two chapters, bringing them up to release 5.14.2 (20.04.2). Commit.
  • Update: kde4-config -> kf5-config. Commit.
  • Replace locally defined entities with entities from global "general.entities" where possible. Commit.
  • Convert license headers to SPDX format. Commit.
  • Fix clazy warning. Commit.
  • Time to increase version. Commit.
  • Define AKONADI_SEARCH_VERSION. Commit.
  • Use new KCursorSaver from kguiaddons. Commit.
  • Allow to hide menu header view. Commit.
  • Register cidScheme. Commit.
kmail-account-wizard
  • Fix copyright. Commit.
  • Modernize code. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove NO_REGENERATE_MIME as now UPDATE_XDG_MIMETYPES uses -n. Commit.
  • Time to increase version. Commit.
  • Convert headers to SPDX format. Commit.
kmailtransport
  • SmtpJob: Fix crash in startLoginJob. Commit. Fixes bug #421930
  • Modernize code. Commit.
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Modernize code. Commit.
  • SmtpJob: use the password from the KPasswordDialog. Commit.
  • Port QRegExp to QRegularExpression. Commit.
  • Put back KIO in the package search. Commit.
  • Remove KIOCore dependancy. Commit.
kmbox
kmime
  • Modernize code (using auto). Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • KMime: use QByteArray where appropriate. Commit.
  • KMime: remove QStringOrQPair from the public API. Commit.
  • Time to increase version. Commit.
  • Modernize code. Commit.
  • Relicense most LGPL-2.0-only files to LGPL-2.0-or-later. Commit.
  • Convert two remaining copyright statements to SPDX. Commit.
  • Convert KMime file headers to SPDX format. Commit.
  • Improve autotest. The problem is contenttype is empty. Commit.
  • Fix autotest in lang != C. Commit.
kmines
  • Port away from deprecated KRandomSequence. Commit.
  • Port away from deprecated Qt::MidButton. Commit.
  • Add new 'Explore with...' option to the docs. Commit.
  • Reveal cells by clicking on numbers. Commit.
kmix
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • FreeBSD has 25 devices. Commit.
  • Use the define for table size, in sizing the tables. Commit.
  • Remove stray newlines, fix typo's. Commit.
  • Apply clang-format to mixer_oss.*. Commit.
  • Mark tables as not-to-be-formatted. Commit.
  • Add a clang-format file. Commit.
  • Add a .editorconfig. Commit.
  • PulseAudio: Fix copy-and-paste error. Commit.
  • Select Master Channel dialogue: Show an information tool tip. Commit.
  • Select Master Channel dialogue: make it work for multiple cards. Commit.
  • KMixDockWidget: Clean up. Commit.
  • System tray: Open the main KMix window on "Restore". Commit.
  • ViewBase: Make protected data private, use access functions. Commit.
  • Handle key events on the system tray popup volume control. Commit. See bug #206724
  • Update docs and screenshots. Commit.
  • Fix runtime warning "QWidget::insertAction: Attempt to insert null action". Commit.
  • Fix crash due to uninitialized QTimer. Commit.
  • Configure dialogue: Show why feedback won't work if Canberra not available. Commit.
  • Configure dialogue: Allow volume feedback for non-PulseAudio. Commit.
  • ALSA: Implement volume feedback for this backend. Commit.
  • MPRIS2: Get the icon name from the player application. Commit.
  • Use the configured Volume Step value for slider page steps. Commit.
  • VolumeSliderExtraData: Eliminate class and source files. Commit.
  • KSmallSlider: Eliminate class and source files, no longer used. Commit.
  • MDWSlider: Clean up, foreach -> for, const. Commit.
  • Fix OpenBSD support. Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Mixer class: tidy up, const, nullptr, overloads. Commit.
  • Mixer: Delay the deletion of the backend. Commit. Fixes bug #425469
  • Eliminate MixDeviceWidget::createShortcutsAction(), always do it. Commit.
  • Tidy up the MixDeviceWidget context menu generation. Commit.
  • Fix naming and management of global shortcuts. Commit.
kmousetool
  • Fix indentation and unused variable. Commit.
  • Enable high dpi support. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Update org.kde.kmousetool.appdata.xml. Commit.
kmouth
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
kmplot
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Avoid casting from ASCII. Commit.
  • Improve i18n tooling. Commit.
knavalbattle
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • We use QRandomGenerator => we need qt5.10 min. Commit.
  • Add Readme. Commit.
knetwalk
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
knights
  • Don't change the active player if the game is already over. This fixes. Commit.
  • Reset the file name if a new game is started. Commit. Fixes bug #423508
  • Remove emit keyword on non signal. Commit.
  • Remove unused variables. Commit.
  • Use qAsConst where appropriate. Commit.
  • Use QStringLiteral where appropriate. Commit.
  • Fix KNS deprecations. Commit.
  • Port deprecated method. Commit.
knotes
  • Fix build on windows. Commit.
  • It's x11 specific. Commit.
  • It's already in lib. Commit.
  • Modernize code. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implemented method. Commit.
  • Time to increase version. Commit.
  • Remove reference to kdepim-apps-libs. Commit.
  • Modernize code. Commit.
  • Convert license headers to SPDX format. Commit.
  • Define AKONADI_SEARCH_VERSION. Commit.
kolf
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Port away from KRandom. Commit.
kolourpaint
  • Don't grab/release keyboard to get key events. Use setFocus() instead. Commit. Fixes bug #405991
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Make GitLab render the README. Commit.
kompare
  • Set Qt::AA_UseHighDpiPixmaps before app instance creation. Commit.
  • No need to conditionally call kdoctools_install(po), is required dep. Commit.
  • Portaway from Obsolete methods of QPrinter. Commit.
konqueror
  • Do not expose KCMs in application launchers. Commit.
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • Display URL requiring permission in permission bar. Commit.
  • Avoid displaying multiple feature permission bars for same origin and feature. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Add missing return. Commit.
  • Improve feature permission request. Commit.
  • Repair running desktop files and executables from konqueror. Commit.
  • Make capitalization in Wallet menu consistent with other menus. Commit.
  • Improve custom sidebar button functionality. Commit.
  • Don't use a fixed size for icons in places module. Commit.
  • Show Places icons. Commit.
  • QWebEnginePage::setLifecycleState() is not available before Qt 5.14. Commit.
  • Port away from KIconLoader::loadMimeTypeIcon. Commit.
  • Implement print preview. Commit.
  • Start to restore the web archiving plugin. Commit.
  • Hide the details widget and delete its contents when the password bar is closed. Commit.
  • Clean forward declaration. Commit.
  • Use qcompare. Commit.
  • Port kf5 deprecated method. Commit.
  • Ignore files. Commit.
  • Port deprecated enum. Commit.
  • Drop outdated QT_USE_FAST_OPERATOR_PLUS and use QT_USE_QSTRINGBUILDER. Commit.
  • Use textContent rather than innerHTML to obtain the label. Commit.
  • Fix other incompatibilities with Qt 5.12 and Qt 5.13. Commit.
  • Delete the details widget when the PasswordBar is deleted. Commit.
  • Add ability to drag entries from the sidebar tree. Commit.
  • Enable option to show hidden folders in sidebar, plus small sidebar code fixes (eg: scrollbar display). Commit.
  • Fix two warnings. Commit.
  • Add a button to display the credentials which will be saved. Commit.
  • Fix compilation with Qt 5.12 and Qt 5.13. Commit.
  • Ignore fields which most likely aren't for credentials. Commit.
  • Force using WebEnginePart to open konq: URLS. Commit. Fixes bug #424848
  • Remove m_randID, it's unusued. Commit.
  • Remove conditional code for old versions of Qt/KDE. Commit.
  • Use field id instead of name if name is empty. Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
  • Port away from deprecated Qt::MidButton. Commit.
  • Add a Wallet submenu to the Tools menu. Commit.
  • Ignore input elements with neither a name nor an id and refactor the script. Commit.
  • Fix a bug causing being unable to overwrite existing cached data. Commit.
  • AdBlocK Filters settings: Fix the "more information" link. Commit.
  • Add an entry to the wallet popup menu to start filling of web forms. Commit.
  • Display different wallet icon depending on whether cached data exists. Commit.
  • Fix minor typo. Commit.
  • Improve integration with KWallet. Commit.
  • Rely on QtWebEngine to determine the mimetype of http(s) URLs. Commit.
  • Port some KToolInvokation use. Commit.
  • Fix opening kwallet manager. Commit.
  • Allow the user to choose how to open an URL from history when activating it. Commit.
  • Add support for BLOB URLs. Commit.
  • Set OpenUrlJob ui delegate. Commit.
  • Use KFileUtils::suggestName to have unique file name. Commit.
  • Show a message on status bar if saving the blob takes less than 500ms. Commit.
  • Set the DeleteTemporayFiles flag. Commit.
  • Mark the file downloaded from a blob as temporary. Commit.
  • Use KJobTrackerInterface. Commit.
  • Add support for full screen web pages. Commit.
  • Port and update the Konqueror core (client, libkonq, src). Commit.
  • Slightly simplify the algorithm to generate the blob file name. Commit.
  • Take into account suggested download file name. Commit.
  • Use a temporary directory to store downloaded blobs before opening them. Commit.
  • Port and update the Sidebar. Commit.
  • Attempt to enable embedding/opening blob URL. Commit.
  • Port and update the Konqueror settings. Commit.
  • Port and update the Shell Command plugin. Commit.
  • Port and update the WebEnginePart. Commit.
  • Port and update the Search Bar plugin. Commit.
  • Port and update the Image Gallery plugin. Commit.
  • Remove signal emission. Commit.
  • Fix extensions in file dialog and attempt to add notifications. Commit.
  • Update webenginepartdownloadmanager.cpp. Commit.
  • Apply 1 suggestion(s) to 1 file(s). Commit.
  • Add support for blob URLs. Commit.
  • Apply 1 suggestion(s) to 1 file(s). Commit.
  • Add support for blob URLs. Commit.
konquest
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
konsole
  • Fix bold character color paint. Commit. Fixes bug #405345
  • Require cmake 3.13. Commit.
  • SessionController: don't delete actions removed from QMenu manually. Commit.
  • SessionController: iterate over a const container. Commit.
  • SessionContoller: fix crash when closing session from Konsole KPart. Commit. Fixes bug #429538
  • Revert "Uses SessionDisplayConnection to connect sessions and displays.". Commit.
  • Fix dbus sessionList. Commit.
  • Fix dbus setCurrentSession focus. Commit. Fixes bug #422262
  • Mark one arg constructor as explicit. Commit.
  • Add missing license/copyright. Commit.
  • Fix comment spellings. Commit.
  • Set terminal focus after a drag and drop. Commit.
  • Sort profiles by name to show in menu. Commit.
  • Correct the 'New Tab' button profile list. Commit.
  • Fix the scheme checking in the least intrusive way possible (avoids migrating the config). Commit.
  • Make the allowed url scheme checking safer. Commit.
  • Add URL escape sequence test file. Commit.
  • Disable URL escape sequences by default, add warning. Commit.
  • Fix konsole crashes when rearranging split views. Commit. Fixes bug #411741. Fixes bug #412596
  • Fix Maximize/Restore split terminal tool tip. Commit. Fixes bug #409825
  • Add "New Tab" and "Close Tab" buttons a tool tip. Commit.
  • Fix Maximize current Terminal (Keyboard vs Mouse). Commit. Fixes bug #418498
  • Fix URL hint triggering. Commit. Fixes bug #428279
  • Fix 'Alt+C' closing split view. Commit. Fixes bug #424654
  • Fix spelling issues. Commit.
  • Fix 'Copy Location' and 'Open With' issues with context menu. Commit. Fixes bug #426359. Fixes bug #423860
  • For "Manage Profiles" always open the "Profiles" page in settings. Commit. Fixes bug #428206
  • Correct a typo in doc/developer/README. Commit.
  • Previous commit should be attributed to Yash Tiwari yasht@mailbox.org. Commit.
  • Fix duplicates link-related entries in context menu. Commit. Fixes bug #426808
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Move AutoScrollHandler class to extras folder. Commit.
  • Remove not implemented method. Commit.
  • Move CompositeWidgetFocusWatcher to terminalDisplay/extras folder. Commit.
  • Simplify CompositeWidgetFocusWatcher constructor. Commit.
  • Use SessionDisplayConnection. Commit.
  • Missing variable _display. Commit.
  • Remove not implmemented method. Commit.
  • Move AutoScrollHandler.cpp to terminalDisplay folder. Commit.
  • ColorScheme Library remove private_core. Commit.
  • New library for characters. Commit.
  • Move character classes to a new folder. Commit.
  • Remove _printerFriendly to TerminalDisplay. Commit.
  • Move printContent to KonsolePrintManager. Commit.
  • Fix colored characters being drawn italic. Commit.
  • Remove extra semi colons. Commit.
  • Fix return never reached warning. Commit.
  • Remove unused function. Commit.
  • Uses SessionDisplayConnection to connect sessions and displays. Commit.
  • Move ScrollBar methods to a new class TerminalScollBar. Commit.
  • Call addProfile after a path has been set for a new profile. Commit.
  • Improve handling of the fallback profile. Commit.
  • Reduce variable scope. Commit.
  • Fix invalid call on destroyed object. Commit.
  • Fix invalid cast and simplify method. Commit.
  • Fix a memory leak in class Screen. Commit.
  • Fix build failure due to undefined symbol isCursorOnDisplay(). Commit.
  • Add a macOS keytab file. Commit.
  • Remove unecessary functions. Commit.
  • Remove unused constant. Commit.
  • Remove function prototypes. Commit.
  • Move Painter Methods to a new class TerminalPainter. Commit.
  • Move TerminalDisplay to terminalDisplay folder. Commit.
  • Allow KF 5.68 to work. Commit.
  • Add header to fix build on Qt5.12. Commit.
  • Make sure the keypress event doesn't "leak" if handled. Commit.
  • Fix URL hint numbering for non-reverse as well. Commit.
  • Add comment explaining the URL numbering. Commit.
  • Revert "Correctly fix reverse url numering". Commit. Fixes bug #427293
  • Port KRun (deprecated) to KIO::OpenUrlJob. Commit.
  • Fix moving overlapping lines. Commit.
  • Add possibility of peeking primary screen. Commit.
  • Remove session folder in includes. Commit.
  • Add konsole export session header. Commit.
  • Add konsole export session header. Commit.
  • Better explain option needed to be enabled for thunbnails to work. Commit.
  • Minor performance increase when receiving characters. Commit.
  • Match OSC reply sequence terminator to OSC request terminator. Commit.
  • Remove unused warnings. Commit.
  • Add missing whitespace in placeholder string. Commit.
  • HotSpot: move input events implementation to the base class. Commit.
  • For using thumbnails, insert note about extra action required. Commit.
  • Improve performance of Konsole::Screen::moveImage with more than 2x. Commit.
  • Don't extend position from a random place. Commit.
  • Fix naming of non-member variables. Commit.
  • Add QDebug includes to fix build failures. Commit.
  • Correctly fix reverse url numering. Commit.
  • Move Url hints code to The HotSpot rework. Commit.
  • Move more code to HotSpots: mouseReleaseEvent. Commit.
  • Move more code to the HotSpot classes. Commit.
  • Remove unused variable. Commit.
  • Add TODO's. Commit.
  • Quitting thumbnail early is already handled elsewhere. Commit.
  • Move more code away from TerminalDisplay to FilterChain. Commit.
  • Simplify event handling code and remove a lot of hacks. Commit.
  • Move filterBy to FilterChain. Commit.
  • Move mouseMoveEvent handling to hotSpot. Commit.
  • De-Duplicate code. Commit.
  • Move hotSpot region code to HotSpot. Commit.
  • Move code to count hotspot types to FilterChain. Commit.
  • Move hotSpotRegion to FilterChain. Commit.
  • Add the focusing terminals under the mouse pointer option to the docs. Commit.
  • Also change the font of the default profile. Commit.
  • Remove the first item as default. Commit.
  • Fix Profile "Set default" not working. Commit.
  • Fix displaying icon on the icon column. Commit.
  • Fix code style. Commit.
  • Sort headers / remove stray debug. Commit.
  • Fix edit profile shortcuts. Commit.
  • Remove 'Favorite Profile'. Commit.
  • New class: ProfileModel. Commit.
  • BUG : 364098 - add focus following mouse feature. Commit.
  • Re-word tab context menu's "Configure" item/dialog title for clarity. Commit. Fixes bug #426344
  • Remove unnecessary version check. Commit.
  • Fix reverse URL hints. Commit.
  • Fix crash when extending selection after switching between primary and secondary screen. Commit. Fixes bug #398320
  • Fix vertical scrolling with touchpads and trackpoints. Commit. Fixes bug #425765
  • Remove extra semi colon. Commit.
  • Comment out unused variable. Commit.
  • Port away from KToolInvocation::kdeinitExec. Commit.
  • Update KF5_MIN_VERSION to 5.69.0. Commit.
  • Add the thing to do the launch time measurements, so I don't need to add it again later. Commit.
  • Shave ~10% of the startup time. Commit.
  • MainWindow does the resize tricks itself. Commit.
  • Don't set blur unless asked to, it is slow. Commit.
  • Avoid applying saved geometry if not requested. Commit.
  • Revert "Port away from KToolInvocation::kdeinitExec". Commit.
  • Set a minimum thumbnail size. Commit. Fixes bug #425544
  • Increase default terminal size. Commit.
  • Check is valid pointer. Commit.
  • Port away from deprecated Qt::MidButton. Commit.
  • Fix compile: calling a private constructor of class 'QString'. Commit.
  • Optinally install icons. Commit.
  • Add OARS. Commit.
  • Port away from KToolInvocation::kdeinitExec. Commit.
  • Move hsluv.h to colorscheme folder. Commit.
  • Add a new option in the profile: Vertical line at Column. Commit.
  • Extract URL from a Escape Sequence and provide a HotSpot for activation. Commit.
  • Make Session a OBJECT library. Commit.
  • Revert "Revert "Movo Session to a independent static library"". Commit.
  • Revert "Movo Session to a independent static library". Commit.
  • Correct a typo in Session.h. Commit.
  • Disable Darkening Strength text. Commit.
  • Fix labels and positions. Commit.
  • Be more explicit on the Description of the UI element. Commit.
  • Capitalize Translucent and Opaque. Commit.
  • Removed ticks / Moved labels. Commit.
  • New profile setting: value of the dim color. Commit.
  • Movo Session to a independent static library. Commit.
  • Fix underlining files with non-ascii names. Commit. Fixes bug #424404
  • Remove label warning from ui. Commit.
  • Fix variable. Commit.
  • Move ProfileDialog to widgets. Commit.
  • Move debug handler to konsole core. Commit.
  • Add new Library keyboardtranslator. Commit.
  • Add new static lib: konsolecolorscheme. Commit.
  • Move ConfigDialogButtonGroupManager class to a new file. Commit.
  • Remove compile warning -Wparentheses. Commit.
  • Unminimize Konsole when --new-tab is called. Commit.
  • Fix focus when using --new-tab. Commit. Fixes bug #421408
  • Move ShouldApplyProperty Class to a new file. Commit.
  • Move PlainTextDecode and HTMLDecoder Classes to a new files. Commit.
  • Move ProfileGroup and ProfileCommandParser Classes to a new files. Commit.
  • Move PopStackOnExit class to a new file. Commit.
  • Add missing files to the target. Commit.
  • Break profile into it's own Library. Commit.
  • Create a konsoleprivate_core static library. Commit.
  • Move Profile related classes to it's own folder. Commit.
  • Add newline at EOF. Commit.
  • Move Process Info Classes to a new files. Commit.
  • Move a FallbackKeyboardTranslator class to a new files, FallbackKeyboardTranslator.h and FallbackKeyboardTranslator.cpp. Commit.
  • Move LabelsAligner class to a new file. Commit.
  • Fix header order. Commit.
  • Move ColorSchemeViewDelegate class to a new file. Commit.
  • Simplify switch statement with an if statement. Commit.
  • Move CheckableSessionModel class to a new file. Commit.
  • Move ColorSchemeWallpaper class to a new file. Commit.
  • Adjust context markers. Commit.
  • Move History files to a new folder. Commit.
  • Remove unused History.h and History.cpp files.". Commit.
  • Move CompactHistoryType class to a new file. Commit.
  • Move HistoryTypeFile class to a new file. Commit.
  • Ebn.kde.org has shutdown; remove any krazy:exclude comments. Commit.
  • Move HistoryTypeNone Class to a new file. Commit.
  • Add some context markers. Commit.
  • Move HistoryType class to a new file. Commit.
  • Add comment about header order. Commit.
  • Fix header order. Commit.
  • Fix header guard. Commit.
  • Fix typo in comment. Commit.
  • Kcfg use Bool, not bool. Commit.
  • Revert "Update kcfg URLS to https". Commit.
  • Move CompactHistoryScroll class to a new file. Commit.
  • Add missig include license header. Commit.
  • Split Filter.cpp into corresponding new files. Commit.
  • Move CompactHistoryLine class to a new file. Commit.
  • Move CompactHistoryBlockList Class to a new file. Commit.
  • If the thumbnail fails to generate, print the reason on stderr. Commit.
  • Move CompactHistoryBlockList Class to a new file. Commit.
  • Move CompactHistoryBlockClass to a new file. Commit.
  • Move CharacterFormat class to a new file. Commit.
  • Move HistoryScrollNone Class to a new file. Commit.
  • Polish the highlightScrolledLines feature. Commit.
  • Move HistoryScrollFile class to a new file. Commit.
  • Use auto when initializing with a template cast to avoid duplicating. Commit.
  • Fix bool implicit conversions. Commit.
  • Move HistoryScroll class to a new file. Commit.
  • Fix integer literal suffix 'u' is not upper-case. Commit.
  • Fix bool implicit conversions. Commit.
  • Use single statement for declarations. Commit.
  • Add include to fix build on FreeBSDQt5.15. Commit.
  • Move SessionDisplayConnection files to session/ folder. Commit.
  • Rename variables. Commit.
  • Update comments. Commit.
  • Separates the connection between session and display. Commit.
  • Add doxydoc/ in .gitignore file to ignore Doxygen documentation. Commit.
  • Add the source trail files to .gitignore file to ignore files. Commit.
  • Move HistoryFile class to a new file. Commit.
  • Remove another slot() from a rebase from master. Commit.
  • Clear Part out of Qt4 style connects. Commit.
  • Clear Mainwindow out of Qt4 style connects. Commit.
  • Port ConfigurationDialog away from Qt4 style connect. Commit.
  • Port SessionController away from Qt4 Connection Style. Commit.
  • Clean EditProfileDialog out of Qt4 connection Style. Commit.
  • Port another set of connects away from Qt4. Commit.
  • Port set of buttons away from qt4 connection style. Commit.
  • Port scroll controllers away from qt4 style connect. Commit.
  • Port Blinking cursor away from Qt4 connect. Commit.
  • Move Session files to a new folder. Commit.
  • Remove unused definitions. Commit.
  • Add missing copyright/license. Commit.
  • Move AutoScrollHandler Class to a new file. Commit.
  • Move CompositeWidgetFocusWatcher class to a new file. Commit.
  • Move widgets to a new folder. Commit.
  • Don't allow running commands in read-only mode. Commit.
  • Don't send mouse events in read-only mode. Commit.
  • Add some quick links - this README.md shows up on the Konsole invent main page. Commit.
  • Add warning about altering KDBusService startup options. Commit.
  • Revert "Correctly trigger a Konsole window when using single process". Commit.
kontact
  • Modernize code. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Modernize code. Commit.
  • Use qobject_cast here. Commit.
  • Convert license headers to SPDX format. Commit.
  • Add comment about cid. Commit.
  • Clean up code. Commit.
  • Start to remove KPrefsModule support. Commit.
kontactinterface
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
kontrast
  • New in this release
konversation
  • New in this release
korganizer
  • Fix export symbol (fix compile error on windows). Commit.
  • Fix linking on windows. Commit.
  • Try to make it compile on windows. Commit.
  • Modernize code. Commit.
  • Modernize code. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • [korgac] Shorten name and tooltip of StatusNotifierItem. Commit.
  • Remove not implemented method. Commit.
  • Remove not implmemented method. Commit.
  • Const'ify. Commit.
  • Minor optimization. Commit.
  • Modernize code. Commit.
  • Remove unused forward declaration. Commit.
  • Fix includes. Commit.
  • Fix settings. Commit.
  • Time to increase version. Commit.
  • Remove reference to kdepim-apps-libs. Commit.
  • Add missing lib when we moved KAddressbookGrantlee. Commit.
  • Relicense GPL-2.0-only files to GPL-2.0-or-later. Commit.
  • Modernize code. Commit.
  • Some variables are already initialized in header. Commit.
  • Const'ify + modernize a little code + remove unused variable. Commit.
  • Const'ify QString. Commit.
  • Remove unused ancient ModelTest copy. Commit.
  • Convert license headers to SPDX format. Commit.
  • Time to increase version. Commit.
  • Define AKONADI_SEARCH_VERSION. Commit.
  • Readd DefaultEmailAttachMethod enum. Commit.
  • Fix react when we change settings. Commit.
  • Remove unused export symbol. React when we change settings. Commit.
  • Not necessary to export it. Commit.
  • All class was split in several files. Commit.
  • Split settings. Commit.
  • Split koprefsdialoggroupwarescheduling. Commit.
  • Split more class. Commit.
  • Start to split koprefsdialog. Commit.
  • Byebye KPrefsModule. Commit.
  • Port KPIM::KPrefsWidFont. Commit.
  • Create font select widget. Commit.
  • Fix clazy warning. Commit.
  • Continue to port settings. Commit.
  • Port kcolorbutton too. Commit.
  • Port more checkbox. Commit.
  • Port more settings. Commit.
  • Continue to port it. Commit.
  • Use slotConfigChanged. Commit.
  • Port to KCModule. Commit.
  • Port some others settings. Commit.
  • Fix load/save settings. Commit.
  • Continue to port settings. Commit.
  • Continue to port settings. Commit.
  • Port KOPrefsDialogMain to KCModule. Commit.
  • Port KOPrefsDialogPlugins to KCModule. Commit.
  • Prepare to remove KPrefsModule support. Commit.
kosmindoormap
  • New in this release
kpat
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Fix pressing alt+G and Enter/Return redeals current game. Commit. Fixes bug #408931
  • Cmake: install knsrc files in newer ECM 5.58.0+ location. Commit.
  • Start new deal when double clicking after game is won. Commit. Fixes bug #422825
  • Make the default of WITH_BH_SOLVER "ON". Commit.
kpimtextedit
  • Modernize code. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implemented method. Commit.
  • Time to increase version. Commit.
  • Const'ify pointer. Commit.
  • Constify pointer. Commit.
  • Assign value directly. Commit.
  • Relicense autotests files to LGPL-2.0-or-later. Commit.
  • EmoticonTextEditItem: avoid emitting dataChanged. Commit.
  • Finish SPDX conversion. Commit.
  • Convert license headers to SPDX format. Commit.
  • Convert copyright holders to SPDX format. Commit.
  • Fix Bug 425081. Commit. See bug #425081
  • API changed => increase version. Commit.
  • Fix clazy warning. Commit.
  • Add missing Q_REQUIRED_RESULT. Commit.
  • Remove warning. Commit.
  • Grab character format after the link if cursor points at its end. Commit.
kpkpass
  • Add workarounds for known JSON syntax errors in pass.json. Commit. See bug #428358
  • Remove NO_REGENERATE_MIME as now UPDATE_XDG_MIMETYPES uses -n. Commit.
  • Time to increase version. Commit.
  • Pass QLatin1String by value (clazy check). Commit.
  • Don't duplicate SPDX headers. Commit.
kpmcore
  • New in this release
kpublictransport
  • New in this release
kqtquickcharts
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Library project has no user visible strings. Commit.
krdc
  • Org.kde.krdc.appdata.xml: add <content_rating>. Commit.
  • Fix mouse wheel scaling same way as click. Commit.
kreversi
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Compile without deprecated method. Commit.
krfb
  • Pipewire: fix version check. Commit.
  • Zero-initialize sockaddr structure. Commit.
  • Use C++11 loops. Commit.
  • Use auto keyword where possible. Commit.
  • Include C headers in C++ style. Commit.
  • Use QStringLiteral to avoid runtime allocations. Commit.
  • Add missing member variable initializations. Commit.
  • Pipewire: remove QX11Info include. Commit.
  • Remove doubled parts and fix compile for systems without pipewire. Commit.
  • Port pipewire to use QLoggingCategory. Commit.
  • Support DMABuf streams. Commit.
  • Improve GenericName and Appstream Summary. Commit.
  • Compensate for global scale factor when using xcb fb plugin. Commit. Fixes bug #419814
  • Declare and use logging categories. Commit.
  • Replace KLineEdit with QLineEdit. Commit.
  • Remove last remnant of telepathy support. Commit.
kruler
  • Remove not implmemented method. Commit.
kshisen
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
ksirk
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Port away from KIconThemes. Commit.
  • Port away from KRandom. Commit.
  • Fix KNS deprecations. Commit.
ksmtp
ksnakeduel
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Fix KNS deprecations. Commit.
kspaceduel
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Fix mistake in KRandomSequence -> QRandomGenerator porting. Commit.
  • KRandomSequence -> QRandomGenerator. Commit.
ksquares
  • We use QRandomGenerator => we need qt5.10 min. Commit.
ksudoku
  • OPENGL_SUPPORT flag exists, so make Qt5OpenGL optional as well. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Link to OpenGL::GL instead of OpenGL::OpenGL. Commit.
  • Link against GLU. Commit. Fixes bug #426088
ksystemlog
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Fix compile with Qt < 5.15. Commit.
  • Make it compile without deprecated method. Commit.
  • Allow to execute unittests on Windows. Commit.
  • Replace url().path() with url().toLocalFile(). Commit.
  • Don't list coredump files. Commit.
  • Fix leak. Commit.
  • Win: Remove kdewin leftover. Commit.
kteatime
  • Avoid manual casting of signals/slots. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
ktimer
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Fix clazy warning. Commit.
  • Remove unneeded includes. Commit.
ktnef
  • Modernize code. Commit.
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Modernize code. Commit.
ktorrent
  • New in this release
ktouch
  • Fix visual artifacts in new versions of QT. Commit.
  • Correction of spelling mistakes - italian course. Commit.
  • Fixing letter E'→ È - italian course. Commit.
  • Fixing mistake in it.xml - Italian course. Commit.
  • Fixing an accent. Commit.
  • Correction of accents. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Update it.xml. Commit.
  • Correction of several spelling mistakes, as well as substitution of scarafaggio (cockroach) with scarabeo ([dung] beetle), as per the more popular Italian translation of the Greek fable. Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Remove KDeclarative dependency. Commit.
  • Improve i18n tooling. Commit.
ktp-common-internals
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
ktp-contact-list
ktp-contact-runner
  • Port to K_EXPORT_PLASMA_RUNNER_WITH_JSON. Commit.
  • More suitable variable name. Commit.
  • Fix some deprecations and warnings. Commit.
ktp-desktop-applets
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
ktp-kded-module
ktp-text-ui
  • Port away from KSettings::PluginPage. Commit.
ktuberling
  • Fix filename on saving on Windows. path() does not return a valid path. Commit. Fixes bug #207162
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
kturtle
  • Add missing kdoctools_install. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Manual formatting of license headers. Commit.
  • Manual conversion of exotic file types. Commit.
  • Remove obsolete COPYING file. Commit.
  • Add license texts according to REUSE specification. Commit.
  • Convert license statements to SPDX expressions. Commit.
  • Add content rating. Commit.
  • Improve i18n tooling. Commit.
kubrick
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
kwalletmanager
  • Use systemsettings5 for Exec line. Commit. See bug #398803
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Port away from deprecated KToolInvocation::startServiceByDesktopName. Commit.
  • Remove unused include. Commit.
  • Align naming with elsewhere in the stack. Commit.
  • [KWalletEditor] Use new kwallet methods to populate the view list(s). Commit.
kwave
  • Adapted make targets (scripts) for "update-translations" and "msgstats" to new directory structure of translations. Commit.
  • (minor cleanup in CMakeLists.txt). Commit.
  • SignalWidget: use QKeySequence::StandardKey instead of hardcoded keys. Commit.
  • (fixed some compiler warnings from clan-10 about some int <-> double conversions). Commit.
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • Setting version of Kwave in the Cmake files. Commit.

  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Fixes convert to png error because of text-align tag in svg file. Commit.
kwordquiz
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Port away from KIconThemes. Commit.
  • Improve i18n tooling. Commit.
  • Fix KNS deprecations. Commit.
libgravatar
  • Modernize code. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Remove unused LIBRARY_NAMELINK. Commit.
  • Convert license headers to SPDX format. Commit.
libkcddb
libkcompactdisc
  • Drop no longer needed dependency on KCoreAddons. Commit.
  • Port away from KRandomSequence. Commit.
  • Fix for the CD not being recognised if it is not in the first drive. Commit.
libkdegames
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Increase KF5_MIN_VERSION. Commit.
libkdepim
  • Drop unnecessary KGuiAddons dependency. Commit.
  • Modernize code. Commit.
  • Fix build on Windows. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Time to increase version. Commit.
  • Remove uistatesaver. Commit.
  • Remove unused LIBRARY_NAMELINK. Commit.
  • Constify pointer. Commit.
  • Add a couple missing SPDX identifiers. Commit.
  • Convert license blocks to SPDX syntax. Commit.
  • Convert copyright holders to SPDX format. Commit.
  • Correct a typo in kcursorsaver.h. Commit.
  • Remove unused dependancy. Commit.
  • Use new image. Commit.
  • Clean up code. Commit.
  • It was initialized in header. Commit.
  • Don't install kcursorsaver when we use kf5.73. Commit.
  • Remove kprefsdialog. Commit.
libkeduvocdocument
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove unused krandomsequence include. Commit.
  • Improve i18n tooling. Commit.
  • Port to nullptr. Commit.
libkgapi
  • Modernize code. Commit.
  • Pedantic. Commit.
  • Fix Windows build. Commit.
  • Fix generate pri file. Commit.
  • AccountManager: provide scopes for new authentication. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Replace KIO::AccessManager with regular QNetworkAccessManager. Commit.
  • Clear up core dependencies. Commit.
  • Bump version. Commit.
  • Make it again possible to pass username to AuthJob. Commit.
  • Remove dependencies that are no longer needed. Commit.
  • Adapt autotests, CMake. Commit.
  • Remove the AuthWidget, have AuthJob open real browser instead. Commit.
  • Const'ify variable + initialize in header class. Commit.
  • Initialize variable in header class. Commit.
  • Time to increase version. Commit.
  • Remove duplicate "gContact$groupMembershipInfo" value in mock fetch response. Commit. Fixes bug #419629
  • Add QIODevice API to FileAbstractResumableJob for reading all chunks of a device instead of asking for data via signal. Commit.
  • Permit setting upload size on FileAbstractResumableJob and thus enable progress reporting. Commit.
  • Add FileResumableCreateJob and FileResumableModifyJob for uploading files in a chunked manner. Commit.
  • Add missing common parameters for Files create/update request in FileAbstractDataJob. Commit.
  • Move useContentAsIndexableText param handling from FileAbstractUploadJob to FileAbstractDataJob. Commit.
  • Fix upload progress. Commit.
  • Accept HTTP status 307 as a redirect. Commit.
libkipi
libkleo
  • Don't use F_OK constant which is not defined on Windows. Commit.
  • Use _stricmp instead of strcasecmp when building with MSVC. Commit.
  • Rename exception.h to kleoexception.h. Commit.
  • Take GnuPG Homedir from gpgconf. Commit.
  • Add possibility to retrieve a single user id or signature. Commit.
  • Add possibility to filter out invalid keys. Commit.
  • Bump Version for API add of isBad. Commit.
  • Revert "Revert "Add possibility to filter out invalid keys"". Commit.
  • Lower min KF5 Version for Windows. Commit.
  • Revert "Add possibility to filter out invalid keys". Commit.
  • Modernize code. Commit.
  • Add possibility to filter out invalid keys. Commit.
  • Revert "Add possibility to filter out bad (i.e. practically unusable) keys". Commit.
  • Add possibility to filter out bad (i.e. practically unusable) keys. Commit.
  • Add signatures sorted by canonical sort order to the model. Commit.
  • Don't assume std::array iterator is a pointer. Commit.
  • Fix info about qmake dep. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implemented method. Commit.
  • Change protocol name for X.509 to S/MIME. Commit.
  • Make some features of the KeySelectionDialog optional. Commit.
  • Remove already initialized members from initialization lists. Commit.
  • Group UI member variables and initialize int variables. Commit.
  • Sort forward declarations. Commit.
  • Add the possibility to get a subkey by its key grip from the key cache. Commit.
  • Increase the capacity of the correct vector. Commit.
  • Fix removal of subkeys belonging to a key from the key cache. Commit.
  • Time to increase version. Commit.
  • Don't use deprecated model reset() function. Commit.
  • Windows: Read Gpg4win Version always if it exists. Commit.
  • Initialize variable in header. Commit.
  • Remove unused LIBRARY_NAMELINK. Commit.
  • Remove the KD Tools commercial clause. Commit.
  • Convert license headers to SPDX format. Commit.
  • Sync w32 libkleopatrarc. Commit.
  • Take compliance mode name from libkleopatrarc. Commit.
  • Add quick accessor to check if version is signed. Commit.
  • Add some more Gpg4win version code from Kleopatra. Commit.
  • Fix enable of ok in newkeyresolver. Commit.
  • Add gnupg-registry helper from Kleopatra. Commit.
  • Remove accidental debug output. Commit.
  • Fix compliance display in newkeyapprovaldlg. Commit.
libksane
  • Disable multi-selection for Automatic Document Feeder. Commit. Fixes bug #415749
  • Add wiggle room for page sizes to fit in the scan-area. Commit. Fixes bug #424010
libksieve
  • Modernize code (raw string literal + auto). Commit.
  • Fix info about qmake. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Allow to show directly popup menu. Commit.
  • Add missing Q_REQUIRED_RESULT. Commit.
  • Modernize code. Commit.
  • Time to increase version. Commit.
  • Modernize code. Commit.
  • Const'ify pointer. Commit.
  • Allow to store dialog size. Commit.
  • Remove unused LIBRARY_NAMELINK. Commit.
  • Convert license headers to SPDX format. Commit.
libktorrent
  • New in this release
lokalize
  • Use KLanguageName instead of kf5_all_languages. Commit.
  • Port away from deprecated Qt::MidButton. Commit.
  • Allow non-existing file to be set as glossary. Commit.
  • Fix compile. Commit.
  • Update global icons with Breeze Icons. Commit.
lskat
  • Set and make use of RELEASE_SERVICE_VERSION variables. Commit.
  • Use more nullptr. Commit.
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
mailcommon
mailimporter
  • Modernize code (using auto). Commit.
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • It's not necessary to use setAutoDelete. Commit.
  • Time to increase version. Commit.
  • Modernize code. Commit.
  • Remove unused LIBRARY_NAMELINK. Commit.
  • Port QRegExp to QRegularExpression. Commit.
  • Convert license headers to SPDX format. Commit.
  • Fix clazy warning. Commit.
  • Remove unused Qt5::Widgets. Commit.
marble
  • Build Tirex .deb packages, and update package documentation. Commit.
  • Install FileManager.h as it is accessible via the public Marble::MarbleModel::fileManager() method. Commit.
  • Note which steps can be done elsewhere than on the production system. Commit.
  • Integrate static plugins into more generation tools. Commit.
  • Update build environment to Ubuntu 20.04. Commit.
  • Remove obsolete KmlDocument and KmzHandler classes. Commit.
  • Skip creation of temporary files for zipped KML (KMZ). Commit. Fixes bug #428437. See bug #420089. See bug #416925
  • Dont open a MessageBox when a file fails to load from the library. Commit. Fixes bug #416925. See bug #420089
  • Avoid waiting for timeout when file fails to load. Commit.
  • Export FileManager class, emit a signal when a file fails to load. Commit.
  • Use new-style connects in thumbnailer, only connect once. Commit.
  • Remove unused QPainter include. Commit.
  • Port deprecated method. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Forward-declare OsmType. Commit.
  • Don't discard non-visual multi-polygon parts with tags during OSM loading. Commit.
  • Fix string length computation for O5M encoding. Commit.
  • Avoid losing the OSM relation member type information. Commit.
  • Attempt to add coverage in Jenkins CI. Commit.
  • Attempt to fix Jenkins CI unit tests failing. Commit.
  • Don't discard any OSM nodes with tags during loading. Commit.
  • Improve check for closed polygons. Commit.
  • Rewrite tracking of OSM data across clipping. Commit.
  • Update clipper code to 6.4.2 from upstream. Commit.
  • Add content rating. Commit.
  • Work around CMake Protobuf support not dealing with missing protoc. Commit.
  • Remove mismatching endif() conditions. Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
  • Port away from deprecated Qt::MidButton. Commit.
  • Retain node OSM data when reading multi-polygons. Commit.
  • Add configuration for the the vectorosm/dev tileset. Commit.
  • Add build environment for maps.kde.org. Commit.
  • Add Apache and Tirex config files. Commit.
  • Work around MARBLE_ADD_WRITER not working in static builds. Commit.
  • Fix KNS deprecations. Commit.
  • Actually make the Qt5Positioning dependency optional. Commit.
  • Fix build with GCC 7. Commit.
  • Allow to build the Tirex tile generator statically. Commit.
  • Handle missing plugin to load elevation model more gracefully. Commit.
  • Add support for loading static plugins. Commit.
  • De-duplicate appendPlugin variants. Commit.
  • Check if ECM is available at the beginning to avoid issues when running compilation with asan. Commit.
  • Preload asan if we are compiling with ECM_ENABLE_SANITIZERS. Commit.
  • Handle missing landmass tiles gracefully. Commit.
  • Rename file to comply with Marble's coding style. Commit.
  • Allow to run the Tirex backend process standalone. Commit.
  • Make the input data load size more flexible. Commit.
  • Add a simple reentrancy guard. Commit.
  • Redo the communication code with the Tirex server. Commit.
  • Fix empty/invalid meta tiles being created when things go wrong. Commit.
  • Actually generate o5m tiles in the Tirex backend. Commit.
  • Implement writing Tirex metatiles and sending positive replies. Commit.
  • Add receiving side of the Tirex backend interface. Commit.
  • Fix Windows compilation with protobuf. Commit.
  • Fix Windows build. Commit.
  • Enable TileDirectory to load input data from an OSMX file. Commit.
  • Add dedicated tool for generating the landmass input tiles. Commit.
  • Add support for loading OSM PBF files. Commit.
  • Remove broken caching of area computation results. Commit.
  • Don't leak clipping results. Commit.
  • Correctly destroy read SHP objects again. Commit.
markdownpart
  • New in this release
mbox-importer
  • Modernize code (using auto). Commit.
  • Time to increase version. Commit.
  • Add missing lib when we moved KAddressbookGrantlee. Commit.
  • Modernize code. Commit.
  • Convert license headers to SPDX format. Commit.
  • Drop COPYING.DOC. This repository has no documentation. Commit.
messagelib
  • Fix assert when deleting a folder in kmail. Commit.
  • Fix compilation with recent Qt 5.15. Commit.
  • Fix Bug 429224 - Enabling undo send results in empty return path breaking DKIM. Commit. Fixes bug #429224
  • Start to fix print to pdf. Commit. See bug #422095
  • Try to make it compile on windows. Commit.
  • Revert this part of previous patch as it doesn't compile on linux. Commit.
  • Refactor [messagecomposer/protectedHeadersJob]: Rename protectedheaders{,job}.{cpp,h}. Commit.
  • Decrease QCA dependency to 2.2.0. Commit.
  • Fix baseclass method lookup. Commit.
  • Ntoh() is available in the Winsock library on Windows. Commit.
  • Remove unused include. Commit.
  • DKIM: export nested classes. Commit.
  • Fix cmake when Inotify is not found. Commit.
  • Don't redefine private to public in test. Commit.
  • Tests: avoid building CPP files that are exported from a linked SO as well. Commit.
  • Add implementation of missing methods of EmbeddedImageURLHandler. Commit.
  • Modernize code. Commit.
  • Remove qdebug here. Commit.
  • Fix generate pri file. Commit.
  • Fix autotest. Commit.
  • Fix autotest. Commit.
  • Minor optimization. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Minor optimizatiopn. Commit.
  • Remove not implemented method. Commit.
  • Remove not implemented method. Commit.
  • Add more autotests. Commit.
  • It's const not necessary to initialize it to nullptr. Commit.
  • Use unique method for assigning Item. Commit.
  • Minor optimization. Commit.
  • CLean up. Commit.
  • Start to create an unique widget for all kmessagewidget. Commit.
  • Use {..}. Commit.
  • Modernize code. Commit.
  • Clean up. Commit.
  • Const'ify variable here too. Commit.
  • Minor optimization; use remove(..). Commit.
  • Use QByteArray directly. Commit.
  • Uncrustify removed this line ! Waou not good it's buggy. Commit.
  • Const'ify more pointer. Commit.
  • Time to increase version. Commit.
  • Adapt to kdepim-apps-libs removal. Commit.
  • Adapt to KAddressbookGrantlee being moved into AkonadiContacts. Commit.
  • Modernize code. Commit.
  • RecipientsPicker: Only list recipients with an email address. Commit.
  • Modernize code. Commit.
  • Fix Bug 425219 - suspicious URL warning system gives false positive for URL with port number. Commit. Fixes bug #425219
  • Remove unused LIBRARY_NAMELINK. Commit.
  • Warning--. Commit.
  • Remove unused includes. Commit.
  • Composer-ng: Use QString::toDouble() in fixHtmlFontSize; add unit tests. Commit.
  • StringUtil: Port QRegExp to QRegularExpression. Commit.
  • Composer-ng: Use QString::toDouble() in fixHtmlFontSize; add unit tests. Commit.
  • TemplateParserJob: port QRegExp to QRegularExpression. Commit.
  • TemplateParserJob: add unit tests for makeValidHtml method. Commit.
  • Port away from KMimeTypeTrader. Commit.
  • MessageCore::StringUtil::replacePrefixes: add unit tests. Commit.
  • Fix clazy warning. Commit.
  • Remove not necessary lib. Commit.
  • Define AKONADI_SEARCH_VERSION. Commit.
  • Fix some clazy warning. Commit.
  • Update link to QCA homepage. Commit.
  • Use KCursor from GuiAddons when possible. Commit.
  • Initialize value in header. Commit.
  • Return if we can't set online. Commit.
  • Add missing some Q_REQUIRED_RESULT. Commit.
  • Clean up code. Commit.
minuet
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Improve i18n tooling. Commit.
  • Auto increment minuet version with each release. Commit.
  • Add content rating. Commit.
okular
  • Handle inside in FictionBook documents. Commit.
  • Add support for tag in FictionBook. Commit.
  • Rework how we open urls that have a #. Commit. Fixes bug #426976
  • Show annotation tip when selecting the tool in continuous mode. Commit. Fixes bug #426782
  • More fine tuning of the mime of the opened file. Commit.
  • Fix QScroller crash on Qt < 5.14 and certain screen arrangements. Commit. Fixes bug #425188
  • Avoid unintentional accelerating flicks by reducing maximum flick time. Commit.
  • New part/ directory for okularpart sources from /, ui/, conf/. Commit.
  • Fix back/forward navigation after clicking on a link. Commit. Fixes bug #414701
  • Gitlab-ci: use eatmydata in apt-get. Commit.
  • Fix 3 small memory leaks. Commit.
  • Save builtin and quick annotation tools separately. Commit.
  • Selectively reparse builtin and quick annotation tool configuration. Commit.
  • Set focus to the next current tab when closing the current tab. Commit. Fixes bug #428257
  • Fix formatting after Laurent's commit. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Fix cursor not updated after clicking internal link. Commit. Fixes bug #421437
  • Make https://kde.org/applications/okular link to proper places. Commit.
  • Make cursor open hand again after clicking on internal link. Commit. See bug #421437
  • Remove the ooo plugin. Commit.
  • Port deprecated QFontMetrics::width -> horizontalAdvance. Commit.
  • DrawRoundRect -> drawRoundedRect. Commit.
  • Port away from IconSize. Commit.
  • Port away from deprecated QDesktopWidget::numScreens. Commit.
  • Remove unneded deprecated KConfigDialogManager::changedMap calls. Commit.
  • Port away from deprecated KAboutData::fromPluginMetaData. Commit.
  • Part away from deprecated QProcess::finished(int). Commit.
  • Port use of deprecated QModelIndex::child. Commit.
  • Use the term "Annotations" everywhere in place of "Reviews". Commit. Fixes bug #186797
  • Improve the error message when export a certificate. Commit.
  • [doc] Applied changes for:. Commit.
  • Remove CI workaround. Commit.
  • Add option to disable smooth scrolling. Commit. Fixes bug #420755
  • Poppler: Convert Stamp annotations via C++. Commit.
  • Poppler: Convert Caret annotations via C++. Commit.
  • Poppler: Convert Ink annotations via C++. Commit.
  • Remove setTextIcon call that we already do at createAnnotationFromPopplerAnnotation. Commit.
  • Poppler: Convert Highlight annotations via C++. Commit.
  • Poppler: Convert Geom annotations via C++. Commit.
  • Fix RTTI with clang. Commit.
  • Move the i18n context where it matters. Commit.
  • Add an autotest for bug 421159. Commit.
  • Be more expressive on the "This document is signed" message. Commit.
  • Port away from KIconLoader::loadMimeTypeIcon. Commit.
  • We require Qt 5.12 now. Commit.
  • We require KF 5.68 now, so cleanup some ifdefs. Commit.
  • Drop outdated QT_USE_FAST_OPERATOR_PLUS. Commit.
  • Fix crash on files that have the same signature in more than 1 page. Commit. Fixes bug #426467
  • CI: fix build_clazy_clang_tidy. Commit.
  • Fix dangling annotation tooltip. Commit.
  • Change scroll speed on the fly if the user changes it while Okular is open. Commit.
  • Scale smooth scroll durations according to the global animation speed. Commit. Fixes bug #420755
  • Define animated smooth scroll durations in a central location. Commit.
  • Use ecm_setup_qtplugin_macro_names. Commit.
  • Use more nullptr instead of 0. Commit.
  • Remove unneeded moc include. Commit.
  • UDSEntry::insert -> UDSEntry::fastInsert. Commit.
  • Remove poppler 0.80 ifdefs since we require 0.86 now. Commit.
  • Remove poppler 0.79 ifdefs since we require 0.86 now. Commit.
  • Remove poppler 0.74 ifdefs since we require 0.86 now. Commit.
  • Remove poppler 0.73 ifdefs since we require 0.86 now. Commit.
  • Remove poppler 0.69 ifdefs since we require 0.86 now. Commit.
  • Remove poppler 0.68 ifdefs since we require 0.86 now. Commit.
  • Remove poppler 0.65 ifdefs since we require 0.86 now. Commit.
  • Remove poppler 0.64 ifdefs since we require 0.86 now. Commit.
  • Remove poppler 0.63 ifdefs since we require 0.86 now. Commit.
  • Cmake: suggest-override is provided by ECM since 5.55. Commit.
  • Increase minimum supported versions to those provided by Ubuntu 20.04. Commit.
  • Change the version to be date based. Commit.
  • Fix build using MinGW. Commit.
  • Replace call to deprecated method QStringList::toSet. Commit.
  • Add missing export to class. Commit. Fixes bug #426358
  • Support '#page=' fragment to open at page . Commit. Fixes bug #406831
  • Add missing QStringLiteral. Commit.
  • Revert cbddcd3273e9dd727ff186c8f9d3d109d9d774bf. Commit.
  • Uniform the case of the 'Id' suffix in variable names. Commit.
  • Remove artifact while navigating though pages. Commit.
  • Don't always show the signature message ^_^. Commit.
  • Kwallet and kjs are mandatory in cmake anyway, remove ifdefs. Commit.
  • Move IsDigitallySigned code to part.cpp. Commit.
  • Create GuiUtils functions createColorIcon() and createOpacityIcon(). Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
  • Using no deprecated enum Qt::MiddleButton. Commit.
  • File dialog: Use mimetypes instead of file extensions. Commit. Fixes bug #422574
  • Poppler: Convert Line annotations via C++. Commit.
  • Poppler: Convert Text annotations via C++. Commit.
  • Add support for image sizes in markdowns. Commit.
  • Document the valid int values for TextAnnotation::setInplaceAlignment. Commit.
  • Port PresentationWidget to QScreen and simplify related code. Commit.
  • Bookmarks: Resolve symlinks before using an url. Commit. Fixes bug #424340
  • BuildPen: honor annotation opacity. Commit.
  • PagePainter: Don't draw Arrow/Line annotations with multipyl. Commit. Fixes bug #425075
  • BuildPen: honor annotation opacity. Commit.
  • PagePainter: Don't draw Arrow/Line annotations with multipyl. Commit. Fixes bug #425075
  • Port away from QDesktopWidget. Commit.
  • Improve PagePainter and LineAnnotPainter documentation. Commit.
  • Fix misplacement of some non-PDF annotations on hiDPI. Commit.
  • QPainter can setOpacity() now, use that instead of PagePainter::changeImageAlpha(). That saves bit manipulation and deep copies. Commit.
  • Convert the poppler revisions to Okular revisions. Commit.
  • Convert the poppler annotation popup to Okular annotation window. Commit.
  • Convert the poppler annotation style to Okular annotation the style. Commit.
  • CreateAnnotationFromPopplerAnnotation: Renames to make the code easier to read. Commit.
  • Poppler: Use non xml API for toc if possible. Commit.
  • Use KXMLGUIClient::findVersionNumber if using new enough xmlgui. Commit.
  • Increase version. Commit.
palapeli
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • We use QRandomGenerator => we need qt5.10 min. Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
  • Port away from deprecated Qt::MidButton. Commit.
parley
  • Remove deleteLater from ParleyDocument. Commit.
  • Fix segfault when leaving statistics main window. Commit. Fixes bug #420302
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Improve i18n tooling. Commit.
  • Drop empty X-KDE-PluginInfo-Depends. Commit.
  • Fix deprecated knsrc file location. Commit. Fixes bug #423903
partitionmanager
  • New in this release
picmi
pim-data-exporter
  • Not necessary to export it. Commit.
  • Fix compile on windows. Commit.
  • Modernize code. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implmemented method. Commit.
  • Time to increase version. Commit.
  • Add missing lib when we moved KAddressbookGrantlee. Commit.
  • Modernize code. Commit.
  • Convert license headers to SPDX format. Commit.
pim-sieve-editor
pimcommon
  • Modernize code. Commit.
  • Fix generate pri file. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove not implemented method. Commit.
  • Fix warning reported by cppcheck. Commit.
  • Time to increase version. Commit.
  • Add missing lib when we moved KAddressbookGrantlee. Commit.
  • Relicense GPL-2.0-only test files to GPL-2.0-or-later. Commit.
  • Modernize code. Commit.
  • Remove unused LIBRARY_NAMELINK. Commit.
  • It marks as deprecated in qt5.15 branch. Commit.
  • Clean up code. Commit.
  • Use QVector + const'ref + modernize code. Commit.
  • Const'ify pointer + remove unused forward declaration. Commit.
  • Clean up code. Commit.
  • Convert license headers to SPDX format. Commit.
  • Define AKONADI_SEARCH_VERSION. Commit.
rocs
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Update SPDX. Commit.
  • Backmerge. Commit.
  • Move macro above feature summary. Commit.
  • Use ki18n_install macro. Commit.
  • Port to Ki18n bindings for QML localization. Commit.
spectacle
  • PlatformKWinWayland: avoid recursion in readData. Commit. Fixes bug #428636
  • Support Wayland rectangular selection HiDpi. Commit. Fixes bug #409762. Fixes bug #420863
  • Fix autoincrement of %d for templates with subdirs. Commit.
  • Set pixmap device pixel ratio before sending it to kimageannotator. Commit.
  • Unhide window if it is hidden. Commit. Fixes bug #428635
  • ExportMenu: Port to KIO::ApplicationLauncherJob. Commit.
  • Fix uninitialized variable mCopyToClipboard. Commit.
  • No screenshot to show if not in gui mode. Commit.
  • If include is define in .h remove it if it's defined in .cpp too (scripted). Commit.
  • Remove message that reminds of the cancelation. Commit.
  • Separate messages for a failed and canceled screenshot. Commit. Fixes bug #427645
  • Use default value for including decorations and pointer in background mode. Commit. Fixes bug #425995
  • Improve settings logic and layout. Commit. Fixes bug #420477
  • Respect settings and cli parameters. Commit. Fixes bug #425573. Fixes bug #422148
  • Display an inline error message when a screenshot fails. Commit.
  • Remove version from find kcolorpicker call. Commit.
  • Add CLI options for including pointer/decorations. Commit. Fixes bug #425995
  • Find X11 when building with imageannotator support. Commit.
  • Add image annotation via libKImageAnnotator. Commit. Implements feature #372464
  • Fix installation of the D-Bus service. Commit.
  • Add dbus-activated systemd service. Commit.
  • Set copySaveLocation to false by default. Commit.
  • Fix FreeBSD CI build. Commit.
  • Allow to use Immediate Shutter mode in Plasma 5.19.80+. Commit.
  • Port away from KMimeTypeTrader. Commit.
  • Fix mem leak found by asan. Commit.
  • Remove unused includes. Commit.
  • Revert "Rename 'Full Screen' occurrences to 'Entire Desktop' to have it consistent everywhere". Commit.
  • Rename 'Full Screen' occurrences to 'Entire Desktop' to have it consistent everywhere. Commit.
  • Fix wrong file name when --output option is used. Commit. Fixes bug #424380
step
  • Add QT_MIN_VERSION and KF5_MIN_VERSION like everywhere else. Commit.
  • Qt5Test is only used in autotests and already searched for in there. Commit.
  • Add kdoctools_install call previously added by release tools. Commit.
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
  • Improve i18n tooling. Commit.
  • Port away from deprecated Qt::MidButton. Commit.
  • Fix KNS deprecations. Commit.
sweeper
  • Remove explicit ECM_KDE_MODULE_DIR. Commit.
umbrello
  • Remove stray Qt3 code. Commit.
  • Umbrello/umldoc.cpp. Commit. See bug #363582
  • Umbrello/toolbarstateassociation.cpp partial reverting of commit 62ff388. Commit. See bug #420073
  • Add support to use external KDevPHP packaga. Commit. Fixes bug #428460
  • Remove finding WebKitWidgets, not used. Commit.
  • Https://bugs.kde.org/show_bug.cgi?id=427532#c1. Commit. See bug #427532
  • AUTHORS : Fix typo at Camila Ayres. Commit.
  • Reverting commit 92d13fb prepares for work on tagged values:. Commit. See bug #73847
  • Preparation for reverting commit 92d13fb required by planned changes:. Commit. See bug #73847
  • Https://mail.kde.org/pipermail/umbrello-devel/2020-October/022723.html. Commit.
  • Umbrello/dialogs/dialog_utils.{h,cpp}. Commit.
  • Umbrello/codegenerators/d/dcodegenerator.cpp. Commit. See bug #124805
  • Https://bugs.kde.org/show_bug.cgi?id=347498#c8. Commit. See bug #347498
  • Fix typo in comments: an UML... -> a UML... Commit.
  • Add .vscode and build in .gitignore file. Commit.
yakuake
  • Consider renaming tabs via DBus interactive. This allows it to override a previouly interactively set title. Commit. Fixes bug #428400
  • Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation. Commit.
  • Fix deprecated knsrc file location. Commit.
  • Fix fullscreen mode regression. Commit. Fixes bug #424286