KDE Applications 15.12.0 Full Log Page
This is the automated full changelog for KDE Applications 15.12.0 from the git repositories.
akonadi [Show]
- No semicolon after Q_DISABLE_COPY. Commit.
- Remove QT_NO_STL ifdef. Commit.
- Make AkGuiApplication typedef for QGuiApplication. Commit.
- Remove empty dtors so it follows "rule of three". Commit.
- Add Q_DISABLE_COPY to classes having dtor but no copy-ctor. Commit.
- Add Q_DISABLE_COPY to classes with dtor but no copy-ctor. Commit.
- Make akonadi_control a qguiapplication for session management. Commit. Code review #125746
- Use multi-arg QString::arg() overloads for less allocations. Commit.
- Enable QStringBuilder. Commit.
- Initialize local variable to silence a clang warning. Commit.
- Fix persistent search for single collection with recursive mode enabled. Commit.
- Gracefully quit on configuration/database startup errors. Commit. Code review #124979
- Reorder QString arguments in mysqladmin. Commit.
- Compile. Commit.
- Port to the more efficient and newer Qt5 connect style. Commit.
- Use toLocal8Bit/fromLocal8Bit for POSIX API. Commit. Code review #124928
- Extend TagHandlerTest, test for parent and attributes in testStoreTag(). Commit.
- More reserve() calls. Commit.
- Use QStringLiteral in the XSLT-generated code. Commit.
- Slightly speed up ItemRetriever main query (remove two JOINs). Commit.
- Add sorting indexes for PimItemTable and friends. Commit.
- Perform startup check of ForeignKey and Indexes on relational tables too. Commit.
- Optimize queries in FetchHelper. Commit.
- Correct license of few more files on master only. Commit.
- Fix crash when running unit-tests with FakeAkonadiServer. Commit.
- Use new macro to generate debug file. Commit.
- Make sure CollectionScheduler actually lives in a QThread. Commit.
- Make akonadictl fsck/vacuum blocking, report status to console. Commit.
- Akonadictl: use std::cerr/std::cout for output. Commit.
- Use macro to generate debug file. Commit.
- Make sure StorageJanitor looks into the levelled cache for files. Commit.
- Lots of new changes and API, bump version. Commit.
- Refactor external payload parts handling and implement levelled cache. Commit. Fixes bug #338402
- StorageJanitor: check results of SQL queries. Commit.
- Add some time-measuring code to FetchHelper (disabled by default). Commit.
- Move AkDBus to KF5AkonadiPrivate. Commit.
- Move AkStandardDirs to KF5AkonadiPrivate. Commit.
- Introduce Akonadi::Instance as centralized point for reading/setting instance name. Commit.
- Avoid heap allocations due to fromLatin1(). Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Remove remains of the ImapStreamParser. Commit.
- Replace fromUtf8 with QStringLiteral to save one allocation. Commit.
- Fix my local -Werror build [-Wsign-compare]. Commit.
- Add more Protocol tests. Commit.
- Fix Protocol issues already discovered by ProtocolTest. Commit.
- Start implementing Protocol test - complete test set for the Protocol. Commit.
- ItemRetrievalJob: fix handling of error messages from resources. Commit.
- Fix unstable hash issue in append unit test. Commit.
- Fix typo. Commit.
- Use $AKONADI_INSTANCE as default value for --instance. Commit.
- Remove one unnecessary QList creation and QHash iteration. Commit.
- Fix compile on clang, where the qHash overload would be ambiguous otherwise. Commit.
- Add missing newline at end of files. Commit.
- Fix compilation with clang, the bool-enum was ambiguous in qDebug() << T. Commit.
- Remove Qt4-only code. Commit.
- Remove obsolete Maemo5 code. Commit.
- Safe 8 bytes per Command by removing vtable and optimize enums for size. Commit.
- Remove deprecated and unused overload. Commit.
- Remove unnecessary semicolons to reduce warnings. Commit.
- Add more QStringLiteral. Commit.
- Add more QStringLiteral. Commit.
- Use QStringLiteral. Commit.
- Add some QStringLiterals to our SQLite driver. Commit.
- Remove SELECT command. Commit.
- Specify the protocol version number in Protocol instead of Connection. Commit.
- Remove legacy requestItemDelivery invocation, improve the DBus API. Commit.
- Reorder some members in CachePolicyPrivate to slightly improve memory usage. Commit.
akonadi-calendar [Show]
- Replace two singletons with a much simpler Q_GLOBAL_STATIC. Commit.
- Add Q_DISABLE_COPY to RAII only class. Commit.
- Prepare for removal of Akonadi::Entity. Commit.
- Port to the faster, Qt5 connect style. Commit.
- Use new macro to generate debug file. Commit.
- Fix warning (I don't know why it's not a boolean). Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Avoid memory allocations due to QLatin1String->QString implicit cast. Commit.
- Parent Content pointer are no longer needed for KMime headers. Commit.
- Don't create heap allocations due to QString::fromLatin1(). Commit.
- Re-enable QT_NO_CAST_FROM_ASCII. Commit.
- Don't accidentally export private classes. Commit.
- Adapt to removal of boost from KMime. Commit.
- These tests need the iCal resource. Commit.
- Use Q_DECL_OVERRIDE. Commit.
- Use QVector::reserve(). Commit.
- Save one QHash iteration and QList creation when creating the vector. Commit.
- Remove KDELibs4Support dependency. Commit.
akonadi-search [Show]
- Prepare beta1. Commit.
- Use QStringLiteral. Commit.
- SearchPluginTest: only index the test data once, instead of for each test function. Commit.
- SearchPluginTest: use QDir::removeRecursively() and make sure we cleanup after the tests. Commit.
- SearchPluginTest: measure how long the search took (just for information). Commit.
- Fix linking. Commit.
- Fix build. Commit.
- Bring back KRunner plugin for searching contacts. Commit. Code review #125632
- Install akonadisearchdebugsearchpathcombobox.h needed by kdepim. Commit.
- Fix build. Commit.
- Add debug code. Commit.
- Fix QList detachment due to using range-loop for. Commit.
- Prepare for removal of Akonadi::Entity. Commit.
- Port to Qt5 connect style, which is faster. Commit.
- Increase version. Commit.
- USe new cmake macro to generate debug file. Commit.
- Fix copy-paste error in DB path for non-default Akonadi instance. Commit.
- Create new Xapian DBs in Akonadi datadir instead of Baloo. Commit.
- Increase version. Commit.
- Fix QLatin1String->QString conversions which create allocations. Commit.
- Parent Content pointer are no longer needed for KMime headers. Commit.
- Prepare for KMime API changes. Commit.
- Don't accidentally export private classes. Commit.
- Calendarindexer: Remove unused private members. Commit.
- Adapt to removal of boost from KMime. Commit.
- Fix the UTF-8 search unit test. Commit.
- Use Q_DECL_OVERRIDE. Commit.
- Fix includes. Commit.
- Port away from deprecated CollectionFetchScope API. Commit.
- Fix build after namespace changes. Commit.
analitza [Show]
- Reduce label density. Commit.
- Take into account both height and width to evaluate the grid size. Commit.
- When the view is too crowded, remove half of the labels. Commit.
- Improve drawing the labels by adapting to the local metrics. Commit.
- Simplify code. Commit.
- Minor grid display. Commit.
- Always show ticks, no reason to do it depending on touch. Commit.
- Choose a better default viewport. Commit.
- Make the grid initialization method more reliable. Commit.
- Expose properties. Commit.
- Constify and simplify some conditionals. Commit.
- Fix build based on the changes for ECMQmLoader in ExtraCmakeModules. Commit. Code review #125985
- Fix warning. Commit.
- Make it possible to simplify expressions from QML. Commit.
- Add a role for the function description in the PlotsModel. Commit.
- Initialize attribute. Commit.
- Replace tabs with 4 spaces. Commit.
- Fix refresh for the 3D view. Commit.
- Make the OpenGL ES plotter more similar to the legacy one. Commit.
- Expose resetView to the QtQuick 3DGraphItem component. Commit.
- Simplify pixel and vertex shader. Commit.
- Improve QQuickFramebufferObject usage. Commit.
- Fix warnings on Android. Commit.
- Drop version statement. Commit.
- Make sure we initialize the surfaces buffer when there's an opengl context. Commit.
- --debug. Commit.
- Fix build with older Qt versions. Commit.
- Prefer specifying the properties in the C++ side. Commit.
- Provide a Graph3D component to be used by KAlgebraMobile. Commit.
- Simplify structures that keep the 3DESPlotter and the model up to date. Commit.
- Small issues. Commit.
- Introduce the Graph3DItem. Commit.
- Make some code shareable for the future Graph3DItem. Commit.
- API change: For Surfaces, export QVector
. Commit. - Fix warnings. Commit.
- Cleanup... Commit.
- Restore drawing the reference plane. Commit.
- Fix axis arrow display. Commit.
- Fix crash. Commit.
- The lighting now works, somewhat. Commit.
- Fix dimensions. Commit.
- Make it possible to choose the view 3D displayed by the demo. Commit.
- Fix build. Commit.
- Remove unused define. Commit.
- Prefer constants to defines. Commit.
- First approach to an OpenGL ES-compatible Plotter3D class. Commit.
- Properly request a view update. Commit.
- Fix pedantic warnings. Commit.
ark [Show]
- Fix ark doesn't exit with kxmlgui 5.17. Commit. Code review #126358
- Stop crashing when clizip finds a folder called //. Commit. Fixes bug #355839
- Do not show a messagebox with empty error message. Commit. See bug #222392
- Fix opening of archives whose mimetype cannot be detected-by-content. Commit. Fixes bug #355955
- Show correct uncompressed size of huge zipped files. Commit. Fixes bug #355969
- Try to handle URLs and resolve to local path in D-Bus extraction service. Commit. Code review #126233. Fixes bug #294904
- Bring back commit b10430b. Commit.
- Start extraction only if Ark has sufficient permissions. Commit. Fixes bug #192219
- Improve error handling by libarchive plugin. Commit.
- Clazy: fix missing reference on non-trivial types. Commit.
- Clazy: fix qstring-ref warning. Commit.
- Fix not reachable code paths. Commit.
- Simplify helper functions for mimetypes support. Commit.
- Simplify user-visible string in CreateDialog. Commit.
- Use QStringLiteral when necessary. Commit.
- Use new connect api. Commit.
- Add support for reading archive comments. Commit. Fixes bug #328790. Code review #124468
- Fix clilha plugin. Commit.
- Add support for overwrite prompt of p7zip v15.09. Commit.
- Drop KHTML dependency and skip KHTMLPart when previewing. Commit. Fixes bug #201162. Fixes bug #353786. Fixes bug #354182
- Disable opening directories by mouseclick or Enter key. Commit.
- Improve error handling when loading plugins. Commit.
- Add opendestination command line option. Commit. Code review #114317
- Add test for special characters in suffix of compressed tar archives. Commit. See bug #328815
- Cli7z: Parse version of p7zip. Commit.
- Introduce unit test for mimetypes detection. Commit.
- Add config option to set default open action. Commit.
- Update the cliexample plugin to new QLoggingCategories. Commit.
- Update ark.categories file. Commit.
- Use ecm_qt_declare_logging_category() cmake macro. Commit.
- Use activated signal instead of clicked to open entry. Commit.
- Add project configuration for arcanist. Commit.
- Cmake: move include(ECMAddTests) to the root CMakeLists.txt. Commit.
- Add an "Open File" action. Commit. Fixes bug #208330. See bug #201162. Code review #125339
- Respect the ReadWrite property in desktop file for plugins. Commit.
- Cmake: silence policy CMP0063 warning. Commit.
- Initialize boolean m_isCorrupt to false. Commit.
- Improve handling of corrupt archives by CliPlugins. Commit. Fixes bug #261073. Fixes bug #352949. Code review #125363
- Fix header encryption in cli7z. Commit. Code review #125507
- Add a line that got lost in the merge. Commit.
- Set cli7zip as the default plugin for zip archives. Commit. Fixes bug #240727. Code review #125505
- Enable loading alternative plugins and add executable check. Commit. See bug #221021
- Update strings in the Extract service menu. Commit. Code review #125439
- Cleanup old comment. Commit.
- Man page: fix release info according the convention. Commit.
- Fix encryption support for CliPlugins. Commit. Code review #125096
- Cli7z: Add xz and rar archive type detection. Commit.
- Harmonize the CliPlugins. Commit.
- Clirar: Improve parsing of rar output. Commit.
- Add CliInterface::resetParsing(). Commit.
- Set InternalID for parent directories that are not in archive. Commit.
- Clazy: fix a temporary detaching. Commit.
- Clazy: fix implicit cast from bool. Commit.
- Use const-refs for arguments of fileRootNodePair ctors. Commit.
- Fix opening of solid rar archives using unrar 4. Commit.
- Some more QLatin1String() -> QStringLiteral(). Commit.
- Part: QLatin1String() -> QStringLiteral(). Commit.
- Cliinterface: QRegExp -> QRegularExpression. Commit.
- Part: check readability before opening an archive. Commit. Code review #125221
- Clirar: Rewrite unrar parsing code. Commit. Fixes bug #331065. Code review #124503
- QLatin1String -> QStringLiteral in 7z and zip plugins. Commit.
- Clizip: QRegExp -> QRegularExpression. Commit.
- Clizip: Cosmetic changes to improve code readability. Commit.
- Add Comment field to main desktop file. Commit. Fixes bug #351936
- Add two lines that got lost in merge. Commit.
- Use QStringLiteral(). Commit.
- Name AppStream metainfo after the .desktop file. Commit.
- Cli7z: Enable support for zip archives. Commit.
- Cli7z: Misc fixes and cosmetic changes. Commit.
- Reduce dependancy. Commit.
- Move inclusion of own header files to top. Commit.
- Use QPointer for openArchive dialog. Commit.
- Enable QT_NO_CAST_FROM_ASCII to disable implicit creation of QStrings. Commit.
- Build clirar tests only if Qt5Test is found. Commit.
- Don't install developer symlink on private library. Commit.
- Miscellaneous small fixes suggested by Krazy2 code checker tool. Commit.
- Kerfuffle-archivetest: Add check for existence of zipinfo executable. Commit.
- Clirartest: Add several tests. Commit.
- Clirartest: Add a blank line at top of testReadCorruptedArchive.txt. Commit.
- Clirartest: Use QSignalSpy to check if entries are correctly parsed. Commit.
- Clirartest: Use QVERIFY() instead of Q_ASSERT(). Commit.
- HiDPI support for ark. Commit.
- Remove support for unrar-free. Commit.
- Add info about password protected archives. Commit. Code review #124446
artikulate [Show]
- Fix localization of UI files. Commit.
- Cleanup README.md. Commit.
- Mention requirement of Breeze icons. Commit.
- Hide "Skip" button for now. Commit.
- Use KDE e.V. clause for all licenses in learner library. Commit.
- Relicense library as LGPL-2.1+. Commit.
- Use categorized logging for application. Commit.
- Use categorized logging for libraries. Commit.
- Fix directory resolution. Commit.
- Remove duplicate include. Commit.
- Use const references in foreach. Commit.
- Fix minor typo. Commit.
- Re-activate sync button for skeletons. Commit.
- Update docbook. Commit.
- Bump version to 0.6.0. Commit.
- Upps, it's already 2015... Commit.
- Fix linking against KCrash for DrKonqui integration. Commit.
- Avoid overlapping texts. Commit.
- Fix connect with gcc <= 4.8. Commit.
- Split ToolBar into separate file. Commit.
- Add welcome screen if no courses are installed. Commit.
- Add filtered view. Commit.
- Connect phraseModel to phrase changes. Commit.
- Handle empty phrase lists gracefully. Commit.
- Enable phrase creation in editor. Commit.
- Test for non-exising phrase. Commit.
- Enable editing of unit titles. Commit.
- Minors. Commit.
- Enable skeleton editing again. Commit.
- Revisit editor logic. Commit.
- Optimize editor for skeleton derived courses. Commit.
- Add course creation without dialogs. Commit.
- ++coding style. Commit.
- Handly empty units gracefully. Commit.
- Allow adding units in editor. Commit.
- Add optional main menu bar. Commit.
- Remove QtQuickWidget dependency from trainer. Commit.
- Set 0 SONAME for internal library. Commit.
- Put ui.rc files into resources. Commit.
- Generate export header and cleanup export name. Commit.
- Workaround for QTBUG-40765: "un-black" QtQuickWidget. Commit.
- Enable NEW behavior for CMake policy 0063. Commit.
- Allow skeleton switching in editor. Commit.
- Fix QUrl conversion. Commit.
- Set about data in editor. Commit.
- Make training session more intelligent. Commit.
- Remove unneded icons. Commit.
- Fix minor typos. Commit.
- Fix merge. Commit.
- Use scrollarea for long texts. Commit.
- Unify spacings and sizes. Commit.
- Better layout user icon. Commit.
- Remove unneeded version file. Commit.
- Cleanup. Commit.
- Use toolbar for tools. Commit.
- Hide statusbar. Commit.
- Update doc data (releaseinfo). Commit.
- Set menubar visiblity value correctly. Commit.
- No need for extra download button. Commit.
- Set SOVERSION. Commit.
- Menubar is only shown optionally on demand. Commit.
- Set about data. Commit.
- Provide a pure QtQuick menu as alternative to menu bar. Commit.
- Remove really outdated stuff. Commit.
- Cleanup CMake file. Commit.
- Remove KIO dependency. Commit.
- Remove KF5::CoreAddons dependency. Commit.
- Align main training elements in boxes. Commit.
- Make text.elide work for tree view. Commit.
- Adapt to sound control layout changes. Commit.
- Port download button to FlatButton. Commit.
- Port sound controls to FlatButton. Commit.
- Use own button for next/skip buttons. Commit.
- Show course title. Commit.
- Retire language switcher. Commit.
- Add navigation controls to training. Commit.
- Highlight units in list. Commit.
- Port trainer to new UI design. Commit.
- Remove deprecated trainingSession. Commit.
- Remove editor selection from trainer. Commit.
- Codestyle cleanup. Commit.
- Query close with quit action. Commit.
- Fix updating of modified states. Commit.
- Add save option to editor again. Commit.
- Better order of elements. Commit.
- Expand units if phrase therein is selected. Commit.
- Mark current phrase as selected. Commit.
- Default to icon theme. Commit.
- Finish port of edit phrase type component. Commit.
- Use nullptr for initializations. Commit.
- Finish port of edit state component. Commit.
- Cleanup. Commit.
- Respect skeleton status of phrases in editor. Commit.
- Allow switching to skeleton editing. Commit.
- Do not anchor in RowLayout. Commit.
- Remove accept/dismiss controls. Commit.
- Check if phrase actually exists. Commit.
- Add next/prev phrase controls to editor. Commit.
- Bump qtgstreamer build dependency to non-beta. Commit.
- Remove unused course selector. Commit.
- Remove unused skeleton selector. Commit.
- Remove unused unit editor. Commit.
- Initialize variable. Commit.
- Unit editor is not needed anymore. Commit.
- Re-enable phrase editor. Commit.
- Create abstract item model for units & phrases. Commit.
- Add course selection to editor. Commit.
- Rename PhraseModel to PhraseListModel. Commit.
- Explicitly use nullptr in headers. Commit.
- Start simplifying editor component. Commit.
- Fix mail address. Commit.
- Use nullptr. Commit.
- Update to new connect API. Commit.
- Remove unneeded connects from editor. Commit.
- Avoid accidential QString to QUrl casts. Commit.
- Correctly pass path to QUrl. Commit.
- Fix handling of resource paths. Commit.
- Correctly store respository path. Commit.
- Coding style. Commit.
- Use same theme settings as trainer. Commit.
- Correctly locate data. Commit.
- Bump ECM version. Commit.
- Bump CMake dependency. Commit.
- Correctly locate scheme file. Commit.
- Set *.rc file with createGUI call. Commit.
- Use correct data location independent of binary. Commit.
- Add editor mainwindow. Commit.
- Start splitting Editor into own application. Commit.
- Generate export headers. Commit.
- Use reverse domain name format. Commit.
- Set some borders. Commit.
- Correctly update course on language change. Commit.
- Remove session controls from training screen. Commit.
- Remove start training button. Commit.
- Use language selector without preselection. Commit.
- Cleanup. Commit.
- Split userprofile into editor and trainer sessions. Commit.
- Adapt to self-defined font theme. Commit.
- Comment out statistics module. Commit.
- Conditionally load editor or trainer component. Commit.
- Remove intermediate overview screen. Commit.
- Coding style. Commit.
- Do not start if no language resources found. Commit.
- Install artikulateui.rc at the correct place. Commit.
- Declare overrides. Commit.
- Fix missing icon. Commit.
- Reenable XmlGui. Commit.
- Change to Button. Commit.
- React on language changes. Commit.
- Emit signal when languges change. Commit.
- Find course files. Commit.
- Use Button instead of ToolButton. Commit.
- No slider anymore. Commit.
- Make string translateable. Commit.
- Put Item into Tab. Commit.
- Connect to GHNS-Signal. Commit.
- More porting for profile dialogs. Commit.
- Update SheetDialoge. Commit.
- Update ListItem layout. Commit.
- Create data dir if it does not yet exists. Commit.
- Correctly load language specifications. Commit.
- Big porting commit: PlasmaComponents QtQuick.Controls. Commit.
- Get ready to show an empty window. Commit.
- Use QML stub for now. Commit.
- Use QQuickView instead of KXmlGuiWindow. Commit.
- Correclty enable exceptions for libsound. Commit.
- Don't depend on the now-deprecated kf5umbrella. Commit.
- Make tests compile. Commit.
- Correctly update DTD version. Commit.
- Port icons. Commit.
- Port docbook. Commit.
- Use ecm_setup_version for setting the version. Commit.
- Require ECM 1.0.0. Commit.
- Cleanup cmake files. Commit.
- Ecm_optional_add_subdirectory. Commit.
- Why is this file here? Why? Why?!. Commit.
- Remove KDElibs4Support. Commit.
- Do not use deprecated method setRoleNames(). Commit.
- KDialog -> QDialog. Commit.
- KApplication -> QApplication. Commit.
- Link to ConfigGui. Commit.
- Port away from old KDEUI stuff. Commit.
- Port away from kdemacros. Commit.
- SetRoleNames is deprecated in Qt5. Commit.
- Remove KDElibs4Support. Commit.
- Port KFileDialog. Commit.
- Port KConfig. Commit.
- Do not use deprecated methods. Commit.
- Remove deprecated function use. Commit.
- --KButtonGroup. Commit.
- KTemporaryFile -> QTemporaryFile. Commit.
- Port KConfigWidgets. Commit.
- KAction -> QAction. Commit.
- KIcon -> QIcon. Commit.
- Compile changes for QtQuick porting to Qt5. Commit.
- Port KNewStuff. Commit.
- Port KAboutData. Commit.
- Include frameworks. Commit.
- Use KDElibs4Support for now. Commit.
- Move private class to cpp file. Commit.
- Link to I18n. Commit.
- Workaround: build with exceptions. Commit.
- Link to KConfig. Commit.
- Port KStandardDirs to QStandardPaths. Commit.
- Update linkage. Commit.
- Config file not needed anymore. Commit.
- Port library export files. Commit.
- KUrl -> QUrl. Commit.
- Port build system to KF5. Commit.
- KDebug -> qDebug. Commit.
- Require Qt5 version of QtGStreamer. Commit.
baloo-widgets [Show]
bomber [Show]
- Fix some typos, make EOFs exactly one newline. Commit.
- Fix Typo. Commit.
- Drop KConfigWidgets dependency. Commit.
- Install metainfo file correctly. Commit.
- Add missing DocTools. Commit.
bovo [Show]
- Install metainfo file correctly. Commit.
cantor [Show]
- Fix linking against KCrash for DrKonqui integration. Commit.
- Fix finding Python libraries on ArchLinux. Commit.
- Add KAlgebra icon. Commit. Fixes bug #352914
- Improve implementation of update highlighter. Commit. Code review #125303
- Remove KDELibs4Support \o/. Commit.
- Add kde_enable_exceptions. Commit.
- Add KF5::TextWidget as requirement and link. Commit.
- Add KF5::DocTools as requirement. Commit.
- Remove KGlobalSettings and implements a substitute to. Commit.
- Remove KGlobal header. Commit.
- Add QDebug header. Commit.
- Remove kdebug.h. Commit.
- Remove kdemacros.h. Commit.
- Add QStandardPaths header where it is required. Commit.
- Link KF5::KIOWidgets to cantorlibs. Therefore, KUrlRequester. Commit.
- Port QString::(from|to)Ascii to QString::(from|to)Latin1. Commit.
- Linking Qt5::Widgets in Python3Server. Commit.
- Add KSharedConfig header. Commit.
- Remove unnecessary KShortcut header. Commit.
- Add QTransform to itemAt functions. Commit.
- Add KParts/GUIActivateEvent header declaration. Commit.
- Add Qt5::PrintSupport and link it to cantorpart. Commit.
- Port KColorDialog to QColorDialog. Commit.
- Remove qVariantValue - deprecated in Qt5. Commit.
- Link KF5::XmlGui to CantorLibs. Commit.
- Link KF5:KIO libraries to cantor - image preview widget will. Commit.
- Port KComponentData to KAboutData. Commit.
- Add KF5::IconThemes as requirement. Commit.
- Port KStatusBar to QStatusBar. Commit.
- Port KLibLoader header to KPluginLoader. Commit.
- Port KFileDialog to QFileDialog. Commit.
- Add KF5::Completion as requirement. Commit.
- Port KMimeType to QMimeType. Commit.
- Remove unnecessary KTemporaryFile library. Commit.
- Bring back image preview in image insertion dialog. Commit.
- Port KDialog to QDialog. Commit.
- Port KLocale to KLocalizedString and/or QLocale. Commit.
- Remove kdemacros and change KDE_EXPORT to Q_DECL_EXPORT. Commit.
- Port all KStandardDirs to QStandardPaths. Commit.
- Add KF5::XmlGui as requirement. Commit.
- Add KIO to CMakeLists and link it. Commit.
- Port restoreWindowSize to KWindowConfig::restoreWindowSize. Commit.
- KPluginFactory command in the end of file removes. Commit.
- Fix the identification of libspectre in FindLibSpectre.cmake. Commit. Fixes bug #344950
- Remove unnecessary libcantorpart duplicate installation. Commit. Fixes bug #351471
- Print Preview option added for better printing experience. Commit. Implements feature #124164. Code review #124164
- Plugin loading mechanism ported to Qt5/KF5. Commit. Code review #124168
- Add optional parameter "--noprogress" to the Cantor Part which disables the. Commit.
- Add an interface for applications that embed the cantor part to interact. Commit.
cervisia [Show]
- Fix date parsing. Commit.
- Fix patch creation. cvs diff never tells us an error condition. Commit.
- Avoid hiding selection after commit but server unreachable. Commit.
- Avoid hiding selection after commit but server unreachable. Commit.
- Code formatting. Commit.
- Remove manual moc file inclusion. Commit.
- When annotating, use the revision you have checked out, not always HEAD. Commit.
- Fix parsing of annotate lines with long revision numbers. Commit.
- Port away from Qt3 / KDE3 Support classes. Commit.
- Enhance completion (allow to insert space after completion, avoid dup text). Commit.
- Don't close the log dialog when "View" was clicked. Commit.
- Make labels selectable by mouse. Commit.
- Fix redraw bug. Commit.
- Do not store a path which is not intended. Store what the user entered. Commit.
- Port away from Q3 support classes. Commit.
- Port away from Q3 support classes. Commit.
- Port away from Q3 support classes. Commit.
- Port away from Q3 support classes. Commit.
- Port away from Q3 support class. Commit.
- Get rid of Q3-support classes in preparation of KF5 port. Commit.
- Port missing part to Qt4 (click stops completion). Disallow HTML input. Commit.
- Port away from Q3 support classes in preparation for KF5 port. Commit.
dolphin [Show]
- Call KLocalizedString::setApplicationDomain("dolphin");. Commit.
- Enable KCrash crash handler. Commit.
- Use the new KOverlayIconPlugin interface from KIO::Widgets. Commit. Code review #125675
- Only perform operations with Baloo if it is enabled. Commit. Code review #125584
- Name AppStream metainfo file like the .desktop file. Commit.
- Breeze: wrong icon usage Request 124971. Commit.
- Pedantic--. Commit.
- Reduce dependancy. Commit.
- Scrolling fixes for Dolphin. Commit. Code review #124670
- Icons: wrong icon usaeg for balloo Review Request #124972. Commit.
- Update dependencies. Commit. Code review #124932
- Update dolphin docbook to kf5. Commit. Code review #124594
- Fix build. Commit.
- Symlinking from .so.5 to .so.14.12.95 makes very little sense, name them 5.0.0. Commit.
- Fix "make install" with ninja. Commit.
dolphin-plugins [Show]
- Actually make hg optional (and other plugins while at it). Commit. Code review #126070
- [svn] Add the possibility to revert local changes via context menu. Commit. Code review #125653
- [svn] Better handling of svn actions. Commit. Code review #125651
- [svn] svn status does not report files in unversioned paths -> don't assume that. Commit. Fixes bug #337946. Code review #125879
- [bazaar][svn] Modification mark of folders was not set correctly in some corner cases. Commit. Code review #125652
- [git] Parse remote branch names with slashes (like. Commit. Code review #125645
- Mercurial plugin ported to KF5. Commit. Code review #124914
- Fix dialog windows captions with KUIT tags. Commit. Code review #125441
- Don't mark untracked items as 'normal'. Commit. Fixes bug #352625. Code review #125385
- Revert "Fixed adding files in git repository with Dolphin git plugin". Commit. See bug #352625
- Port away from kvbox. Commit.
- Fix build, dolphinvcs had its include removed from the interface. Commit.
dragon [Show]
- Call KLocalizedString::setApplicationDomain("dragonplayer");. Commit.
- Adapt AppStream metainfo to the .desktop filename change. Commit.
- Remove unused dependencies. Commit. Code review #124825
ffmpegthumbs [Show]
filelight [Show]
- Don't forget to feed the about dialog. Commit.
gpgmepp [Show]
- Increase version. Commit.
- Port to Qt5 connect style, which is faster. Commit.
- Don't link against multiple gpgmepp flavors. Commit.
- Bump version because of gpgme_*_offline symbol. Commit.
- Add support for gpgme_set_offline. Commit. Code review #124803
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Fix missing kdewin depedenceny issue using gpgmepp on Windows. Commit. Code review #122827
granatier [Show]
- Add homepage link to about dialog. Commit.
- Fix warning. Commit.
- Save some pixmap->image conversions. Commit.
- Compile++. Commit.
- Make it compile. Commit.
gwenview [Show]
- Enable gwenview to build against the new versions of libkipi (as well as older ones). Commit. Code review #125986
- Rename appdata to match .desktop file name. Commit.
- Add runtime X11 guard. Commit.
- Recognize image/webp mime type. Commit. Code review #125789. Fixes bug #354337
- Proofread+update gwenview docbooks. Commit.
jovie [Show]
kaccounts-integration [Show]
- [createaccount] Fix wrongly set username on a service instead of account. Commit. Fixes bug #354949
- [kcm] Don't allow creating accounts for providers without any services. Commit.
- Remove unnecessary dependencies. Commit.
- Remove the owncloud UI plugin. Commit.
- Daemon plugins were moved to kaccounts-mobile. Commit.
- Comply with -Wpedantic. Commit.
- Clean the includes and link libs. Commit.
- Don't build the kio-webdav as part of the daemon; don't load it by default. Commit.
- Remove unused files. Commit.
- Move the only remaining test together with the kio-webdav plugin. Commit.
- Remove unused providerconfig. Commit.
- Remove the akonadi tests. Commit.
- Rename the kio kded plugin to kio-webdav. Commit.
- [google-contacts] Disable the special qDebug handler. Commit. Fixes bug #353159
- When enabling/disabling a service, the whole account needs to be enabled/disabled. Commit.
- [getcredentials] Init the member vars properly. Commit.
- [createaccount] To enable the account, the selected service must be cleared first. Commit.
- [owncloud] Fix passing the contacts service state from the plugin. Commit.
- [carddav] foreach -> Q_FOREACH. Commit.
- [carddav] Allow building with -DQT_NO_KEYWORDS. Commit.
- [daemon] Build the daemon plugins. Commit.
- [carddav] Add some debug lines. Commit.
- [carddav] Add a valid default past date to compare last sync datetime. Commit.
- [carddav] Make extra sure the carddav accounts are synced. Commit.
- [owncloud] Restart the server check when editing anything. Commit.
- [owncloud] Use KIO::DavJob instead of KIO::TransferJob. Commit.
- [owncloud] Minor refactor and cleanup. Commit.
- [owncloud] Don't set any result when starting the server check. Commit.
- [createaccount] If there's only one service for account, use it as default. Commit.
- [kcm] Connect the Configure button to configUiReady instead of uiReady. Commit.
- [lib] Add new signal configUiReady(). Commit.
- Add new daemon plugins for syncing Google Contacts and carddav contacts. Commit.
- [owncloud] Make the dialog useful on desktop as well. Commit.
- [owncloud] Set the transient parent for the window. Commit.
- [lib] Add transientParent() wrapper around the transientParent property. Commit.
- [pluginmanager] Set transientParent property on the UI plugins. Commit.
- [owncloud] Finish button needs to read from stack not loader. Commit.
- [owncloud] Close the ownCloud dialog first before deleting it. Commit.
- [owncloud] Cosmetic improvements. Commit.
- Stop building the Akonadi plugin. Commit.
- [owncloud] Fix the canContinue expression. Commit.
- [owncloud] Emit signal when server validation finishes. Commit.
- [owncloud] Use StackView instead of simple Loader. Commit.
- Also look for KF5::Package. Commit.
- [ownCloud] Rewrite the wizard in QML. Commit.
- [owncloud] Implement the service selection as the last step. Commit.
- [createaccount] Allow plugins to specify which services should be enabled by default. Commit.
- Remove a leftover function declaration. Commit.
- [createaccount] Store the data from plugins on the account itself. Commit.
- Reorder the logic that displays the plugin UIs a bit. Commit.
- Add ownCloud UI plugin. Commit.
- [createaccount] Remove the special handling of ownCloud providers. Commit.
kaccounts-providers [Show]
- Extend Messages.sh to also cover .cpp files. Commit.
- Remove unused Qt XML dependency. Commit.
- Move owncloud-contacts.service to kaccounts-mobile. Commit.
- Add missing CMakeLists.txt for plugins/. Commit.
- [owncloud] Replace Plasma Components with QtQuick Components. Commit.
- Add new dependencies for owncloud ui plugin. Commit.
- [owncloud] Remove the QWidgets wizard. Commit.
- Merge the owncloud UI plugin from kaccounts-integration. Commit.
- [owncloud] Prepare for splitting out into kaccounts-providers. Commit.
- [owncloud] Fix passing the contacts service state from the plugin. Commit.
- [owncloud] Restart the server check when editing anything. Commit.
- [owncloud] Use KIO::DavJob instead of KIO::TransferJob. Commit.
- [owncloud] Minor refactor and cleanup. Commit.
- [owncloud] Don't set any result when starting the server check. Commit.
- Add new daemon plugins for syncing Google Contacts and carddav contacts. Commit.
- [owncloud] Make the dialog useful on desktop as well. Commit.
- [owncloud] Set the transient parent for the window. Commit.
- [owncloud] Finish button needs to read from stack not loader. Commit.
- [owncloud] Close the ownCloud dialog first before deleting it. Commit.
- [owncloud] Cosmetic improvements. Commit.
- Add ownCloud provider and Contacts service. Commit.
- [owncloud] Fix the canContinue expression. Commit.
- [owncloud] Emit signal when server validation finishes. Commit.
- [owncloud] Use StackView instead of simple Loader. Commit.
- [ownCloud] Rewrite the wizard in QML. Commit.
- [owncloud] Implement the service selection as the last step. Commit.
- Add ownCloud UI plugin. Commit.
- Remove long-time unused code. Commit.
- Revert "Remove unused code". Commit.
- Remove unused code. Commit.
- Fix typo. Commit.
- Fixuifiles. Commit.
- Replace QJson with Qt5's own JSON implementation. Commit.
- Second round of include fixes. Commit.
- Port wizard buttons. Commit.
- Port kDebug -> qDebug. Commit.
- Port KUrl -> QUrl. Commit.
- First restoration of owncloud functionality (webdav files). Commit.
- Updated runners-id icon and name. Commit.
- Check https:// url for owncloud and use https by default for owncloud. Commit. Code review #106543
- Port to KGAPI (KGoogle got renamed to KGAPI). Commit.
- Adapt to newest ownCloud 4.0. Commit.
- Port eveything into the wallet api. Commit.
- Add support for runnerid and configure only once. Commit.
- Handle KWallet correctly, do not crash on Deny. Commit.
- Implement a slot from where start the job. Commit.
- Set runnerID icon in case of type=runnerid. Commit.
- Set title fo ownCloud Wizard. Commit.
- Add custom "AccountWidgets" depending on the type. Commit.
- Set serviceOption binary mode on all wizards. Commit.
- Move all owncloud jobs into owncloud/jobs (and one facebook into facebooks). Commit.
- Moved all owncloud pages into owncloud/pages. Commit.
- Set tab order. Commit.
- Set buttons on initialization page. Commit.
- Set focus on the username. Commit.
- Moved all google stuff into google folder. Commit.
- Replaced QDebug by KDebug. Commit.
- Call it files instead of chat. Commit.
- Close the Wizard widget if done with no service or with result != 1. Commit.
- Do not call setQuery("") since it will add ? to our url. Commit.
- I thought KWallet was a tree but it is a list, doing a hack to make uuid. Commit.
- Do not show GUI for basicInfo KIO::get. Commit.
- Create the account once the wizard is done. Commit.
- Add the service page. Commit.
- Check if the credentials are ok, then go to the service page. Commit.
- Only activate "Next" when the page is valid. Commit.
- Added connection page, does nothing atm. Commit.
- SetResult to false each time a check is started. Commit.
- Save the found server into a member variable. Commit.
- Prepare owncloudWizard to hold ownCloud information. Commit.
- Implemented validatePage. Commit.
- OwnCloud setup wizard with credentials page implemented (BasicInfo). Commit.
kalarmcal [Show]
- Use QStringliteral. Commit.
- Use QStringRef for operator+= too. Commit.
- Use QStringRef in a bunch of places. Commit.
- MAke it compile. Commit.
- Use new macro. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Don't accidentally export private classes. Commit.
- Use secsTo instead of secsTo_long, the later is deprecated. Commit.
kalgebra [Show]
- Properly specify icon name. Commit.
- Use a more reasonable default size for the icon button. Commit.
- Rename Console -> Calculator. Commit.
- Improve the NavigationDrawer. Commit.
- Add spacings on the About page. Commit.
- Provide an icon for the 3D plots. Commit.
- Add a subtitle in the main menu. Commit.
- Add some margins so everything looks a bit less cramped. Commit.
- Clip SimpleListView. Commit.
- Improve usability of 2D and 3D. Commit.
- Don't show a floating label. Can't see it anyway. Commit.
- Make QtQuickControls version work again. Commit.
- Redesign plotting apps. Commit.
- Iterate main page. Commit.
- Get a more Material-like look in the NavigationDrawer. Commit.
- Improve layouting. Commit.
- Make the SimpleListView delegate non-interactive. Commit.
- Set an organization domain. Commit.
- Use new connect api + QStringLiteral. Commit.
- Replace tabs with 4 spaces. Commit.
- Material fixes. Commit.
- Simplify code by using layouts. Commit.
- Improve material integration. Commit.
- Polish the Plot2D activity look and code. Commit.
- The current page should remain selected in the navigation view. Commit.
- Polishing on kalgebramobile. Commit.
- Introduce a 3D plotting activity to kalgebramobile. Commit.
- Polish on the About page. Commit.
- Material needs QtSvg and not offering it. Commit.
- Expose more PluginsModel data. Commit.
- Introduce a widget set based on the material theme. Commit.
- Make sure the stack is positioned properly. Commit.
- Adopt the new icon by Uri Herrera, from Breeze. Commit.
- Fix DPI font on the console. Commit. Code review #124431. Fixes bug #334378
kamera [Show]
- Fix extra spaces in i18n messages. Commit.
- Fixes to the KameraConfigDialog window. Commit.
- Updated to new source location. Commit.
- Remove double load() call. Commit. Code review #125433
- Initial port of kamera to KF5/Qt5. Commit. Code review #125230
kanagram [Show]
- Hide 'Say words' option if built without QtSpeech. Commit.
- Force letter text to black so "Breeze Dark" theme doesn't make letters white on white. Commit.
kapman [Show]
- Add homepage link to about dialog. Commit.
- Remove unused dependencies. Commit. Code review #125945
- Fix bug #181081: "avatar is caught in an unreachable area". Commit. Fixes bug #181081
kapptemplate [Show]
- Remove old templates. Commit.
- Updated the KRunner template. Commit.
- GeneratePage: Remove output directory after any failure. Commit. Code review #125162
- Clarify/fix error message. Commit. Code review #123655
- Updated the Akonadi templates. Commit.
- Discard the library idea. Commit.
- Renamed the icons to match the icon file name rule. Commit.
- GeneratePage: Use dynamic_cast instead of C-style cast. Commit.
- Add feature_summary. Commit.