KDE Applications 16.08.0 Full Log Page
This is the automated full changelog for KDE Applications 16.08.0 from the git repositories.
akonadi [Show]
- Move QApplication. Commit.
- QApplication must be first line. Commit.
- Simplify layout. Commit.
- Ignore any response that arrives after job has finished. Commit. Fixes bug #364721
- Suppress startup warning from QCommandLineParser when built with NDEBUG. Commit.
- Akonadi default sessions: clean up with qAddPostRoutine. Commit.
- Fix 10s wait when an akonadi session is deleted after QCoreApp is deleted. Commit.
- Rename mWidget to ui, much more common. The ui-generated class is not even a widget. Commit.
- ManageAccountWidget: add setDescriptionLabelText(). Commit.
- Fix Bug 365944 - KAddressbook crashes on startup with configured CardDav. Commit. Fixes bug #365944
- Use QLatin1Char. Remove deprecated method. Commit.
- Fix compile warnings. Commit.
- CollectionStatisticsDelegate: provide more debug info when it all goes wrong. Commit.
- StatisticsProxyModel::flags: call sibling() rather than index(), small optimization. Commit.
- Document the use of the various proxies in CollectionComboBox. Commit.
- Add Q_NULLPTR. Commit.
- Use Q_NULLPTR when possible. Commit.
- Use isEmpty. Commit.
- For to use UTF8 Thanks for David's tip. Commit.
- ETM: initialize member variable. Because I can. Commit.
- Remove unused files. Commit.
- EntityOrderProxyModel: skip hasKey() check. Commit.
- ResourceBase: try to document a bit better what streaming is about. Commit.
- Fix build. Commit.
- Port StatisticsProxyModel to KExtraColumnsProxyModel. Commit. Fixes bug #355229
- Add category. Commit.
- Change to log_akonadicore for consistency with all other debug areas in pim. Commit.
- We can increase version. Commit.
- Fix includes. Commit.
- Session: connect to KJob::finished() rather than result(). Commit. Fixes bug #364005
- Update queryAttribute. Patch ok'ed by Dan. Commit.
- Fix remove correct string. Commit.
- Remove unused variable. Commit.
- Exclude more files. Commit.
- QSqlite3: fix build with Qt 5.7. Commit.
- GidTest: don't set resources offline on test start. Commit.
- ItemSearchJobTest: don't set resources offline on test start. Commit.
- Add -pedantic to CXX_FLAGS. Commit.
- Add -DQT_STRICT_ITERATORS, this one is apparently not set by ECM. Commit.
- Remove the now useless C++11 and ASAN detection and some definitions. Commit.
- Update my email in AUTHORS. Commit.
- Testrunner: force-enable verbose debugging. Commit.
- Revert "Show path of the akonaditest we found.". Commit.
- Show path of the akonaditest we found. Commit.
- Introduce thread-safe Entity::retrieveByNameOrCreate(). Commit.
- Trivial: Fix typo in copyright year. Commit.
- Fix the build order for autotests/akonadicontrol. Commit.
- Fix typo in previous commit. Commit.
- Introduce --verbose switch to force-enable all logging categories. Commit.
- Add asserts to catch earlier the case of a response bit missing. Commit.
- Fix infinite loop if socket was unconnected while in readCommand(). Commit.
- Fix truncation of the unread count drawn above the favorite folders icon. Commit.
- Fix dependencies and sort. Commit. Code review #127916
- Add Q_DECL_OVERRIDE. Commit.
- Replace assert with early return, in case the collection was deleted meanwhile. Commit.
- Initialize pointer. Commit.
- Simplify update version. Commit.
- Fix SessionThread dtor timeout when destroying default Session. Commit.
- Port the rest of Akonadi from akDebug to qCDebug. Commit.
- Fix build when CMAKE_CXX_COMPILER_ARG1 is empty. Commit.
- Fix stl include path detection with ccache. Commit.
- Make Akonadi compile on Windows with MSVC 14.0. Commit.
- Revert "Destructor needs to be virtual, because the base class has virtual elements.". Commit.
- Destructor needs to be virtual, because the base class has virtual elements. Commit.
- Add CollectionColorAttribute. Commit.
- Master is opened. Commit.
akonadi-calendar [Show]
- Don't create multi kidentitymanager. Commit.
- Allow to open documentation. Commit.
- Remove unused files. Commit.
- Ignore file. Commit.
- Notify Observers before removing event from Akonadi::CalendarBase. Commit.
- Autotests/etmcalendartest.h - use 'using' to avoid -Woverloaded-virtual. Commit.
- Use KF5_VERSION. Commit.
- Simplify update version. Commit.
- Master is open. Commit.
akonadi-contacts [Show]
- New in this release
akonadi-mime [Show]
- New in this release
akonadi-notes [Show]
- New in this release
akonadi-search [Show]
- Remove unused files. Commit.
- Fix version. Commit.
- Fix build w/ xapian-1.3. Commit. Code review #128264
- Increase version. Commit.
- Allow to reindex several collection. Commit.
- Remove unused variable. Commit.
- USe new class. Commit.
- Install header. Commit.
- Add more categories. Commit.
- Add more method. Commit.
- Add class to retrieve indexed items => it will avoid to use dbus call to access to it. Commit.
- Cache path. Commit.
- Return info about number of collection in queue. Commit.
- Add debug. Commit.
- Add info when specific collection is indexed. Commit.
- Minor optimization. Commit.
- Readd debug. Commit.
- Ignores files. Commit.
- Add COPYING files. Commit.
- Use KF5_VERSION. Commit.
- -Wunused fixes. Commit.
- Simplify update version. Commit.
- Master is open. Commit.
analitza [Show]
- Make it possible to export stl files. Commit.
- Use correct scopes. Commit.
- Make demo app more useful. Commit.
- Find a place for 3D exporting algorithms. Commit.
- Declare the PlotItem* metatype just once. Commit.
- Qt 5.7 outputs floats differently. Commit. Fixes bug #364346
- Revert change. Commit.
- Remove superfluous ';'. Commit. Code review #128141
- Silence CMake policy CMP0063 warning. Commit. Code review #128140
- Use cmath implementation for factorial. Commit. See bug #362507
ark [Show]
- Show 'Report Bug' and 'Donate' in Help menu. Commit.
- Add shortcut to Add Files action. Commit.
- Change parent mimetype for application/x-iso9660-appimage. Commit.
- Another workaround for the endless loop of ListJobs. Commit.
- Revert "Fix endless loop of ListJobs". Commit.
- Be Free Software compliant and add runtime.c from https://github.com/probonopd/AppImageKit/blob/master/runtime.c which provides the bootstrap for the AppImage file. Commit.
- Change the test AppImage archive. Commit.
- Add testcases for multivolume rar and 7z archives to ArchiveTest. Commit.
- Cliinterface: add missing receiver. Commit.
- Cliinterface: drop redundant direct connection. Commit.
- Fix detection of 7z multivolumes archives with missing volumes. Commit.
- Part: fix null sender in connection. Commit.
- Cliunarchiver: fix extraction of hidden files. Commit.
- Cliunarchiver: fix detection of multivolumes archives. Commit.
- Cliunarchiver: fix opening header-encrypted archives. Commit.
- Libarchiveplugin: Fix support for newer compression formats. Commit.
- Add children when quick-extracting a folder. Commit.
- Fix creating archives that dont support compression level. Commit.
- Fix handling of drag'n'drop adding files to archives. Commit.
- Fix endless loop of ListJobs. Commit.
- Fix preview of nested archives. Commit.
- Fix part loading with custom prefix installations. Commit.
- Add unittests for multi-volume archives. Commit.
- Add multi-volume support. Commit. Implements feature #124180
- Fix AddToArchive jobs when filenames have a percentage character. Commit. See bug #365798
- Fix extraction when an archive has a percentage in the name. Commit. Fixes bug #365798
- Add support for AppImage. Commit. Implements feature #363209
- Fix casing in filename XmlMessages.sh. Commit.
- Drop direct connection for finished signal. Commit. See bug #193908
- Fix testing encrypted archives for integrity. Commit.
- Disable adding files to existing password-protected non-he archives. Commit.
- Fix adding subfolders to RAR archives. Commit. Fixes bug #365323
- Add unittests for multi-volume archives in cli7z and clirar. Commit.
- Clirar: Fix counting of archive volumes in UNRAR4 parser. Commit.
- Cli7z: Fix detection of number of archive volumes. Commit.
- Detect multi-volume archives and show info in PropertiesDialog. Commit.
- Implement a custom AddDialog. Commit.
- Part: switch to json loading. Commit.
- Extend AddToArchiveTest. Commit.
- Add number of folders to PropertiesDialog and fix bugs. Commit. Fixes bug #363368
- Improve checksums calculation. Commit.
- Silence a warning. Commit.
- Libarchiveplugin: Also set compression level when adding files. Commit.
- Part: hide wrongly shown message widgets. Commit.
- Reset comment widget when opening an archive. Commit.
- Port to kcoreaddons_add_plugin. Commit.
- Remove obsolete entity kappname. Commit.
- Add support for LZ4-compressed tar archives. Commit.
- Install kfileitemaction plugins in the expected subfolder. Commit.
- Change wording: ark is not for KDE, but by KDE. Commit.
- Don't pass Create to setupGUI(). Commit.
- Some more new-style connect(). Commit.
- Mainwindow: drop unnecessary connect(). Commit.
- Mainwindow: use setupGUI(). Commit. Fixes bug #357660
- Cleanup plugin json files. Commit.
- Stop hardcoding the mimetypes in the json metadata. Commit.
- Add new jobs to preview/open a file. Commit.
- Port service menus to KFileItemAction. Commit. Fixes bug #189177. Fixes bug #268163. See bug #348582
- Cache the detected archive mimetype. Commit.
- Remove RootNodeSwitch leftovers. Commit.
- Fix non-resizable infopanel when symlinks have a long target. Commit. Fixes bug #363719
- Drop RootNode extraction option. Commit.
- Infopanel: drop unused actionsLabel. Commit.
- Drop kerfuffle_macro.h. Commit.
- Introduce arkviewer.ui. Commit.
- CliInterface: Return after reaching a CorruptArchivePattern. Commit.
- Fix TestJob not emitting finished signal. Commit.
- Fix broken corrupt queris. Commit.
- Fix creating archives without extension. Commit.
- Fix i18n for edit-comment action. Commit.
- Make static analyzer happy about uninit variables. Commit.
- Add XAR support. Commit. Implements feature #346342
- Make jobs parent-less. Commit.
- Cppcheck: simplify if guard. Commit.
- Archivemodel: drop dead code. Commit.
- Add info about comments to ark docbook for 16.08. Commit. Code review #127844
- Fix Delete action on header-encrypted archives. Commit.
- Cliinterface: rename failOperation() to killProcess(). Commit.
- Add basic test functionality. Commit. Implements feature #140492
- Fix plugin loading in plugins tests. Commit.
- Drop unused functions in CliInterface. Commit.
- Drop CliInterface::isCliBased(). Commit.
- Add support for editing/adding archive comments. Commit. Implements feature #357594
- Find and link Qt5 Concurrent module. Commit.
- Ask password when adding files to protected archive. Commit.
- Don't block the main thread while running CliInterface jobs. Commit. Fixes bug #222392. See bug #193908
- Metadatatest: allow multiple Ark installations. Commit.
- Drop duplicated code moved to PluginManager. Commit.
- Use PluginManager to load plugins in the Archive class. Commit.
- Introduce PluginManager class. Commit.
- Introduce Plugin class. Commit.
- Set pageStep for QSlider to 1. Commit.
- Wait for 1sec after killing KPtyProcess in CliInterface::doKill(). Commit.
- Improve debug ouput. Commit.
- Revert "part: connect to KJob::finished instead of result when registering jobs". Commit.
- Krazy: fix includes. Commit.
- Move GlobalWorkDir logic to AddJob::doWork(). Commit.
- Drop translations in kerfuffle_cli json template. Commit.
- Fix json filename, was renamed to kerfuffle_cli.json_TEMPLATE. Commit.
- I18n: stop extracting strings from cliplugin-example template. Commit.
- Rename PluginsTest to MetaDataTest. Commit.
- Update appstream metadata. Commit.
- Part: connect to KJob::finished instead of result when registering jobs. Commit.
- Introduce clizip tests. Commit.
- Implement GUI to set compression level for new archives. Commit. Implements feature #148702
- Simplify code in tests. Commit.
- More AddJob tests. Commit.
- I18n: add missing context. Commit.
- Add support for compression level in CliPlugins. Commit.
- Introduce ArchiveFormat class. Commit.
- Run CliInterface from the main thread. Commit.
- Add test for JSON metadata of kerfuffle plugins. Commit.
- Redesign of CreateDialog. Commit.
- I18n: enable translations for kerfuffle.xml. Commit.
- Update + fix ark docbook. Commit. Code review #127521
- Libarchive: update mimetype for tar.lz archives. Commit.
- Install custom mimetype for tar.lz archives. Commit.
- Cliinterface: refactor the replacement of AddArgs. Commit.
- Cliinterface: refactor the replacement of ListArgs. Commit.
- Set compression level in libarchiveplugin. Commit.
- Fully switch to JSON metadata for kerfuffle plugins. Commit.
- Update kerfuffle plugin's .desktop file. Commit.
- Restructure the Toolbar. Commit.
artikulate [Show]
- Add missing files. Commit.
- Cleanup icon directory. Commit.
- Change default sound backend to QtMultimedia. Commit.
- Fix broken commit. Commit.
- Bump to dev version number. Commit.
- Make all messages in about dialog of the editor translated. Commit.
- Ki18nc().toString() -> i18nc. Commit.
- Revert "Add 'QTGSTREAMER_INCLUDES' to the include directories as it contains the boost header location.". Commit.
- Add 'QTGSTREAMER_INCLUDES' to the include directories as it contains the boost header location. Commit.
blinken [Show]
bomber [Show]
- Remove extra pair of parens. Commit.
- Proofread + update Bomber handbook to 16.04. Commit. Code review #127873
- Add .gitignore file. Commit.
- Fix includes order. Commit.
- Remove unused header. Commit.
- Add clang-format file. Commit.
- Include order. Commit.
- Format. Commit.
- Remove irrelevant files. Commit.
- Add bomb sound. Commit.
- Cleanup. Commit.
- Format CMake files. Commit.
- Remove some comments. Commit.
- Bump version number. Commit.
- Add sound toggle action to tool bar for better visibility. Commit.
- Use KgSound + add actual crash sound. Commit.
- Remove deprecated Phonon; there's no sounds anyway. Commit.
- Show message when ending game with no high score. Commit.
- Do not add a score of 0 points to high scores. Commit.
- Fix typo. Commit.
- Unsigned int cannot be negative. Commit.
- Bump version number. Commit.
- Fix adding lives on reaching a certain score. Commit.
- Silence CMake warning CMP0063. Commit.
- QStandardPaths::DataLocation is deprecated. Commit.
bovo [Show]
- Replace entity kappname with bovo. Commit.
- Fix statement about possibility of saving games in manual (thanks to Alexander Potashev). Commit.
- Proofread + update Bovo handbook to 16.04. Commit. Code review #127874
- Add .gitignore file. Commit.
- Lowercase project name to go in line with other kde games. Commit.
- Silence CMake warning CMP0063. Commit.
- QStandardPaths::DataLocation is deprecated. Commit.
- Use C++ time instead of C time. Commit.
calendarsupport [Show]
- Fix variable. Commit.
- Add COPYING files. Commit.
- Use KF5_VERSION. Commit.
- Fix description. Commit.
- Simplify update version. Commit.
- Bump the Qt version check to 5.7.0. Commit.
- Workaround a Qt bug causing crash in freebusymodel tests. Commit.
- Port away from KCalendarSystem. Commit.
- Master is open. Commit.
cantor [Show]
- Don't crash when selecting a completion item using mouse. Commit. Fixes bug #345099
- Import Sage LaTeX macros when the output. Commit. Fixes bug #312738
- Fixed broken layout in ImageSettingsDialog. Commit.
- 1. In CommandEntry, clear KCompletionBox instead of deleting and creating it again for new completions. Commit.
- Drop qalculate settingswidget.* files. Commit.
- Fix compilation error "qobject.h:300:9: error: static assertion failed: Signal and slot arguments are not compatible.". Commit.
- Fix glitches in docs. Commit.
- Fix FIXMEs in docs. Commit.
- Remove a lot of empty lines in the end of cantor.cpp. Commit.
- Fix the crash of Cantor after close it using Sage backend. Commit. Fixes bug #328185
- Added support to sage 7.2 backend. Commit. Fixes bug #363560
- Bring back the LaTeX rendering for Sage backend. Commit. Fixes bug #359194
- Add 'imshow' to the list of Octave plot commands. Commit. Fixes bug #344978
- Fix filter of Cantor worksheets in save action. Commit.
- Put KDE Applications version numbering. Commit.
- Update Cantor handbook to 16.04. Commit. Code review #127872
- GenericName and Comment of a .desktop file must to be different. Commit. Fixes bug #351937
- Fix variable presentation of Octave backend after. Commit. Fixes bug #361509
- Fix tab completition to Octave backend. Commit. Fixes bug #345098
- Remove unnecessary ';' symbol. Commit.
- Silence kcoreaddons_desktop_to_json warnings. Commit.
- Silence CMake policy CMP0063 warning. Commit.
- Changes the version number in master branch. Commit.
- Missing add_test call. Commit.
- Use BUILD_TESTING consistently. Commit. Code review #127527
- Now version number is updated from KDE Applications version number. Commit.
- Fix the creation of temporary folders in R backend. Commit.
cervisia [Show]
- Lower cmake version requirement to be able to build on build.kde.org. Commit.
- Fix date + releaseinfo format. Commit.
- Update cervisia handbook to 16.08. Commit. Code review #128110
- Fix qt5options + kf5options man section. Commit.
- Uncomment qt5options, we have an up to date man page now. Commit.
- Fix typo. Commit.
- Fix wrong catalog name. Commit.
- Fix typo found by Eloy Cuadra. Commit.
- Update cervisia man page to 16.08. Commit. Code review #128107
- Remove more old KDE4 includes. Commit.
- Install renamed appdata file. Commit.
- Rename appdata file + fix wrong desktop file id, see https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html. Commit.
- Add KLocalizedString::setApplicationDomain. Commit.
- Remove old KDE4 headers. Commit.
- Fix cervisia handbook (rm kappname+package, fix links). Commit.
- More KF5 porting. Commit.
- More KF5 porting/bug fixing. Commit.
- Get absolute path when passing a relative path on the commandline. Commit.
- KTreeWidgetSearchLine is still in KF5::ItemViews framework. Commit.
- More KF5 Porting (reactivating opening the help on various dialogs). Commit.
- Add tree widget searchline from old KDE code no longer in KF5. Commit.
- More KF5 Porting (icons, dbus, etc.). Commit.
- Update to recent docbook DTD. Commit.
- More KF5 porting. Commit.
- Further KF5 porting. Commit.
- Fix date parsing. Commit.
- Mroe KF5 port. Commit.
- Further KF5 changes. Commit.
- Starting port to kf5. Commit.
dolphin [Show]
- Fix scrolling on hidpi screens. Commit. Code review #128432. Fixes bug #357618
- Give FileMetaDataConfigurationDialog a parent. Commit. Code review #128439
- Add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation. Commit.
- Look for kfileitemaction plugins in the expected subfolder. Commit.
- Fix DnD onto desktop:/ app desktop file. Commit. See bug #363991
- Load KFileItemAction plugins with json metadata. Commit. Code review #128088
- Update dolphin docbook to 16.04. Commit. Code review #128071
- Port all instances of Kauthorized action/shell_command to shell_command. Commit.
- Fix crash when closing split view with ownCloud plugin loaded. Commit. Fixes bug #357479. Code review #127930
- Don't use old (not existing) names in the documentation. Commit.
- Use selected icon state for selected sidebar item. Commit. Code review #127877
- Change wording of Directory to Folder. Commit.
- Fix exports and linkage, remove sources from tests which are already being linked. Commit. Code review #127709
- Selection toggle: Use emblem-remove and emblem-added icons from Breeze. Commit. Fixes bug #357587. Code review #127400
dolphin-plugins [Show]
- [git plugin] Revert action. Commit. Code review #127957
- [git plugin] Show local changes action. Commit. Code review #127902
dragon [Show]
- Fix date typo. Commit.
- Update dragon docs to KF5. Commit. Code review #128322
- Change wording: dragonplayer is not for KDE, but by KDE. Commit.
eventviews [Show]
- Use same margin. Commit.
- Remove duplicate margin. Commit.
- Update with new variable name. Commit.
- Fix variable name. Commit.
- Add COPYING files. Commit.
- Use KF5_VERSION. Commit.
- Use 'using' to quiet -Woverloaded-virtual warnings. Commit.
- Simplify update version. Commit.
- Remove the last KVBox remains in here. Commit.
- Port AgendaView away from KVBox. Commit.
- Port remaining KHBox usage. Commit.
- Port time bar labels away from KHBox. Commit.
- Port time labels to QTimeZone. Commit.
- Master is open. Commit.
ffmpegthumbs [Show]
- Port to libavfilter for deinterlacing. Commit.
filelight [Show]
- Add missing Q_OBJECT macros. Commit.
- Fix handling of fail to scan remote. Commit.
- Remove obsolete entity kappname. Commit.
- Add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation. Commit.
- Fix caching of remote, fix memory leak. Commit.
- Fix connection of correct signal in remote lister. Commit.
- Clean up dependencies. Commit.
- Refactor the click handler for the radial map. Commit.
- Return early. Commit.
- Use c++11 style connects for radial map. Commit.
- Use c++11 style connects for Part. Commit.
- Use c++11 style connect for app. Commit.
- Use a normal int to avoid warnings, Qt uses normal ints everywhere. Commit.
- Remove unused angle offsets. Commit.
- Remove unused signal/connection. Commit.
- Reformat code a bit. Commit.
- Set minimum Qt version to 5.4, remove ugly ifdefs. Commit.
- Put the shorter, simpler body into the if statement. Commit.
- Fix memory leak in remote listener. Commit.
- Remove superflous endl from debug output. Commit.
- Remove useless constructor for Store in remotelister. Commit.
- Fix the problem that filelight always scan across filesystem boundary. Commit. Code review #120707
- Set program icon the new way. Commit. Code review #120309
- Display path instead of url in up button's tooltip. Commit. Code review #125752
- Fix the back button. Commit. Code review #125751
- Fix alignment of text and rectangle in progress box. Commit.
- Update filelight docbook to kf5. Commit. Code review #124619
gpgmepp [Show]
- Fix symmetric encryption. Commit.
- Fix wrong ifdef macro name in data.cpp, too. Commit.
- Fix ifdef check for BinaryAndFineGrainedIdentify. Commit.
- Add handling for PubkeyAlgo and algo_name. Commit.
- Handle gpgme_data_identify properly. Commit.
- Do not treat KEYEXPIRED as error. Commit. Fixes bug #358392
- Do not treat unknown status codes as error. Commit.
- USe KF5_VERSION. Commit.
- Add GPGME_STATUS_KEY_CONSIDERED to ignored states. Commit.
- Simplify update version. Commit.
- Add support for gpgme_data_identify to Data class. Commit.
- Master is open. Commit.
granatier [Show]
- Take out incorrect licence, this is a pinheiro icon from Oxygen icon set and under GPL-3+. Commit.
- Update Water Bomb theme preview. Commit.
- Proofread + update Bovo handbook to 16.04. Commit.
- Add .gitignore file. Commit.
- Project() has to be stated only once. Commit.
- Silence CMake warning CMP0063. Commit.
- Remove trailing whitespaces. Commit.
- Fix naming of local variables. Commit.
- QStandardPaths::DataLocation is deprecated. Commit.
- Mark explicit. Commit.
- Use static_cast instead of C-style cast. Commit.
- Use range-based for loops. Commit.
- Use nullptr. Commit.
- Use prefix ++. Commit.
grantleetheme [Show]
- Increase version. Commit.
- Don't export symbol about private class. Commit.
- Add GrantleeTheme::Engine to avoid code duplication. Commit.
- Const'ify. Commit.
- Debug--. Commit.
- Fix install include. Commit.
- Add namespace. Commit.
- We need GrantleeKi18nLocalizer. Commit.
- Fix translation. Use correct domain name. Commit.
- Fix Bug 357231 - Untranslatable strings in Kmail welcome message. Commit.
- Add debug. Commit.
- Fix current locale. Commit.
- Add QtResourceTemplateLoader. Commit.
- Add COPYING files. Commit.
- Use KF5_VERSION. Commit.
- Simplify update version. Commit.
- Master is open. Commit.
gwenview [Show]
- Doc: use the correct name of the label. Commit.
- Normalize help URL (help:foo -> help:/foo). Commit.
- Remove kappname + use entity gwenview instead. Commit.
- Add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation. Commit.
- [OS X] Support for opening documents from the Finder (= through LaunchServices) and preserve the app icon. Commit. Code review #127932
- Remove unused variables. Commit.
- Port deprecated functions: save/restoreDialogSize. Commit.
- KSharedPtr to QExplicitlySharedDataPointer. Commit.
- Replace std::auto_ptr with std::unique_ptr. Commit.
- Enable high DPI pixmaps in Gwenview. Commit.
- Add buildtests target. Commit.
- Fix build with libkipi 5.0. Commit.
- Use the right variables to determine the libkipi version. Commit.
incidenceeditor [Show]
- Remove double margin. Commit.
- Move messagewidget to top of dialog not after button :). Commit.
- Remove double margin. Commit.
- Force oxygen theme here as missing 10 breeze icons here. => combobox is empty. Commit.
- Fix mem leak. Commit.
- Allow to change text font/size/color. Commit.
- Allow to save/load dialog size. Commit.
- Fix button position. Commit.
- Remove double margin. Commit.
- Don't allow to collapsechildren. Commit.
- Remove duplicate margin. Commit.
- Allow to open documentation. Commit.
- Fix variable name. Commit.
- Add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation. Commit.
- USe QStringLitera. Commit.
- Gitignore. Commit.
- Add COPYING files. Commit.
- Use KF5_VERSION. Commit.
- Remove moveCompletionPopup() hack. Commit.
- -Wunused. Commit.
- Install incidenceeditor categories. Commit.
- Simplify update version. Commit.
- I18n: do not extract messages in 'tests' subdirs. Commit.
- Port away from KSystemTimeZones. Commit.
- Port away from KDialog. Commit.
- Port away from KLocale. Commit.
- Port time combo box away from ICalTimeZone. Commit.
- Remove unused ctor overload. Commit.
- Master is open. Commit.
juk [Show]
- Correct desktop entry name in MPRIS. Fixes Plasma tooltips. Commit. Code review #128419
- Allow 'default playlists' to have duplicate entries. Commit.
- Don't update volume from DBus if the change is microscopic. Commit.
kaccounts-integration [Show]
- Better CMAKECONFIG_INSTALL_DIR fix. Commit.
- Revert "CMAKECONFIG_INSTALL_DIR: don't include prefix twice". Commit.
- CMAKECONFIG_INSTALL_DIR: don't include prefix twice. Commit.
- Add set_package_properties commands to give more info in case a dependency is not found. Commit.
- Make kded happy by prepending "kded_" to the X-KDE-Library value "accounts". Commit. Code review #127733
kalarmcal [Show]
- KLocale -> QLocale. Commit.
- Use KF5_VERSION. Commit.
- Simplify update version. Commit.
- Master is open. Commit.
kalgebra [Show]
- Add_definitions(-DQT_NO_URL_CAST_FROM_STRING) just in case (it builds with it already). Commit.
- Update kalgebra docbook to 16.04. Commit. Code review #127687
- Port kde mobile variant to Kirigami. Commit.
- Rename Console -> Calculator. Commit.
kamera [Show]
kanagram [Show]
- Add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation. Commit.
- Update Kanagram handbook to 16.04. Commit. Code review #127758
kapman [Show]
- Proofread + update Kapman handbook to 16.04. Commit.
- Add .gitignore file. Commit.
- Silence CMake warning CMP0063. Commit.
- QStandardPaths::DataLocation is deprecated. Commit.
- Use C++ time instead of C time. Commit.
kapptemplate [Show]
- Update kapptemplate docs to 16.08. Commit. Code review #128388
- Add the license headers. Commit.
- Port the KTextEditor template to KF5. Commit.
- Remove the old templates. Commit.
- Make build reproducible by adjusting the tar command user and group. Commit.
- Have "no sample picture" translated. Commit.
kate [Show]
- S&R: Only open the folder options when search-place is "Folder". Commit.
- Re-add Text to Search and Next buttons in the search plugin. Commit. Code review #128356
- Fix goToPreviousMatch when file item above is not expanded. Commit.
- S&R: Jump to the next/previous match from the cursor not list start/end. Commit.
- Update the result view also when creating the search list. Commit.
- Make command line option values translatable. Commit. Code review #128297
- Normalize help URL (help:foo -> help:/foo). Commit.
- Fix xml. Commit.
- Add file locations on windows systems for indentation + scripts. Commit. Code review #128293
- Sort session menu alphabeticaly. Commit.
- Revert "Sort Kate Session Menu alphabetically". Commit. Code review #128274
- Better window activation with QtSingleApplication. Commit.
- Close para to fix compile. Commit.
- Update the behavior for the Block Selection status. Commit.
- Make urlinfo.h header standalone. Commit.
- QtSingleApplication is used on Windows & Mac per default. Commit.
- Shamelessly add myself to the kate authors list. Commit.
- More fixes to handling of stuff like test.cpp:50, assume that is a local file with line number. Commit.
- Update *all* XmlGuiClients whenever toolbar config changes. Commit.
- S&R: Add wrap around top/bottom messages (like the built in one). Commit.
- Add option to use QtSingleApplication for single app instance. Commit.
- Bundle stuff in qrc. Commit.
- Include licence in chocolatey. Commit.
- Change title of Kate chocolatey package. Commit.
- Updated nuspec for the latest release. Commit.
- Cleanup. Commit.
- S&R: Try to fix the layout for the Stop/Replace buttons on macOS. Commit.
- S&R: Fix setting changing update timer triggering after UI revamp. Commit.
- Fix deploy scripty. Commit.
- Reorganize the search plugin UI to bring some options always visible. Commit. Fixes bug #363228
- TabBar: More predictive tab placement when opening/closing documents. Commit.
- TabBar: Close tab/document with middle mouse button. Commit. Code review #128197
- Rename activeViewSpace to activeTabBar. Commit.
- Add support for moving tabbar with the mouse. Commit. Fixes bug #344074
- Use d-pointer for class tabbar. Commit.
- Remove own hack in favor of generic solution to icon theme rcc loading in kiconthemes. Commit.
- Remove own hack in favor of generic solution to icon theme rcc loading in kiconthemes. Commit.
- Rm options from kf5options+qt5options, we have up to date man pages for kf5options+qt5options now. Commit.
- Phabricator arc tool: allow changing the history. Commit.
- Deploy script for emerge. Commit.
- Add .arcconfig for Phabricator patches. Commit.
- Ui-compiler + scripty generate different strings, simplify the markup to fix that and make the string translatable. Commit.
- Fix message extraction, no rc, ui, kcfg files. Commit.
- Set application name to "kate" always. Commit.
- Fix desktop view for large panels. Commit. Fixes bug #360987. Code review #128179
- Mention the mac dir. Commit.
- Move mac.txt. Commit.
- Add a kate.nuspec to create packages for https://chocolatey.org/packages/kate/. Commit. Code review #127020
- Update. Commit.
- Fix compile :/. Commit.
- Fix path for icons-breeze resource as generated by breeze-icons framework. Commit.
- Cleanup the stuff. Commit.
- Cleanup the stuff. Commit.
- Update mac.txt, use resource as generated by breeze-icons framework and streamline more things to do release builds. Commit.
- Fix broken ui file, change '"' to '"' to make this string translatable. Commit.
- Fix Windows bug: renaming a file in the tree would fail due to "%5C" in the URL ('\'). Commit.
- Avoid hidden view spaces on start. Commit. Fixes bug #358266. Code review #128173
- Sort Kate Session Menu alphabetically. Commit. Fixes bug #364089. Code review #128165
- Fix cmake guard for konsole. Commit.
- Fix mac.txt for Qt 5.6.x + current breeze icons. Commit.
- Update kate session widget RB: 128134. Commit. Code review #128134
- Redo the command line path handling. Commit. Fixes bug #363297
- Fix last minor typo. Commit.
- Fix that kate/kwrite don't accept the file:/// protocol in URL on command line. Commit. Fixes bug #363297
- Fix minor typos. Commit.
- Fix minor typos. Commit.
- Fix minor typo. Commit.
- Fix minor typos. Commit.
- Fix my typos. Commit.
- By kde, not for kde + fix wrong shortcut. Commit.
- Add sects for symbolviewer + backtracebrowser plugins. Commit. Code review #127981
- Add sects for close except like + openheader + textfilter plugins. Commit. Code review #127977
- Add sect for rust plugin. Commit. Code review #128025
- Add sect for ctags plugin. Commit. Code review #128015
- Add sects for documentswitcher + lumen plugins. Commit. Code review #128003
- Add sect for project plugin. Commit. Code review #127998
- Update/proofread Kate handbook. Commit. Code review #127949
- [Kate] Back/Forward mouse buttons. Commit. Code review #127122
- More compile fixes, locally it anyways works, guess to much headers installed here. Commit.
- Kate - Modified the DBus behaviour or re-use the existing instances. Commit. Code review #127283
- Remove kdefakes.h to fix compile. Commit.
- [OS X] provide a fully populated Info.plist. Commit. Code review #127084
- [OS X] provide a fully populated Info.plist. Commit. Code review #127084
- Porting XML Validation plugin to KF5. Commit.
- Re-add docs about xmlcheck plugin. Commit. Code review #126173
- Porting XML Validation plugin to KF5. Commit. Code review #126173
- By kde, not for kde. Commit.
- By kde, not for the kde desktop. Commit.
- Fix minimum height for the search plugin. Commit.
- Port all instances of Kauthorized action/shell_command to shell_command. Commit. Code review #127964
- Resort man page options. Commit.
- Add missing space. Commit.
- Fix typo in katepart menus + adept to kate menu. Commit.
- Sort sects about plugins to follow the order in plugin page in the settings dialog, add missing links. Commit.
- Fix wrong date format. Commit.
- Update Kate handbook to 16.04. Commit. Code review #127841
- I18n style guide fixes. Commit.
- Fix minor typos. Commit.
- Add missing option --desktopfile. Commit.
- Fix minor typos. Commit.
- Consistent markup, add missing ids, add pngs for icon buttons, fix typos. Commit.
- More consistent docbook markup, no change in content. Commit.
- Consistemt docbook markup, rm anchors + move id to varlistentry, no change in content. Commit.
- Update kwrite + katepart menu docbook. Commit. Code review #127707
- Rename File tree in Plugin Manager settings window to Documents. Commit. Code review #127721
- Project: fix git submodules scanning. Commit. Code review #127731
- Fix minor typos. Commit.
- Typo fix. Commit.
- Missed this in the last commit 'Remove Editor Component Extensions from katepart'. Commit.
- Remove Editor Component Extensions from katepart. Commit.
- Tabbar: use QPalette::WindowText role instead of ButtonText role as foreground color. Commit. Fixes bug #354630
- [Project plugin] Update line edit content. Commit. Code review #127584
- Improved foreground color contrast for search & replace highlightings. Commit.
- Use Document::currentWord() and some cleanups. Commit. Code review #127578
- [Project plugin] Shortcut (Alt+1) and context menu actions to lookup in ctags index. Commit. Code review #127511
- Fix Invalid read of size 4 in KateApp::~KateApp(). Commit.
- Ignore trailing colons when opening a file at a line/column position. Commit.
- Revert "fix file open dialog default directory for kwrite as well". Commit.
- Fix file open dialog default directory for kwrite as well. Commit.
- Open dialog: pass the directory, not the file name. Commit.
- Change year to 2016. Commit.
- Fix build with -DQT_NO_URL_CAST_FROM_STRING. Commit.
- Kate TabBar: Add "Copy Path" and "Open Containing Folder" to context menu. Commit.
- Fix warning: Remove unused variable. Commit.
katomic [Show]
- Proofread + update Katomic handbook to 16.04. Commit.
- Add .gitignore file. Commit.
- Silence CMake warning CMP0063. Commit.
- QStandardPaths::DataLocation is deprecated. Commit.
kblackbox [Show]
- Proofread + update KBlackbox handbook to 16.04. Commit.
- Add .gitignore file. Commit.
- Silence CMake warning CMP0063. Commit.
- QStandardPaths::DataLocation is deprecated. Commit.
kblocks [Show]
- Move QLoggingCategories to KBlocks_debug.h and KBlocks_debug.cpp. Commit.
- Proofread + update KBlocks handbook to 16.04. Commit.
- Fix Coverity #76255: Calling risky function. Commit.
- Add .gitignore file. Commit.
- Check for NULL pointers. Commit.
- Fix Coverity #76268: Uninitialized members. Commit.
- Fix Coverity #76262: Unchecked dynamic_cast. Commit.
- Fix Coverity #76279: Uninitialized member variables. Commit.
- Fix Coverity #76278: Uninitialized member. Commit.
- Fix Coverity #76277: Uninitialized scalar field. Commit.
- Fix Coverity #76276: Uninitialized scalar field. Commit.
- Fix Coverity #76275: Uninitialized pointer. Commit.
- Fix Coverity #76274: Uninitialized members. Commit.
- Fix Coverity #76273: Uninitialized members. Commit.
- Fix Coverity #76272: Uninitialized members. Commit.
- Fix Coverity #76271: Uninitialized members. Commit.
- Addendum to Coverity Fix #76270: Comment out unused member variables. Commit.
- Fix Coverity #76270: Initialize members. Commit.
- Fix Coverity #76269: Uninitialized member. Commit.
- Fix Coverity #76268: Comment out unused member variable. Commit.
- Fix Coverity #76267: Initialize values for SingleGameInterface. Commit.
- Use AppDataLocation instead of DataLocation. Commit.
- Silence CMake warning CMP0063. Commit.
- Fix Coverity #76266: Initialize members, make constructor protected. Commit.
- Fix Coverty #76265: Make check for array bounds explicit. Commit.
- Replace QDebug wich QLoggingCategory. Commit.
- Fix Coverty #76262: Check for NULL pointer. Commit.
- Introduce QLoggingCategories. Commit.
- Add provides tag in appdata.xml file. Commit.
- Fix Coverty issue #76280. Commit.
- Use qrand() and qsrand() instead of rand() and srand(). Commit.
- Use C++ time instead of C time. Commit.
- In KBlocksAILog::gotoXY(int x, int y) go to y instead of y+1. Commit.
- Declare constructor KBlocksPiece(PieceInterface *p) explicit. Commit.
- Add email address to copyright line. Commit.
kblog [Show]
- Use KF5_VERSION. Commit.
- Simplify update version. Commit.
- Drop unnecessary QtWebKitWidgets dependency. Commit. Code review #127520
- Master is open. Commit.
kbounce [Show]
- Fix date. Commit.
- Proofread + update KBounce handbook to 16.04. Commit.
- Add .gitignore file. Commit.
- Silence CMake warning CMP0063. Commit.
- QStandardPaths::DataLocation is deprecated. Commit.
kbreakout [Show]
- Fix collision detection. Commit. Fixes bug #328812. Code review #128472
- Introduce Logging Categories. Commit. Code review #127708
- Proofread + update KBreakout handbook to 16.04. Commit.
- Add .gitignore file. Commit.
- Silence CMake warning CMP0063. Commit.
- Avoid string concatenation. Commit.
- QStandardPaths::DataLocation is deprecated. Commit.
kbruch [Show]
- Retake screenshots. Commit.
kcachegrind [Show]
- Followup fixes/cleanups for last commit. Commit.
- Use new configs for tighter call maps. Commit.
- Further config options for field drawing in TreeMaps. Commit.
- One line for function name in call maps. Commit.
- Better TreeMap drawing if 1D splitting wanted. Commit.
- Fix callgraph for symbols containing quotation marks. Commit.
kcalc [Show]
- Fix an alignment issue under the OS X native "macintosh" style. Commit. Code review #128004. Fixes bug #339670
kcalcore [Show]
- Kcalcore: avoid crash and improve performance. Commit.
- Fix bug with events ending at midnight. Commit. Fixes bug #362921. Code review #128383
- Compile with QT_NO_CAST_FROM_ASCII. Commit.
- It compiles fine with QT_NO_CAST_TO_ASCII). Commit.
- Reorder members in Incidence::Private, saves 40 bytes per instance. Commit.
- Use KF5_VERSION. Commit.
- Simplify update version. Commit.
- Merge commit '9800fca3b44300828a8b7d23ae962f01e47ac5ff'. Commit.
- Fix order. Commit.
- Remove ICalTimeZones from public API here. Commit.
- Master is open. Commit.
kcalutils [Show]
- Use directly KDE_INSTALL_FULL_LIBDIR. Commit.
- Fix autotest for jenkins. Commit.
- Fix multiday. Commit.
- Fix some error in html. Commit.
- USe UTF-8 here too. Commit.
- Make sure that we use C. Commit.
- Fix calendar attachment support. Commit.
- Incidence.summary can be an html version. Commit.
- Use more common "Tentative" instead of "Provisorily". Commit.
- Minor optimization. Commit.
- Make it compile. Commit.
- Fix translation. Commit.
- Remove old unimplement now method. Commit.
- Fix Messages.sh, templates dir was moved. Commit.
- Add comment. Commit.
- Try to fix autotest. Commit.
- Embbed template file in qresource. Commit.
- Remove unused remove_definitions. Commit.
- Ignore it. Commit.
- Unbreak calendar support. Commit.
- Set default locale for tests to C. Commit.
- Fix testErrorTemplate for new grantlee. Commit.
- Set oxygen theme for tests. Commit.
- Use $EXTRACT_GRANTLEE_TEMPLATE_STRINGS. Commit.
- Use KF5_VERSION. Commit.
- Grantlee_plugin/icon.cpp - initialize mSizOrGroup in a IconNode ctor. Commit.
- New formatICalInvitation and formatICalInvitation without Outlookstyle. Commit.
- Simplify update version. Commit.
- Make the event test independent on me. Commit.
- Fix build with strict iterators. Commit.
- New ITIP theme, ported to Grantlee. Commit.
- Port away from KCalendarSystem. Commit.
- Master is open. Commit.
kcharselect [Show]
- Add missing Unicode blocks; improve ordering. Commit. Fixes bug #298010
- Fix releaseinfo + new screenshot. Commit.
kcolorchooser [Show]
- Drop X-DBUS-StartupType key from kcolorchooser.desktop. Commit. Fixes bug #363051. Code review #127978
- Install renamed .desktop file. Commit.
- Rename desktop file to org.kde name schema. Commit.
- Remove unused dependency. Commit.
kcontacts [Show]
- Improve autotest. Commit.
- Use explicit variable. Commit.
- Improve autotest. Commit.
- USe new nickname class. Commit.
- Start to implement mNickNameExtraList. Commit.
- Improve autotest. Commit.
- Add more autotest. Commit.
- Use org class. Commit.
- Code optimization. Commit.
- Minor optimization. Commit.
- Add note class. Commit.
- Increase version. Commit.
- Add autotests. Commit.
- Add org support. Commit.
- Remove duplicate code. Commit.
- Create vcard. Commit.
- Improve autotest. Commit.
- Use Role directly. Commit.
- In vcard4 we can have several role. Commit.
- Minor optimization. Commit.
- Add more autotests. Commit.
- Add more autotest. Commit.
- Nickname can have several parameters in vcard4. Commit.
- Add more autotest. Commit.
- Fix autotest. Commit.
- Increase version. Commit.
- Minor optimization. Commit.
- Test type for URL. Commit.
- Astyle kdelibs. Commit.
- Modify first element. Commit.
- Use Title directly so we can save/restore parameters (vcard4). Commit.
- Allow to store/restore parameters. Commit.
- Remove line. Commit.
- Add title class. It's not just a string in vcard4 we can have some parameters. Commit.
- Add more comment. Commit.
- Fix parsing tel vcard4. Commit.
- Use QLatin1Char. Commit.
- Minor optimization. Commit.
- Improve autotests. Commit.
- Fix typo. Commit.
- Improve impp parsing. Commit.
- Use QCDebug. Commit.
- Add info about timezone. Commit.
- Add autotests. Commit.
- Improve autotests. Commit.
- Fix autotest. Commit.
- Minor optimization. Commit.
- Look at to parse vcard4 phonenumber. Commit.
- USe const iterator. Add comment. Commit.
- Add autotest. Commit.
- Use constiterator. Commit.
- We need to create autotest for phonenumber too it's not perfect we need to improve it. Commit.
- Add parsing autotest. Commit.
- Add parsing. Commit.
- Fix autotests. Commit.
- Fix key vcard4 support. Commit.
- Key is not supported as vcard4. Commit.
- We need to support timezone vcard4. Commit.
- Now we need to compare them. Commit.
- Add new autotests. Commit.
- Look at to parse full vcard test. Commit.
- Reimplement parsing. Commit.
- Allow to parse geo vcard4. Commit.
- Minor optimization. Commit.
- Allow to export geo argument. Commit.
- Check geo value. Commit.
- Fix autotest even if lang is not "C". Commit.
- Fix map file path. Commit.
- In vcard4 address can have a geo position value. Commit.
- Remove debug. Commit.
- Add TODO. Commit.
- Fix parsing label from vcard4. Commit.
- Add vcard4 parsing. Commit.
- Rename method. Commit.
- Parse vcard3 card. Commit.
- Add parsing code. Commit.
- Minor. Commit.
- Fix Bug 365191 - vCard4 must use LABEL ADR-parameter, not LABEL field. Commit. Fixes bug #365191
- Astyle kdelibs. Commit.
- Fix definition. Commit.
- Increase version. Commit.
- Fix Bug 365192 kaddressbook corrupts or discards information in it does not know (carddav). Commit. Fixes bug #365192
- Import/export field group. Commit.
- Add support for fieldgroup. Commit. See bug #365192
- Improve autotests. Commit.
- Don't use group name as field in vcardtool. Commit.
- Add == operator. Commit.
- Add autotest. Commit.
- Add autotests for vcardline support. Test group support. Commit. See bug #365192
- Fix copy group. Commit.
- Make sure that we don't lose some data. When some server export as vcard3. Commit. See bug #365192
- Add new autotest from bug 365192. Commit. See bug #365192
- Add value. Commit.
- Fix Bug 365193 - vCard4 export must use RELATED field instead of custom X- field. Commit. Fixes bug #365193
- Try to understand why autotest is not good. Commit.
- Start to create autotest for customidentifier. Commit.
- Use KF5_VERSION. Commit.
- Simplify update version. Commit.
- Update copyright. Commit.
- Add autotests for birthday. Commit.
- Minor optimization. Commit.
- Add comment. Commit.
- Master is open. Commit.
kcron [Show]
kde-baseapps [Show]
- Typo fix: "removeable" -> "removable". Commit.
- Cmake: allow to disable build of plasma stuff. Commit.
kde-dev-scripts [Show]
- Revert "don't include language in script name, https://lintian.debian.org/tags/script-with-language-extension.html". Commit.
- Don't include language in script name, https://lintian.debian.org/tags/script-with-language-extension.html. Commit.
- Christian Mollekopf said he agrees to all relicensing options. Commit.
- Create_tarball: switch to kdoctools_install macro. Commit.
- Update documentation for create_tarball. Commit.
- Add myself to relicensecheck.pl. Commit.
- Add myself to relicensecheck. Commit.
- Add myself and secondary email address. Commit.
- Add info + link. Commit.
- Add suppport for url.url(KUrl::RemoveTrailingSlash). Commit.
- Don't add
if is there already. Commit. - Add create_tarball_kf5 script. Commit.
- Add kronometer to createtarball config. Commit.
- Add ktorrent release info. Commit.
- Handle KABC deprecated classes. Commit. Code review #125570
kde-runtime [Show]
kdebugsettings [Show]
- Check categories to avoid duplicate entries. Commit.
- Add test for duplicate entries with duplicate categories. Commit.
- Simplify unittest greatly by reusing instances, add a test for a duplicate entry. Commit.
- Autotest: output verbose info on failure, without requiring a #define. Commit.
- Fix obvious typo in filename. Commit.
- Provide 4-args ctor for LoggingCategory so that the unittest can be much shorter and maintainable. Commit.
- Add category for KIO::CopyJob. Commit.
- Astyle kdelibs. Commit.
- Remove unused variable. Commit.
- Debug--. Commit.
- Fix last FIXME. Commit.
- Fix compile warning. Commit.
- Fix warning. Commit.
- Use QMap as we have 5 elements max => it will not make a diff and autotest are not random. Commit.
- Fix Off support. Commit.
- Reactivate load config. Commit.
- Look at to improve load custom rules (broken for the moment). Commit.
- Use QHash. Commit.
- We need to change the logic to support custom rules. Commit.
- Add more autotest. Commit.
- Astyle kdelibs. Commit.
- Reactivate insert categories. Commit.
- Readd autotests. Commit.
- Debug--. Commit.
- Fix generate custom rules. Commit.
- Add more autotest. Commit.
- Comment debug. Commit.
- Fix load custom type. Commit.
- Add autotest for customcategories. Commit.
- Clean up. Commit.
- Add debug support too. Commit.
- Add more autotests. Commit.
- Fix off state. Commit.
- Add more autotests. Commit.
- Try to fix off status. Commit.
- Found bug about loading off element. Commit.
- Improve autotest. Commit.
- Fix add to correct list. Commit.
- Found first bug. Commit.
- Improve autotest. Commit.
- Add more autotests. Commit.
- Add missing Q_DECL_METATYPE. Commit.
- Remove debug. Commit.
- Load custom rules. Commit.
- Add autotest. Commit.
- USe LoadCategoriesJob. Commit.
- Don't duplicate entries. Commit.
- Extract code to create autotest. Commit.
- Add akonadicore. Commit.
- Fix All support. Commit.
- Generate rule. Commit.
- Load category type. Commit.
- Reactivate code. Commit.
- Astyle kdelibs. Commit.
- Generate custom rules. Commit.
- Minor. Commit.
- Test validity. Commit.
- Add more autotests. Commit.
- Improve it. Commit.
- Remove debug. Commit.
- Improve autotest. Commit.
- Improve autotests. Commit.
- Add autotest. Commit.
- Move in correct file. Commit.
- Implement debug. Commit.
- Const'ify. Commit.
- Extract kdeloggingcategory. Commit.
- Extract logging category. Commit.
- We use LoggingType now. Commit.
- Update about info. Commit.
- Update copyright. Commit.
- Rename buttons. Commit.
- Add custom combobox. Commit.
- Enable/disable debug. Commit.
- Remove checked state. Commit.
- Add off support. Commit.
- Improve it. Commit.
- Reactivate code. Commit.
- Adapt new api. Commit.
- Use enum here. Commit.
- Define it here. Commit.
- Minor optimization. Commit.
- Rename class. Commit.
- Revert "Look at to implement off". Commit.
- Look at to implement off. Commit.
- Adapt autotest for loggingttpe. Commit.
- We need a enum for define category. Commit.
- Add for the future "off". Commit.
- Add info categorie support. Commit.
- Add ksceen backend launcher category. Commit.
- Add a few missing kscreen categories. Commit.
- Add KCoreDirLister. Commit.
- Fix category of xcb helper for libkscreen. Commit. Fixes bug #361688
- Add kf5.kio.widgets category (coming up). Commit.
kdelibs [Show]
kdenlive [Show]
- Fix possible corruption. Commit. See bug #365632
- Fix crash on rendering with movit. Commit. Fixes bug #366570
- Fix editing of title clips. Commit. See bug #366502
- Fix corruption on speed change. Commit. See bug #366416
- Fix clicking in row header not updating correct row. Commit. See bug #357806
- Fix crash when rendering with audio muted. Commit. Fixes bug #363328
- Fix last commit causing some transition not created on document opening. Commit.
- Detect and remove invalid (overlapping) transitions on project opening. Commit. See bug #348029
- Fix trying to delete transition twice on some title clips. Commit.
- Updated timeline icons. Commit.
- Fix display of stabilize dialog (remove useless radio buttons). Commit.
- Check frameworks version to decide if we need to handle file overwrite by ourselves. Commit.
- Fix cannot write backup file on first start. Commit.
- Blacklist rotoscoping until it gets fixed. Commit.
- Remove qtext creation and beta warning. Commit.
- Blacklist unsupported/crashing avfilters. Commit.
- Remember last folder when opening a project file. Commit.
- Fix monitor sometimes blank when switching tab. Commit. Fixes bug #360096
- Fix crash on DVD Wizard close. Commit. Fixes bug #365661
- Blacklist avfilter.volume. Commit. Fixes bug #365877
- No unnecessary mem copy for thumbnails, ensure width % 2. Commit. Fixes bug #365883
- Blacklist avfilter fade (would require an XML file to correctly define parameters). Commit. Fixes bug #365996
- Fix undo on qtblend transition. Commit. See bug #366168
- Don't allow deletion of keyframe if there is only one. Commit. Fixes bug #366167
- Workaround Qt bug 54676 causing high CPU usage. Commit. See bug #364837
- Fix crash on avfiltre parameters with string type. Commit.
- Fix compilation on some Qt versions. Commit.
- Make "Clip Properties" open title / slideshow widget. Commit.
- Fix crashes when using MLT 6.2.0. Commit. Fixes bug #366107
- Fix snap sometimes blocked on a guide. Commit. Fixes bug #366069
- Updated icon. Commit.
- Make Clip Properties panel raise even if it was under Project Bin. Commit. Fixes bug #366144
- Clicking on timeline preview while it is running aborts rendering. Commit.
- Fix render bitrates incorrectly set when selecting another profile. Commit. Fixes bug #366017
- Remove strange behavior clip properties icon in bin toolbar, make clip properties widget behave like any other. Commit. Fixes bug #366103
- Fix crash on invalid animated parameter. Commit. Fixes bug #366105
- Fix timeline cannot be properly resized. Commit. See bug #366066
- Fix delete guide hard to reach from timeline ruler on low zoom. Commit. See bug #366068. See bug #366066
- Fix guide context menu not showing. Commit.
- Cleanup composite preview icon. Commit.
- Update for rewritten qtblend filter. Commit.
- Fix missing text of new compositing option. Commit.
- Fix warning / possible crash when using effect with multiple animated params. Commit.
- Rebuild audio mix transitions on track add/remove. Commit.
- Fix effect stack corruption when there are several geometry/animatedrect effects. Commit.
- Enforce new icon for application window. Commit.
- Fix moving animated keyframe in monitor causing other keyframes to move. Commit.
- Fix moving center keyframe too fast stops move. Commit.
- Fix offset between tracks and headers on startup. Commit.
- Fix expanding library clip containing titles. Commit. Fixes bug #365658
- Show warning message if rendering with preview quality compositing. Commit.
- Update track compositing. Disable individual track control, add global option in timeline toolbar to switch compositing between none, preview and high quality. Commit.
- Redesigned Kdenlive icon. Commit.
- Fix Fade out broken on resized title/color/image clips. Commit. Fixes bug #363538
- Fix reset effect in clip bin. Commit. See bug #361822
- Fix margin in in effect stack buttons. Commit.
- Animated rect: add align and resize buttons. Commit.
- Fix effects with multiple animated parameters, add rotation in qtblend. Commit.
- Fix cannot pause near end of clip regression. Commit. See bug #353099
- Minor optimisation. Commit.
- Rebuild composite transitions on track add/remove and enable/disable. Commit. See bug #365887
- Fix missing audio mix transition on upper track. Commit.
- Fixuifiles. Commit.
- Update startup message warning. Commit.
- Fix reset effect. Commit.
- Fix editing animatedrect parameter not updating monitor scene. Commit.
- Fix text should be directly editable in title widget. Commit. See bug #365847
- Fix audio level meter with 5:1 clips. Commit. See bug #365841
- Fix Windows compilation. Commit.
- Some fixes for animated effects in tracks. Commit.
- Fixes and updates preparing the new qtblend transition/effect. Commit.
- Make effect search ignore accents so that "bez" finds "Bézier". Commit.
- Fix compilation, do not auto raise effect stack on clip selection, select clip after it is dropped in timeline. Commit. See bug #364825
- Fix script rendering. Commit.
- Remove old unused code with warnings and wrong pasted license. Commit. See bug #364734
- Fix Project bin not reusing cached thumbs on project opening. Commit.
- Fix handling of alpha transparency in project bin thumbnails. Commit.
- Add support for upcoming qtblend transition. Commit.
- Fixes for animated rect parameters in transition (prepare for qtblend transition). Commit.
- Fix titler request background working only once. Commit. See bug #365692
- Fix project profile widget showing incorrect value on custom profile. Commit.
- Fix timeline cursor height incorrect. Commit. See bug #365656
- Fix title/color clip duration broken after edit. Commit. See bug #365653
- Fix corruption on resize color/title clips after reloading /editing clip from bin. Commit.
- Fix freeze on insert track and ghost track when adding a track and timeline preview is active. Commit.
- Fix track header layout if initial height is small. Commit.
- Fix application language cannot be changed from menu. Commit. See bug #356658
- Fix crash on first run and click new project. Commit.
- Save track header width. Commit. See bug #356043
- Fix crash / corruption on resize transition start. Commit. See bug #365072
- Fix older Kdenlive project files (0.9.x) losing track properties (track name, type) on convert. Commit.
- Fix DVD Wizard chapters monitor sometimes not showing up. Commit.
- DVD Wizard cleanup, make chapters optional, should solve freeze. Commit. See bug #352057
- Show track buttons even on smaller track sizes. Commit. See bug #365445
- Another attempt to fix DVD Wizard freeze. Commit. See bug #352057
- Fix freeze in DVD Wizard. Commit. See bug #352057
- Add 4K DCI profiles. Commit. See bug #365535
- Timeline preview now doesn't shrink ruler. Commit. See bug #364106
- Fix focus issue when renaming a track and clicking on another track. Commit. See bug #360266
- Fixes for profile selection widget. Commit.
- Fix geometry effect centers not correctly updated in monitor when editing a value in spin box. Commit.
- Fix dock widget title bar inconsistencies. Commit. See bug #365330
- Finish UI rewrite of profile selection. Commit.
- Fix compilation, redesigned profile selection in project settings (wip). Commit.
- Fix widget title bar sometimes missing. Commit. See bug #364794
- Fix moving dockwidgets broken. Commit. See bug #364794
- Fix force breeze icons on non KDE desktop not working on first run. Commit.
- Use QToolBar instead of KToolBAr when possible, Fix QStyleOptionViewItemV4 compile warning on Qt 5.7. Commit.
- Fix title animation. Commit. See bug #365039
- Remove wrong hardcoded size from previous commit. Commit.
- Set timeline's maximum height, saner default window size on first start. Commit.
- Cleanup default startup layout (hide clip properties, bin on the left). Commit.
- Small cleanup. Commit.
- First run wizard will now only show on first run if install errors/warnings are detected. Commit.
- Get rid of custom video player app setting and uses system's default app to play videos after render. Commit.
- Fix compilation with Qt 5.4. Commit.
- Prepare for automatic project profile detection on first run so that we can remove profile selection from wizard. Commit.
- Enforce Breeze icons on first run if non KDE desktop is detected. Commit.
- Better fix for clip job counter, Correctly discard waiting job status on discard. Commit.
- Only set proxy on a clip when it is successfully created. Commit. See bug #364941
- Allow selection of a default timeline preview profile. Commit. See bug #364936
- Fix corruption on insert with grouped clips. Commit. See bug #364836
- Switch to lower bitrates for DNxHD timeline preview. Commit.
- Fix timeline preview with HD 24fps profile. Commit. See bug #364106
- Fix render widget tooltip. Commit. See bug #361195
- Split timecode and playback overlay options. Commit. See bug #361353
- Fix time notification of render job when using KDE's notification server. Commit.
- Fix gpu effects icon in dark theme. Commit.
- Add new option to force breeze icon theme, enabling proper display of icons in non KDE sessions. Commit.
- Revert OpenGL change that might cause startup crash on some config. Commit. See bug #364278
- Increase MJPEG preview refering quality (still causes color range loss). Commit.
- If preview rendering fails, allow user to see output log to understand error. Commit.
- Fix shadow offset by doing custom paint of text items when not editing. As a side effects, on some fonts there is a vertical offset when editing, but it's only when editing. Commit. See bug #364584
- Fix spacer timeline corruption. Commit. See bug #364297. See bug #364585
- Use clickable text instead of button to display error log in bin message. Commit.
- Make sure the bin messages can be closed. Commit. See bug #364717
- Make sure the proxy folder always exists. Commit.
- Disable editing of project's metadata name. Commit. See bug #349450
- If user deleted proxy from cached data widget, recreate empty proxy folder. Commit.
- Fix empty number field making timecode invalid. Commit. See bug #364595
- Fix compilation warning. Commit. See bug #364695
- Fix crash on project settings. Commit. See bug #364696
- Store proxy profile info in proxy clip name, no more separate folders, fix info & deletion of proxies in cached data widget. Commit. See bug #364655
- * Store all proxy clips in the same folder: $HOME/.cache/kdenlive/proxy to allow reusing proxy in different projects. Commit. See bug #364655
- Fix transition corruption on group move. Commit. See bug #364306
- Fix timeline preview encoding parameter detection. Commit. See bug #364106
- Fix crash on undo delete bin effect. Commit.
- Fix memleaks. Commit.
- Fix crash on undo effect deletion. Commit.
- New color correction effect based on avfilter selective color (CMYK adjustments). Commit.
- Fix shadow offset in title editor. Commit. See bug #364584
- Fix deletion of effect group. Commit. See bug #364608
- Sample code for subtitle support. Commit.
- Fix display of template text clips in timeline (thumbnails, color). Commit.
- Fix saving title cannot write existing file. Commit. See bug #364569
- Fix 3 pixel offset when editing text that had inverted x or y axis. Commit. See bug #364556
- Title Widget: small fixes for object move. Commit.
- Title Widget: don't try to paint shadow when there is none (caused temporary freeze). Commit. See bug #364561
- Start implementing / blacklisting avfilters. Commit.
- Cached data manager: fix crash when cache directory is empty. Commit.
- Fix add guide icon. Commit.
- Icons cleanup. Commit.
- Make sure to abort audio thumb jobs before changing profile. Commit. See bug #364105
- Fix some settings dialog icons. Commit.
- Don't change timeline cursor pos when moving a group at end of track. Commit.
- Fix crash on trying to move grouped clip with Ctrl. Commit.
- Add "Fit to original" and "Adjust and center in frame " in resize options. Commit. See bug #364510
- Make monitor toolbar use color theme. Commit.
- Fix thumbnail scaling on full zoom. Commit.
- Fix clip zone if incorrectly saved. Commit. See bug #364462
- Fix one frame offset in clip monitor selection. Commit. See bug #364462
- Cleanup. Commit.
- Fix composite icon not appearing on some configs. Commit.
- Fix compilation on KF5 < 5.23. Commit.
- Switch to svg icons for compatibility. Commit.
- Install light and dark icons only with KF5 < 5.23. Commit.
- Some progress on icon handling. Commit.
- Fix compilation. Commit.
- Fix calculation of group offset. Commit.
- Add missing icon. Commit.
- Cleanup & first test for improved icon handling. Commit.
- Enabled -DQT_NO_CAST_TO_ASCII and fix compilation accordingly. Commit.
- Fix crash on disable preview. Commit.
- Fix razor tool. Commit. See bug #364427
- Move project backup files to an XDG compliant path (but still check old path for previous backups). Commit.
- Fix clip disappearing on resize. Commit.
- Fix timeline corruption on cut. Commit.
- Fix split audio not expanding on empty target track. Commit.
- Remove unused frameworks. Commit.
- Fix split audio in overwrite mode. Commit. See bug #364366
- Speed effect can now be applied to audio clips. Commit.
- Cleanup: remove unused Plotting frameworks. Commit.
- Don't warn on lost changes if project was not modified. Commit. See bug #364369
- First Randa commit: don't split audio over existing clip. Commit. See bug #364366
- Fix timeline preview rendering on 24fps projects. Commit. See bug #364106
- Fix zone height on HiDPI. Commit. See bug #364106
- Fix selection lost after move. Commit. See bug #364324
- Fix crash on razor clip. Commit. See bug #364316
- Fix crash on transition move. Commit. See bug #364305
- Fix crash on shift+click, display offset in clip groups. Commit.
- Fix corruption on spacer tool. Commit. See bug #364274
- Fix insert clip on track 0 at pos 0. Commit. See bug #364247
- Post refactoring timeline fixes. Commit.
- Various fixes for group move, allow individual resize with Ctrl+click. Commit.
- Improvments for Rolling Edit: Ctrl+click and drag will do a rolling edit. Commit.
- Continuing timeline refactor. Commit.
- Continue timeline tool refactoring. Commit.
- Fix corruption when moving clip in overwrite mode. Commit.
- Timeline refactoring: start moving tool functions into own class. Commit.
- Make cancel and accept buttons work on Ripple window. Commit.
- First attempt of Ripple Window (ripple edit is not applied yet). Commit.
- Test some Movit changes for NVIDIA crash. Commit.
- Debug--. Commit.
- Add option to hide menu bar. Commit.
- Fix adding Movit GPU effect through timeline context menu. Commit. See bug #364103
- Add global cache data management (WIP), available in the second tab of project cache. Commit.
- Show timeline preview zones when starting preview on a new project. Commit.
- Add GIF to default image sequence render profiles. Commit. See bug #357614
- Small update to timeline ruler and fix bug causing slowdown and invalid timeline preview on document opening. Commit.
- Add option to enable/disable timeline preview. Commit.
- Save bin sort order. Commit. See bug #363989
- Fix saving timeline thumbnails and revert no metadata in project file which caused missing audiothumbs. Commit.
- Fix crash / thumbnail corruption for slideshows. Commit.
- Stop saving metadata in project files (much cleaner). Commit.
- Throttle frames sent to color scopes so that we only cause minimum slowdown in playback. Commit.
- Fix deleting timeline preview files from project settings. Commit.
- Fix possible corruption on add track. Commit. See bug #353251
- Change temporary data location to use XDG compliant folders. Commit.
- New widget to manage project's cached data. Commit.
- Fix changing clip resulting in unnecessary preview invalidation. Commit. See bug #363904
- Minor fixes. Commit.
- Timeline preview fixes. Commit. See bug #363900. See bug #363902. See bug #363904
- More movit fixes. Commit. See bug #361086
- Fix clip keyframes unreachable on high zoom. Commit. See bug #363905
- Fix possible crash if invalid custom profile was saved. Commit. See bug #363407
- Backport some Shotcut's movit specific code. Commit. See bug #361086
- Check audio mix on track add/remove. Commit. See bug #353251
- When starting a progress job (preview/render), display smaller icon above empty progressbar. Commit.
- New render button with progress bar. Commit.
- Let user decide a preferred tab location (Configure Kdenlive > Misc > Tab position). Commit.
- Move timeline preview button in its own class for re-use (could be nice for render button). Commit.
- Small startup optimization. Commit.
- Use natural sort order in Bin. Commit. See bug #363604
- We don't need an audio mix with black background track (spare 1 audio transition). Commit.
- Fix audio mix when muting lower tracks. Commit. See bug #353251
- Fix crash on audio track mute. Commit. Fixes bug #363640
- Remove deprecated code. Commit.
- Cleanup statusbar messaging system. Commit.
- Disable all code responsible for directory deletion until we find an error proof solution. Commit.
- Double check before deleting a cache folder. Commit.
- Fix play action not correctly added to collection. Commit. See bug #363478
- Integrate track hide/mute to undo system. Commit.
- Correctly detect and delete preview files if rendering profile is wrong and creates empty files. Commit.
- Don't delete timeline preview file when closing kdenlive. Commit.
- New icons for timeline preview / insert by Harald Albrecht. Commit.
- Fix preview profile in project settings dialog incorrect layout. Commit. Fixes bug #363480
- Fix monitor context menu losing options after configuring toolbars. Commit.
- Timeline zone fine tuning. Commit.
- Fix string extraction: these are no c-formatted strings. Commit.
- Cleanup and fix timeline automatic preview. Commit.
- Timeline preview: refactor and move all functions into a new previewmanager class. Commit.
- Before deleting a directory, double check it is the want we want so that we don't trash user data. Commit.
- Multi-level undo/redo for timeline previews (5 levels max), untested on large playlists. Commit.
- Fix timeline preview button disappearing on restart. Commit.
- Fix crash on loading title in Title Editor. Commit. See bug #363404
- Turn timeline preview button in a movable qaction that can be put in any toolbar. Commit.
- Make timeline toolbar configurable. Commit.
- On document opening, if a timeline preview file is more recent than the document itself, delete preview. Commit.
- Correctly invalidate timeline preview on track hide and effects. Commit.
- Fix a few bugs in timeline preview, add support for undo (only 1 step supported). Commit.
- Rename insert actions. Commit. Fixes bug #363372
- Small improvement to timeline preview progress button, updated timeline icons by Harald. Commit.
- New timeline icons by Harald Albrecht. Commit.
- Automatic timeline preview profile selection, can be forced in project settings. Commit.
- Add stop timeline preview render action. Commit.
- Add automatic timeline preview. Commit.
- Add Locate clip to open its folder in a file manager. Commit.
- Show remaining time in timeline preview button. Commit.
- Minor adjustments for timeline preview button. Commit.
- Timeline preview render: put small progress bar inside start button. Commit.
- Hide title bars of tabbed dockwidgets with Qt >= 5.6. Commit.
- Fix text outline width incorrectly loaded on title editing. Commit. Fixes bug #363340
- Move widget tabs to the top instead of below. Add settings option to have vertical tabs instead of horizontal to save space. Commit.
- Minor improvement for forward/rewind playback. Commit.
- If no preview range is defined, use current timeline zone on start preview render. Commit.
- Don't check for a clip if we have an empty id. Commit.
- Fix crash on insert clip in timeline when no clip is selected. Commit.
- Introduce central toolbar for tools and editing actions (testing). Commit.
- Fix endless loop on loading projects with track effect. Commit.
- Configurable encoding params for timeline preview. Must be set in:. Commit.
- Preview rendering updates: you can now add/remove the current timeline zone to the preview rendering zone. Commit.
- Fix splitting disabled clip losing clip state. Commit. See bug #363247
- Fix recent regressions in timeline add clip operations. Commit. Fixes bug #363268
- Fix Insert Zone broken. Commit. See bug #363246
- Improve zone invalidate on effect change, save and reload timeline previews. Commit.
- More clever monitor refresh / timeline preview invalidate on timeline operations. Commit.
- Cleanup detection of audio only changes in timeline, don't request monitor refresh in these cases. Commit.
- Differentiate disabled audio/video clips, Fix disabling grouped clips. Commit.
- Allow reordering of bin clip effects. Commit. See bug #358703
- Restore refresh project monitor on effect change, fix re-ordering track effects. Commit.
- Refactoring: continue moving effect stuff in effectmanager.cpp. Commit.
- Reduce preview rendering chunks to 100 frames, don't invalidate on audio effects. Commit.
- Refactoring: start moving effect related functions out of renderer.cpp in a separate class. Commit.
- Change rendered preview bar to green. Commit.
- Separate "Disable Clip" action from audio/video only options. Commit.
- Preliminary implementation of timeline preview rendering. Commit.
- Update display of clip status in timeline (disabled, video only, ...). Commit.
- Fix K shortcut delay for pausing. Commit. See bug #363055
- Add disabled to clip states. Commit.
- * Fix threading warning on audio thumbs creation. Commit.
- Start using icons automatic color with KDE Frameworks > 5.22. Commit.
- Fix generators. Commit.
- Fix unable to select 1 frame in timeline zone. Commit. See bug #363036
- Properly focus track name on double click. Commit. See bug #363033
- Fix green background image in titler. Commit. See bug #358185
- No more timeout on audio thumbs creation, display ffmpeg's progress info. Commit. See bug #362925
- Fix undo group move. Commit. See bug #362918
- If FFmpeg audio thumbnails fail, switch to MLT audio thumbnail (slower but safer). Commit. See bug #362925
- Fix timeline corruption on group move. Commit. See bug #362918
- Add black frame at end of project, allowing to properly insert a zone at project's end. Commit.
- Set default target tracks to Audio1 and Video1 tracks, save value in document. Commit.
- Don't try unneeded cuts on insert. Commit. See bug #362900
- Fix incorrect composite transitions after insert/remove track. Commit. See bug #362253
- Fix insert at project's end, and fix compilation. Commit.
- Fix corruption on group move. Commit. See bug #362816
- Fix insert timeline duration > clip duration. Commit.
- Disable target track when disabling split audio from settings dialog. Commit.
- Do not allow audio clips in video track on split mode. Commit.
- Click on track Led to toggle track target. Commit.
- Fix several issues when inserting clip in split mode, add 'G' as default shortcut to toggle use of timeline zone. Commit.
- Fix group move in Insert/Overwrite. Commit.
- Fix corruption on dragging clip in Insert mode. Commit. See bug #362630
- Do not split audio clips. Commit.
- Add button to toggle use of timeline zone in insert editing (next to bigger/smaller tracks). Commit.
- When dropping a clip in timeline in split mode, use audio target. Commit.
- Fix bug in group move. Commit. See bug #362591
- Fix stabilize job. Commit.
- Fix Insert adding audio clip when no audio target is set. Commit.
- Return expands Bin folders. Commit.
- Fix crash when using Target tracks and Add/Remove track. Commit.
- Add tooltips to tracks led. Commit.
- Fix unlocking track allowing group corruption. Commit.
- When performing Insert with no target track, simply insert blank space. Commit.
- Add Lock all tracks but current. Commit.
- Fix warning and hide target tracks when not in split mode. Commit.
- When in split audio mode, use target tracks (Shift+T). Commit.
- Add small led to track headers to prepare for target tracks. Commit.
- Small color adjustments for timeline (make locked tracks more visible). Commit. See bug #361978
- Fix audio split on Insert/Overwrite. Commit.
- Fix Lift/Extract broken by recent change. Commit.
- Improvements to the keyframe import dialog. Commit.
- Fix crash on geometry drop, restore some effect parameters label. Commit.
- 3 point edit Insert/Overwrite. Commit.
- Better integration of split audio when adding clip in timeline (1 step undo). Commit.
- Add shortcut for locking current track, trash ripple delete. Commit.
- Add transition cut to allow improved timeline operations. Commit.
- Hover drag displays clip/transition settings to allow improved dropping. Commit.
- Shift+X as default extract shortcut. Commit.
- Fix grouping of locked items on undo/project load. Commit.
- Fix again extract with group in locked track. Commit.
- On monitor split effect: add text to indicate which side has the effects on. Commit.
- Fix Extract corrupting clip keyframes. Commit.
- Fix Extract moving locked clips. Commit.
- Extract and Lift now also operate on transitions. Commit.
- Fix Extract corruption found by thediveo. Commit.
- Fix corruption on undo lock track, some progress on zone Extract. Commit.
- Fix combobox effect parameters that dissapeared after introducing HD lumas. Commit. Fixes bug #362254
- Lift and Extract now operate on all non-locked tracks. Commit.
- Change titler label from "plain color" to "solid color". Commit.
- Update Luma files with HD versions from Massimo Stella, update luma loading routines. Commit.
- Motion tracker: allow drag/drop of keyframes results on a transition. Commit.
- Restore thumbnails for each frame on full zoom. Commit.
- Add Lift and Extract operations. Commit.
- Add 3 point edit INSERT. Commit.
- Make sure to only use one thread for vidstab. Commit.
- Fix new text in titler broken on large shadow offset. Commit. See bug #361900
- Fix a few bugs with filter jobs, prepare for the new motion tracker. Commit.
- Add clip property to disable autorotate. Commit. See bug #361773
- Fix converting of old volume effect with constant value. Commit.
- Fix reverse clip using wrong fps. Commit. See bug #360829
- Fix audio thumbnails when switching profile. Commit. See bug #361090
- Fix transition settings sometimes affecting wrong keyframe. Commit.
- Fix monitor transition overlay sometimes not correctly showing. Commit.
- Incude math.h . Commit.
kdepim [Show]
- Debug-- Remove includes. Commit.
- Clean up. Commit.
- Fix variable name. Commit.
- Simplify layout. Commit.
- Fix build. Commit.
- Minor optimization. Commit.
- Update changelog. Commit.
- Fix layout. Commit.
- Fix url. Commit.
- Reactivate method. Commit.
- Fix layout. Add parent to widget. Reduce no necessary complexity. Commit.
- Fix dialog layout which was totally broken (nobody uses knotes ?:) ). Commit.
- Astyle kdelibs. Commit.
- Remove duplicate margin. Commit.
- Fix warning. Commit.
- Hide/show widget. Remove unused variable. Commit.
- Fix load favicon when we restore akregator. Commit.
- Allow to save current tab. Commit.
- Don't autosave when we add frame as html page is not loading yet. Commit.
- Remove duplicate call. Commit.
- Remove not necessary debug. Commit.
- Add no breaking space support. Commit.
- Prepare 5.3.0. Commit.
- Revert "Fix bug 366486 - Account Assistant "Create Account" is misleading". Commit.
- Fix bug 366486 - Account Assistant "Create Account" is misleading. Commit. Fixes bug #366486
- Prepare 5.3.0. Commit.
- Fix create crashed files. Commit.
- Knotes: set better description for the list of accounts. Commit.
- Set better description than "Incoming accounts" above the list of calendar accounts. Commit.
- Remove double margin. Commit.
- Use safer KDE_INSTALL_FULL macro variant. Commit.
- File_new_contact doesn't exist as action. Commit.
- BrowserToolBar doesn't exist. Commit.
- Fix Bug 366206 - Left panel of Kontact does not fit properly in left space of Kontact. Commit. Fixes bug #366206
- Remove margin in ui file too. Commit.
- Remove margin. Commit.
- Fix margin here too. Commit.
- Remove duplicate margin. Commit.
- Remove duplicate margin. Commit.
- Reserve memory. Commit.
- Don't create all grantlee engine when not necessary. Commit.
- Minor optimization. Commit.
- Remove unused variable. Commit.
- Fix support enclosure in template. Commit.
- Fix enclosure display + html layout. Commit.
- Use an unique kidentitymanager. Commit.
- Use read only identitymanager. Commit.
- Don't create multi identitymanager. Commit.
- USe read only identitymanager. Commit.
- Fix usage of KToolInvocation::startServiceByDesktopPath. Commit.
- Fix Bug 366117 - korgac doesn't start korganizer on click as service name changed. Commit. Fixes bug #366117
- Fix signal/slot. Commit.
- Set identitymanager. Commit.
- Set identitymanager => avoid to recreate one in configure plugins. Commit.
- Use QStringLiteral. Commit.
- Fix Bug 363586 - Kmail2 handles mailto: incorrectly. urlencoded does not work. Commit. Fixes bug #363586
- Initialize config. Commit.
- Set default identitymanager for plugins. Commit.
- Remove duplicate margin. Commit.
- Use list of roles. Minor optimization too. Commit.
- Fix crash when we close apps. Commit.
- Fix Bug 366137 - contactthemeeditor crash when closing. Commit. Fixes bug #366137
- Increase version. Commit.
- Allow to export all title. Commit.
- Fix typo reported by David. Commit.
- Prepare 5.3 rc. Commit.
- Use mailfilter to expunge trash. Commit.
- Enable find action in html page too. Commit.
- Increase version. Commit.
- Remove duplicate margin. Commit.
- Remove deprecated class. Commit.
- Implement expunge here. Commit.
- Minor optimization. Commit.
- Add a real ETM. Commit.
- Minor optimization. Commit.
- Fix double margin. Commit.
- Fix crash when ETM is empty (set by test apps). Commit.
- Update item. Commit.
- Remove unused variable. Commit.
- Remove unused variable. Commit.
- Add method to expunge here. Commit.
- Port to new api. Commit.
- Fix documentation path. Commit.
- Remove unused method. Commit.
- Add help button. Commit.
- Fix open documentation. Commit.
- Remove unused method. Commit.
- Fix load documentation. Commit.
- Remove unused includes. Commit.
- Fix load documentation. Commit.
- SieveEditor: port to libksieve API changes. Commit.
- Increase version. Commit.
- Minor optimization. Commit.
- Make sure to create directory. Commit.
- Use htmlAnchor. Commit.
- Don't autodelete it. Commit.
- Fixuifiles. Commit.
- Korgac: only try to start Akonadi if it has been configured. Commit.
- Korgac: only try to start Akonadi if it has been configured. Commit.
- Not necessary to use private Q_SLOTS. Commit.
- Clean up. Commit.
- Fix Bug 365608: Akregator crashes when shutting down. Commit. Fixes bug #365608
- Minor optimization. Commit.
- Use QLatin1Char. Commit.
- Use QLatin1Char. Commit.
- Remove warning about layout. Commit.
- Minor. Commit.
- Remove duplicate code. Commit.
- Remove unused variable. Commit.
- Fix save/load vacation settings. Commit.
- Astyle kdelibs. Commit.
- KLocale -> QLocale. Commit.
- KLocale -> QLocale. Commit.
- Make time edit use am/pm if that is the user's default time format. Commit.
- [knotes] Add missing dependencies, sort, drop unused. Commit. Code review #128461
- We need to initialize KCrash. Commit.
- Akregator: Initialise KCrash. Commit. Code review #128438
- Use krun to export html file. Commit.
- Akregator: Sort and group dependencies. Commit.
- Akregator: Remove unnecessary dependencies. Commit.
- Remove duplicate margin. Commit.
- Fix case when we reload settings => fill list of folders. Commit.
- Fix i18n. Commit.
- Use the default time format in alarm list and system tray status popup. Commit.
- Readd Lineedit to search folder. Commit.
- Not necessary. Commit.
- Remove useless container widget around mFolderTreeWidget. Commit.
- Remove useless container widget around mFolderTreeWidget. Commit.
- Use new api. Commit.
- Port to new connect api. Commit.
- Add support for fieldgroup. Commit.
- Use new connect api. Commit.
- Don't use editVacaction signal which is not exist. Don't create multi connection. Commit.
- Port to new connect api. Commit.
- Port to new connect api. Commit.
- Port to new connect api. Commit.
- Port to new connect api. Commit.
- Not necessary to define as private slot. Commit.
- Use new connect api. Commit.
- Clean up. Commit.
- Fix comment. Commit.
- Rename method. Commit.
- Not necessary to use a virtual method. Commit.
- Remove unused method here too. Commit.
- Unused method. Commit.
- Reload once. Commit.
- Reload config when editor is opened. Commit.
- Use new api. Commit.
- Relicense. Commit.
- Fix build. Commit.
- Make it compiles on CI. Commit.
- Increase version. Commit.
- Fix search version. Commit.
- Prepare beta1. Commit.
- Use KDEPIM_DEV_VERSION. Commit.
- Fix variable. Commit.
- Remove duplicate definitions. Commit.
- Fix variable. Commit.
- Remove unused method. Commit.
- Remove unused method. Commit.
- Fix compilation when we have old include from grantleetheme. Commit.
- Normalize help URL (help:foo -> help:/foo). Commit.
- Increase version. Commit.
- Sieve doc: more clear section title, no katepart. Commit.
- Allow to use new connect api. Commit.
- Fix i18n => IMAP Server:. Commit.
- Relicense. Commit.
- Time to increase version. Commit.
- USe correct domain name. Commit.
- Use new connect api. Commit.
- Clean up. Commit.
- Clean up includes. Commit.
- Remove unused variable. Commit.
- Allow to save/load size. Commit.
- Remove unused code. Commit.
- Add more check. Commit.
- Add icons. Commit.
- Remove it from source. Defined in breeze-oxygen now. Commit. Fixes bug #364452
- Increase version. Commit.
- UI strings: more uniform wording for new features. Commit.
- Fix includes. Commit.
- Astyle kdelibs. Commit.
- Time to increase version. Commit.
- Make more info. Commit.
- Use new api. Commit.
- Optimization. Commit.
- Adapt to new api. Commit.
- Make sure that we will not lose this changes when we will split program. Commit.
- Fix compilation - I had edited a generated file, oops. Commit.
- Add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation. Commit.
- New version. Commit.
- Reactivate code. Commit.
- Backport some code. Commit.
- Optimize configure display collection. Commit.
- Clean up. Commit.
- Remove unused variable. Commit.
- Astyle kdelibs. Commit.
- Minor. Commit.
- Use async here too. Commit.
- USe asyncall. Commit.
- Fix logic. Commit.
- Make it compiles. Commit.
- Make sure that we reindex collection (test if it works). Commit.
- Increase version. Commit.
- Add test application. Commit.
- Activate build. Commit.
- Astyle kdelibs. Commit.
- Look at to backport it. Commit.
- Optimization. Commit.
- Sync config. Commit.
- Remove CollectionIndexStatusJob. Use indexeditems.h. Commit.
- Improve debug. Commit.
- Remove unused include. Commit.
- Use new Akonadi::Search::PIM::IndexedItems. Commit.
- Depend on new akonadisearch. Commit.
- Clean up. Commit.
- Fix logic. Commit.
- We don't want to check all the time. Reveify check each 7 days. Commit.
- Add variable to enable/disable check indexing. Commit.
- Fix minor typo. Commit.
- Fix debug. Commit.
- USe mamager. Commit.
- Don't clear all the time :) Start job. Commit.
- Create a manager to check if it's necessary to reindex some folder. Commit.
- Minor optimization. Commit.
- Backport and fix "Properly reload the search widget when new collection is activated". Commit.
- Debug--.