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.
kate [Show]
- SetQuitOnLastWindowClosed(false) causes lingering processes. Remove. Commit.
- Display the staged files in the projects list. Commit.
- Fix loading of git projects. Commit. Fixes bug #354494
- Add KDevelop/Plugin service type for Kate plugins that are compatible. Commit. See bug #354308
- Add cache cleaner. Commit.
- .protocol files are no longer needed. Commit.
- We need python :/. Commit.
- Start to write win howto using git://anongit.kde.org/scratch/sars/kate-windows.git. Commit.
- Start to write win howto using git://anongit.kde.org/scratch/sars/kate-windows.git. Commit.
- Make more plugins work properly on mac/win. Commit.
- Make more plugins work properly on mac/win. Commit.
- Snippet plugin works on mac/win now. Commit.
- Deploy only protocol files + fixup paths in kioslave, too. Commit.
- Kio works on mac, if this is done and https://git.reviewboard.kde.org/r/125778/ is applied. Commit.
- Update icon location. Commit.
- Let QStandardPaths do the icon resource search. Commit.
- Let QStandardPaths do the icon resource search. Commit.
- Unbreak kwrite http://www.kde.org. Commit.
- Add more frameworks needed for plugins. Commit.
- No idea what the default config was good for. Commit.
- Tell kiconloader about our wanted, theme, too. Commit.
- Guard bus connect calls. Commit.
- Fix icon search, was mix of wrong paths + missing icon engine ;=). Commit.
- Add fallback search for local breeze icons, if normal ones are not around. Commit.
- The project plugin also requires KF5NewStuff. Commit.
- Init the kate.qrc stuff, else ui file missing. Commit.
- No extra check, document will do that and the normal open file dialog won't allow non-existing files anyway. Commit.
- Runtime not enough. Commit.
- Port close-except-like from KF5::Notifications to KTextEditor::Message. Commit.
- Install only minimal gettext subset. Commit.
- Remove remaining notification include. Commit.
- Update mac.txt to current state. Commit.
- The build plugin no-longer uses KF5::Notifications. Commit.
- Assets in resources. Commit.
- Assets in resources. Commit.
- Assets in resources. Commit.
- Assets in resources. Commit.
- Assets in resources. Commit.
- Assets in resources. Commit.
- More stuff in resources, less files flying around. Commit.
- More stuff in resources, less files flying around. Commit.
- More stuff in resources, less files flying around. Commit.
- Cleanup. Commit.
- Move ui to resource. Commit.
- Use constData and cleanup the code a bit. Commit. Fixes bug #353947. Code review #125674
- Init libgit2 in right thread. Commit. Fixes bug #353947
- Add mac howto. Commit.
- KWrite retina aware, too. Commit.
- Make kate retina aware, perhaps that later can go in ECM, not sure. Commit.
- More resorting. Commit.
- More resorting. Commit.
- More cleanups. Commit.
- Use kate icons as kwrite icon temporarily and build it into the app for win/mac. Commit.
- Get macos icons working. Commit.
- Use full filenames. Commit.
- Remove obsolete file. Commit.
- Resort sources + add app icons. Commit.
- Drop kdeinit dep. Commit.
- No instant death if no dbus is around please. Commit.
- Fix opening files in running instance. Commit.
- Fix current tab indicator (regression accidentally introduced). Commit.
- Guard some stuff for win ATM, better than patches. Commit.
- Remove deps. Commit.
- Remove deps. Commit.
- Cleanup. Commit.
- Guard remaining activities code. Commit.
- Doctools optional, for windows. Commit.
- Make KActivities again optional as they use too much stuff like boost to be that easy usable on windows. Commit.
- Pedantic. Commit.
- Compile in the ui files. Commit.
- Make it possible to open files at a certain line or column. Commit.
- Beautify the code. Commit.
- More inplace objects, less explicit deletes. Commit.
- No own indexOf. Commit.
- Store metainfo in config dir. Commit.
- Inplace KConfig object instead of on the heap. Commit.
- Cleanup. Commit.
- Fix bug #349558: Avoid crash in tabbar on Kate session restore. Commit. Fixes bug #349558
- Fix minor typo. Commit.
- On using --line, clear the selection. Commit. Fixes bug #337730
- Move docbook images to proper katepart place. Commit.
- Try to avoid wrong parent-child relations in filetree. Commit. Fixes bug #346828
- Cleanup meta info storage. Commit.
- Add comment. Commit. Fixes bug #351970
- CTags: Fix db-file selection + tooltip + global target default... Commit.
- Fix bug #340936: Can not mousewheel on tabbar to change tabs. Commit. Fixes bug #340936
- SymbolViewer: Don't take focus + react on click in stead of activate. Commit.
- Some comments. Commit.
- Check currentView() for nullptr, is the case in an intermediate state. Commit.
- Tab Switcher Plugin: avoid crash if view is a nullptr. Commit.
- S&R: Focus the correct object in searchWhileTypingDone. Commit. Fixes bug #350411
- Remove rtags code for now, mostly not in a working state anyways. Commit.
- Ask on close other, too. Commit. Fixes bug #333130
- Add hint of commit policy to main readme. Commit.
- Cleanups libgit2 integration. Commit.
- S&R: Fix replace-combo not being case sensitive. Commit. Fixes bug #353508
- Replicode: Make configuration page name/title translatable. Commit.
- Replicode: Improve texts in message boxes. Commit.
- Replicode: Add colons to labels for configuration fields. Commit.
- Project plugin: git: list submodules files too. Commit. Code review #125409
- Change close Icon see 125175 Reviewboard. Commit.
- Fixed bug #352627: properly use libgit2 resource. Commit. Fixes bug #352627
- Make docbooks optional. Commit.
- Reduce dependencies. Commit. Code review #124935
- Project: fix reload for stub project. Commit. Code review #124771
- Snippets: Fix text coloring. Commit. Fixes bug #351387. Code review #124806
- Kate: use correct time order for quick open sessions. Commit. Code review #124765
- Port to CMake automoc. Commit.
- Replace KBProcess with KProcess from CoreAddons. Commit.
- Update Kate man page docbook to kf5. Commit. Code review #124592
- Fix typo in docs. Commit.
- Missed QDir::Name. Commit.
- Sort the file list, otherwise we have more or less a random order (yeah, its the order in the dir entries, but thats random for the user :=). Commit.
- Update Kate docbook to recent changes in master. Commit. Code review #124546
- Comment. Commit.
- Purge pate docs, need to be copied from 4.14 branch too for porting. Commit.
- Cleanup last not ported plugins, now only stuff that is kind of maintained and ported is in master. Commit.
- Remove pate from master, if we port that, we need to start from scratch from the latest KDE 4.14 version of pate. Commit.
- Remove some unmaintained and not ported plugins to avoid confusion. Commit.
- Make the settings button nicer ;=). Commit.
- Move settings icon to the right. Commit.
- Improve the layout again with kare's help. Commit.
- Revert "rework a bit the search & replace in files, we can revert that again if not wanted, but we want a backup of the ui file in any case in the public git ;=)". Commit.
- Revert "play around bit more with search in files layou". Commit.
- Revert "play around bit more with search in files layou". Commit.
- Revert "cleanup search in files even more". Commit.
- Revert "smaller buttons like the normal search". Commit.
- Revert "add :". Commit.
- Revert "remember the filter/excludes but not setting them as active ones ;=)". Commit.
- Remember the filter/excludes but not setting them as active ones ;=). Commit.
- Add :. Commit.
- Smaller buttons like the normal search. Commit.
- Cleanup search in files even more. Commit.
- Play around bit more with search in files layou. Commit.
- Play around bit more with search in files layou. Commit.
- Rework a bit the search & replace in files, we can revert that again if not wanted, but we want a backup of the ui file in any case in the public git ;=). Commit.
- Actually pass the plugin along. Commit.
- Do not crash if the toolview widget gets deleted externally. Commit.
- Automatically add action toolbar when actions are set on a toolview. Commit.
- Move SnippetView creation into KateSnippetsPluginView. Commit.
- Remove the global "Snippets..." dialog action. Commit.
- Remove noise qDebug. Commit.
- Remove obsolete code. Commit.
- Use GenericDataLocation to store snippets. Commit.
- Use QStringLiteral. Commit.
- Only output warnings and higher per default. Commit.
- Honor new default styles in Kate XML completion plugin. Commit.
- We just want some rough date, no need for timezone. Commit.
- Project tree: flat combobox, flat reload button. Commit.
- Textfilter command works again, too. Commit.
- Port text filter plugin. Commit. Fixes bug #347243
- More porting work. Commit.
- Remove empty stuff. Commit.
- Port more of text filter. Commit.
- Start to port one more plugin. Commit.
- Kill process before deleting just in case. Commit.
- Kill process before deleting just in case. Commit.
- Remove not use stuff. Commit.
- Cleanups. Commit.
- S&R: Sync the search folder with the doc when search place is changed. Commit.
- Close the session applet immediately when a session is activated. Commit.
- Bumping another year. Commit.
- Update copyright year 2014->2015. Commit.
- Try to fix shutdown crash. Commit. Fixes bug #346911
- Bump requirements to more realistic values. Commit. Fixes bug #350332
katomic [Show]
- Fix homepage link in about dialog. Commit.
- Use QStringLiteral. Commit.
- Fix build. Commit.
- Dependency cleanup. Commit.
- Compile++. Commit.
- Add the missing KF5DBusAddons. Commit.
- Add missing DocTools. Commit.
kblackbox [Show]
- Fix homepage link in about dialog. Commit.
- Remove unused dependency. Commit. Code review #125946
- Build++. Commit.
- Remove duplicated Config, add missing DocTools. Commit.
kblocks [Show]
- Add homepage link to about dialog. Commit.
- Use new connect api + QStringLiteral. Commit.
- Avoid occurence of invisible blocks. Commit. Fixes bug #333694. Fixes bug #344506. Code review #125578
- ToAscii is obsolete in Qt5, replace with toLatin1. Commit.
- Add missing DocTools. Commit.
kblog [Show]
- Increase version. Commit.
- Fix build with older Qt. Commit.
- Fix build for genstorm, although it works for me. Commit.
- Don't hold iterator to temporary container. Commit.
- Avoid allocations due to QHash::keys() and QHash::values(). Commit.
- Remove unused mentions of KDateTime. Commit.
- Generate debug file from macro. Commit.
- Less allocations by not using QString::fromLatin1(). Commit.
- Port away from KDateTime to QDateTime, remove KDELibs4Support. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Cut timeouts in half, to stay within the test timeouts of the CI. Commit.
- Use Q_DECL_OVERRIDE. Commit.
kbounce [Show]
- Remove unused dependencies. Commit. Code review #125947
- Use new connect api + QStringLiteral. Commit.
- Fix Icon install. Commit.
- Add missing DocTools. Commit.
kbreakout [Show]
- Add homepage link to about dialog. Commit.
- Remove unused dependencies. Commit. Code review #125948
- Use QStringLiteral. Commit.
- Add missing DocTools. Commit.
kbruch [Show]
- Update documentation data (man + doc). Commit.
- Fix file install location. Commit.
- Kbruch.desktop: s/-caption/-qwindowtitle/. Commit.
- Fix desktop file location. Commit. Code review #124444
kcachegrind [Show]
- Compile fix for Qt 5.5. Commit.
- Make Krazy happy (no real change). Commit.
- Update copyright years. Commit.
- Add "explicit" for lower Krazy issues. Commit.
kcalc [Show]
kcalcore [Show]
- Use the compiler generated copy-ctor instead. Commit.
- Remove not implemented declaration. Commit.
- Use QStringliteral. Commit.
- Increase version. Commit.
- Fix container detachment. Commit.
- Use QStringRef for operator+= too. Commit.
- Use QStringRef in a bunch of places. Commit.
- Use the multi-arg QString::arg() overload, to save allocations. Commit.
- Don't hold iterators to temporary containers. Commit.
- Use new macro. Commit.
- Don't detach potentially big Attachment byte arrays. Commit.
- S/QString(QStringLiteral/QStingLiteral. Commit.
- Don't call QTime::currentTime() 4 times in a expression. Commit.
- Fix build for who doesn't have HAVE_UUID_UUID_H defined. Commit.
- Avoid memory allocations due to QLatin1String->QString implicit cast. Commit.
- Remove KCALCORE_FOR_MEEGO and KCALCORE_FOR_SYMBIAN ifdefs. Commit.
- Replace fromLatin1(" with QStringLiteral(" to save one allocation. Commit.
- Replace fromUtf8 with QStringLiteral to save allocations. Commit.
- Build with QT_NO_CAST_FROM_ASCII to reduce memory allocations. Commit.
- Mark type movable. Commit.
- Suppress pointer in .data. Commit.
- Don't accidentally export private classes. Commit.
- Use Q_DECL_OVERRIDE. Commit.
- Fix debug build. Commit.
- Comment unused function. Commit.
- Remove unused FreeBusyUrlStore. Commit.
kcalutils [Show]
- Add Q_DISABLE_COPY to class with dtor but no copy-ctor. Commit.
- Use QStringLiteral. Commit.
- Increase version. Commit.
- Don't detach temporary containers. Commit.
- Use multi-arg overload of QString::arg() for less allocations. Commit.
- Improve diagnostics to debug test failure on the CI. Commit.
- Make the tests independent of being Dan :). Commit.
- Make test independent of emoticon theme install location. Commit.
- Make this independent of local icon settings. Commit.
- Find Grantlee plugins if they are installed in a different prefix. Commit. Code review #125581
- Cleanup the pyc file. Commit.
- Port part of KCalUtils to Grantlee templates. Commit. Code review #125331
- Backport "incidenceformatter.cpp - allow links in todo and journal descriptions". Commit.
- Port away from KLocale. Commit.
- Port away from KLocale. Commit.
- Port away from KMimeType. Commit.
- Use new macro. Commit.
- Rename private class to avoid exporting it accidentally. Commit.
- Fix QLatin1String->QString conversions which create allocations. Commit.
- Don't create heap allocations due to QString::fromLatin1(). Commit.
- Replace fromUtf8 with QStringLiteral to save allocations. Commit.
- Don't pass unneeded argument. Commit.
- Remove KDEPIM_MOBILE_UI. Commit.
kcharselect [Show]
kcolorchooser [Show]
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
kcontacts [Show]
- Pass small and trivially-copyable types by value. Commit.
- Add Q_DISABLE_COPY on classes with dtor but no copy-ctor. Commit. Code review #D509
- Remove includes. Commit.
- Don't call expensive emails() in a loop. Commit.
- Use QStringRef in a bunch of places. Commit.
- Use multi-arg QString::arg() overload for less allocations. Commit.
- Adapt IM attributes. Commit.
- Add an .arcconfig file. Commit.
- Fix reserve. Commit.
- Use new macro to generate debug file. Commit.
- Use QStringLiteral to avoid heap allocations. Commit.
- Remove bogus boolean being passed to QString::indexOf(). Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Remove usages of fromLatin1(char*), they allocate memory. Commit.
- Don't accidentally export private classes. Commit.
- USe QStringLiteral. Commit.
- Add autotest for timezone too. Commit.
- Add more autotests. Commit.
kcron [Show]
- Reduce dependencies. Commit.
kde-dev-scripts [Show]
- Add support for qmake. Commit.
- Use releaseme for rsibreak. Commit.
- Maragato (Roberto Teixeira) said yes to all 5 questions. Thanks!. Commit.
- Add myself to relicensecheck.pl. Commit.
- Add myself to relicensecheck.pl. Commit.
- Add alias for domi. Commit.
- Make cxxmetric accept dirs as arguments, not just files. Commit.
- Add myself (rkcosta) to relicensecheck.pl. Commit.
- Allow to rename all private class from a directory. Commit.
- Added myself to relicensecheck.pl file. Commit.
- Add myself (username: asensi) to the relicensecheck.pl. Commit.
- Add myself (username: nikitas) to thr relicensecheck.pl. Commit.
- Add myself to the table. Commit.
- Add script to rename Foo::Private to FooPrivate so it's not exported. Commit.
- Add myself to relicensecheck. Commit.
- Add myself to relicensecheck.pl. Commit.
- Add myself to relicensecheck.pl. Commit.
- Add myself, Ruediger Gad aka ruedigergad, to relicensecheck.pl. Commit.
- Add myself to relicensecheck.pl. Commit.
- Add myself to relicensecheck.pl. Commit.
- Add support for classes that have _p.h and no .h. Commit.
- Add myself to relicensecheck.pl. Commit.
- Added Fabian Kosmale (fabiank) to relicensecheck.pl. Commit.
- Added ademko to the relicensecheck.pl. Commit.
- Add jschroeder to relicense checker. Commit.
- Added David 'dherberth' Herberth to relicensecheck.pl. Commit.
- I, Leo Savernik, agree that KDE e. V. may change the licensing of all of my commits performed via my KDE committer's account in the past as well as in the future on my behalf. Commit.
- Add deniskuplyakov to relicensecheck.pl. Commit.
- Remove duplicate '/". Commit.
- Adding myself. Commit.
- Added licence rechange for Sandro Knauß (myself). Commit.
- Make wcgrep ignore .git even in subdirs (e.g. when grepping from frameworks/). Commit.
- Add entry for Nicolás Alvarez
(5*yes). Commit. - Clee replied "I'm fine with all of those relicensing options.". Commit.
- Fix discrepancy with the wiki, Andras Mantia agreed to +eV (and just confirmed by email). Commit.
- Add code to generate the wiki page. Commit.
- Fix discrepancy with the wiki, which says Will Stephenson agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Vlad Codrea agreed to v2+v3 as well. Commit.
- Fix discrepancy with the wiki, which says Urs Wolfer agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Thorsten Rahn agreed to the +eV option. Commit.
- Add missing entry for tnyblom, as found in wiki. Commit.
- Fix discrepancy with the wiki, which says Thiago agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Simon Schmeisser agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Simon Huerlimann agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Simon Hausmann agreed to the +eV option. Commit.
- Add entries from wiki. Commit.
- Fix discrepancy with the wiki, which says Roberto Alsina agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Robert Knight agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Richard Moore agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Chris Lee agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Reinhold Kainhofer agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Matt Williams agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Matt Broadstone agreed to the +eV option. Commit.
- Mario Bensi said yes to all 5 questions (and added an entry to the wiki). Commit.
- Fix discrepancy with the wiki, which says Kurt Granroth agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Jonathan Riddell agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says John Tapsell agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Jason Harris agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Ian Ventura-Whiting agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Greg Martyn agreed to the +eV option. Commit.
- Add missing entry for David Jarvie, based on wiki entry (*). Commit.
- Fix more duplicates (who agreed to +eV as well, later). Commit.
- Fix equal duplicate entries for Dirk Mueller. Commit.
- Ogoffart added himself to both tables at the same time - fixed ;). Commit.
- Fix duplicate entry by Raabe (see 745a6ecb8b9256c527f559f007793002725919c1). Commit.
- Fix discrepancy with the wiki, which says Eric Pignet agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Danny Allen agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Craig Drummond agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Cornelius agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Adam Treat agreed to the +eV option. Commit.
- Add entry from wiki for bbroeksema. Commit.
- Fix discrepancy with the wiki, which says Chani agreed to the +eV option. Commit.
- Fix discrepancy with the wiki, which says Alexander Kellett agreed to the +eV option. Commit.
- Add support for ninja to makeobj. Commit.
- Adding secondary address as I just get the valir@kde.org address. Commit.
- Add myself (egorov) to relicensecheck script. Commit.
- Adding vrusu alias valir. Commit.
- Add entry for George Staikos, as per his reply. Thanks!. Commit.
- Add Boudhayan Gupta (bgupta) to relicensecheck.pl. Commit.
- Update my license choices to include +eV as well. Commit.
- Add entry for Percy Leonhardt as per his reply. Thanks!. Commit.
- +staniek. Commit.
- KMimeType port: mimeTypeForNameAndData() -> mimeTypeForFileNameAndData(). Commit. Code review #124065
- Add sebas to relicensecheck.pl. Commit.
- Fix domi's login name; add comment for trueg as found on https://techbase.kde.org/Projects/KDE_Relicensing. Commit.
- Added myself to the relicensecheck.pl script. Commit.
- Added myself to the relicensecheck.pl script. Commit.
- Add rthomsen to relicensecheck.pl. Commit.
- Update cmake min req to match kdelibs4. Commit.
- Add bport right to licence. Commit.
- Add entry for Aurélien Gâteau. Commit.
- Clearly people don't know their alphabetical order... fix sorting. Commit.
- Add entry for Caleb Tennis. Commit.
- Holger Schröder said yes to all 5 questions, add an entry. Commit.
- Dominique Devriese said yes to all 5 questions, added an entry. Commit.
- Antonio said yes to all 5 questions - in person ;-). Commit.
- Use Camelcase includes (old patch I had lying around, I hope it works ;). Commit.
- Add entry for Maciej Mrozowski, who said 5 * yes. Commit.
- Add entry for Richard Smith. Commit.
- Alessandro Diaferia said yes to all 5 questions, add an entry for him. Commit.
- Add alternate email for bero. Commit.
- Sune wrote "In general, I'm okay with any of the above", adding him. Commit.
- Relicensecheck.pl stopped too early looking at git log, in case the file had moved!. Commit.
- Make message less confusing. Commit.
- One more alternate email address. Commit.
- Patrick von Reth answered yes to all 5 questions (and signed the FLA). Commit.
- Refactor accounts file reading to avoid copy/paste. Commit.
- Add myself to relicensecheck.pl. Commit.
- Romário Rios said yes to all 5 questions, add him to the script. Commit.
- Convert-kcmdlineargs.pl: add TODOs in the generated code. Commit.
- Guy Maurel answered YES to all questions, adding him to the script. Commit.
- Relicensecheck: add more alternate emails; die on unknown email so it's not overlooked. Commit.
- Improve relicensecheck.pl so it can run on karchive.h. Commit.
kde-runtime [Show]
- Merge commit 'be3ee5b9a36e1b7f3c6eab466e33762ae101b3c6'. Commit.
kdebugsettings [Show]
- Use const'ref. Commit.
- Add categories for kscreen. Commit.
- No space in the name of the application. Commit.
- Use new ECMQtDeclareLoggingCategory. Commit.
- Add the kf5 debug areas. Commit.
- Fix HiDPI for kdebugsettings. Commit.
- Increase. Commit.
kdeedu-data [Show]
- Add Feature Summary. Commit.
kdegraphics-mobipocket [Show]
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
kdegraphics-strigi-analyzer [Show]
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
kdegraphics-thumbnailers [Show]
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
- Build with latest changes in libkexiv2 repo. Commit.
- Now it builds with KF5DCraw. Commit.
- Initial port to Frameworks. Commit.
kdelibs [Show]
- Give each htmlhandbook target a unique name. Commit. Fixes bug #351287. Code review #125983
- FindTaglib.cmake: fix version detection for 1.10. Commit.
kdenetwork-filesharing [Show]
- Remove cruft. Commit.
- This should still be run even if we're not using the samba install stuff. Commit.
- Ported to frameworks and uses packagekit to install samba if it's not installed, from Summer of Code project. Commit.
- When installing samba show a progress bar during the install then. Commit.
- Fix escapes for samba string. Commit.
- Remove unused check. Commit.
- Remove pointless cmake settings. Commit.
- Indent if. Commit.
- Make packagekit fully optional as part of the SAMBA_INSTALL option. Commit.
- Add duplicated findpackage. Commit.
- Change SAMBA_INSTALL status reporting to add_feature_info. Commit.
- Convert SAMBA_PACKAGE_NAME to a cached string. Commit.
- Look for Qt5::Core required as apparently no framework does that :O. Commit.
- Remove unused ECM modules (only useful for shared libraries). Commit.
- First project then requirement. Commit.
- Lower cmake requirement to 2.8.12. Commit.
- Set translation domain to get l10n loaded. Commit.
- Remove unused components from qt5 finding. Commit.
- Replace static binary lookup with qstandardpaths::findexecutable. Commit.
- Remove unused includes. Commit.
- Sort headers. Commit.
- Cleanup the find_package to only find kf5 packages we use. Commit.
- Port away from implicit qstring casts from ascii and drop kdelibs4support. Commit.
- Drop now unused kdelibs4support from link libraries. Commit.
- Port deprecated kurl to qurl. Commit.
- Reduce warnings by explicitly marking unused params as such. Commit.
- Port from deprecated KUser::uid to userId(). Commit.
- Add a fixme for l10n. Commit.
- Refactor properties->kurl to properties->url (QUrl). Commit.
- Add appropriate line breaks. Commit.
- Use ki18n_wrap_ui to be able to l10n the .ui file. Commit.
- Use one target_link_libraries call instead of many. Commit.
- Remove excess newline. Commit.
- Remove inside_kdenetwork conditional branch. Commit.
- Cmake style improvements. Commit.
- Packagekit is required in the present code. Commit.
- Fix indention. Commit.
- \t to spacetab. Commit.
- Add feature_summary. Commit.
- Dolphin now installs samba via PackagekitQt. Commit.
- Set cmake_min_req to match kdelibs policy; fix build accordingly. Commit.
- All porting issues fixed. Commit.
- Fixed KDialog porting issues. Commit.
- Fixed KUrl and i18n. Commit.
- Fixed root cmakelists to add kde4libssupport. Commit.
- Fixed some more issues with kdeLibs4Support. Commit.
- Porting midway. Commit.
- Fixed more porting issues; make still doesn't work. Commit.
- CMake Fixed. KIO included. Commit.
- Starting off a port, updated cmake to work with kf5. Commit.
kdenetwork-strigi-analyzers [Show]
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
kdenlive [Show]
- Fix thumbnail not updating after editing title clip. Commit.
- Updated mute icons by wegwerf. Commit.
- Detect and recover missing images in title clips. Commit.
- * Fix crash when opening project with missing luma file. Commit.
- Fix second fade effect starting with wrong duration. Commit. Fixes bug #356345
- Fix timeline clip not always correctly selected,. Commit.
- Fix broken audio mix. Commit.
- Clearer icon design for effect split monitor view button. Commit.
- Remove frame number in monitor overlay until we implement a proper UI to display it. Commit. See bug #352816
- Fix broken track effects, good catch!. Commit. Fixes bug #356244
- Fix audiothumbnails crash. Now we process audio thumbs one by one instead of creating dozens of threads, better for hard drives. Commit.
- Fix play & loop zone, fix cannot pause near end of clip. Commit. Fixes bug #346489
- Fix copy/paste clip losing speed. Commit.
- Fix fades sometimes incorrectly displayed / messed up when 2 fades were added to a clip. Commit. Fixes bug #356209
- Fix crash on delete track with grouped clips, and another track deletion crash. Commit. Fixes bug #356313
- Add context menu option to rename a bin folder. Commit. Fixes bug #353284. Fixes bug #356041
- Geometry param: always allow adjusting parameter then we only have one keyframe. Commit.
- Don't leave Mlt Geometry y pos uninitialized (creates unnecessary mess in xml). Commit.
- Refresh monitor when compare effect is activated. Commit. Fixes bug #356316
- Fix spacer tool. Commit.
- Fix crash when trying to delete last track. Commit. Fixes bug #356310
- Backport small update in audio thumbs from shotcut. Commit.
- Don't start a process with an url in it, use more secure argument form. Commit.
- Fix right click in timeline unselecting all items. Commit.
- Fix undoing group move goes to wrong track. Commit. Fixes bug #356300
- Renaming Effects/Transitions lists & properties tabs. Commit.
- Rename 'Blue Screen' effect to 'Chroma Key', more common description. Commit. Fixes bug #353022
- Read MLT presets after our xml list so that image sequence appears last. Commit. Fixes bug #356100
- Fix save selection and expand playlist losing timeline effects. Commit.
- Fix cursor not updating after leaving guide. Commit.
- Fix expand clip not working on opened documents. Commit.
- Fix crash on seeking over guide, fix transition keyframes not updated on resize. Commit.
- Cleaner tabs for clip properties. Commit.
- Show track name in error messages instead of MLT's track number. Commit.
- Fix startup crash when 2 Kdenlive instances are running. Commit.
- Fix several timeline selection issues (ctrl+click making clip disappear). Commit.
- Freesound interim fix and clipart fix. Commit. See bug #355350
- Fix speed effect breaking. Commit.
- Fix missing larger / smaller track icons. Commit. See bug #356187
- Rearrange priorities in previous commit. Commit.
- Fix setting MLT paths with environment/build variables. Commit. Fixes bug #353260
- Fix clip losing last frame when moved to another track. Commit.
- Fix crash when using keyframable effect. Commit.
- Fix effect added twice on bin clips and crash on bin effect deletion. Commit.
- Warn before overwriting existing image file. Commit. Fixes bug #356087
- Allow to install KF5 translations. Commit.
- Expand playlist: fix transition track forgotten, and don't allow action if no space in timeline. Commit.
- Fix my small effect basket (list of favorite effects embedded in toolbar):. Commit.
- Fix deleting track switching composite transition on. Commit. Fixes bug #356029
- Fix track effects lost on project reload. Commit.
- Fix several track position errors. Commit. Fixes bug #356032
- Fix project clips not correctly watched for change after opening project. Commit.
- Fix monitor play button not switching when reaching last frame. Commit. Fixes bug #353097
- Fix crash when configuring toolbar introduced in previous commit. Commit.
- Fix "Clip in Project Bin" not working. Commit.
- * Cleanup creation of dynamic actions (use plugActionList instead of messing with factory). Commit.
- Fix fades lost when moving clip to another track. Commit.
- Change lumas format to PNG (smaller). Commit.
- Limit number of threads started for timeline thumbnails. Commit.
- Update menu icon format. Commit.
- Update icons with breeze design. Commit.
- Embed all icons used with internal theme switcher (compressed). Commit.
- Allow to download KF5 translations. Commit.
- Try harder to find missing file (search by name if size/hash did not match), fix wrong include. Commit.
- Make sure we have an absolute path for project folder, and don't ask to create it when not possible. Commit.
- Fix one pixel offset in timeline causing weird behaviors (resizing clip start expanded it, or items undeletable). Commit.
- Fix effect analysis not working (sox gain). Commit.
- Improve latency when editing effects / transitions. Commit.
- Fix crash when dropping effect on a bin clip's effect stack. Commit.
- Fix crash when adding corners effect (some porting required). Commit. Fixes bug #355285
- Show black screen when deselecting current bin clip. Commit.
- Only create track composite transition if lower track is a video track, otherwise transition is useless and adds some overhead. Commit.
- Proper icons for track transparency. Commit.
- Disable useless track name context menu, show track menu instead. Commit.
- Make Home/End shortcut work on transitions, don't focus clip monitor when dragging a clip from bin to timeline. Commit. Fixes bug #355740
- Small cleanup and don't create useless render file. Commit. See bug #353455
- Don't invalidate 1 frame clips. Commit.
- Fix removal of speed effect not working on project reload. Commit.
- Fix black background sometimes corrupted when editing speed effect of last clip in track. Commit.
- Put track name in error message on loading problem for better feedback. Commit.
- Item resize now uses seek position instead of cursor position, making fast resize more reliable. Commit.
- Discard mouse click in timeline if context menu was displayed, it caused several problems (offset when moving a clip, corruption when combined with modifiers, etc). Commit.
- Fix timeline corruption when ctrl+click on a timeline clip, then releasing ctrl and dragging clip. Commit.
- Fix transition track calculation. Commit.
- Fix track calculation when moving item in timeline. Commit.
- Fix typo. Commit. See bug #355572
- Put transition list in a tab for first app startup. Commit.
- Fix adding transition creating overlapping transitions. Commit.
- Fix speed effect lost on project re-opening if speed was 100%. Commit.
- Fix fades disappearing when changing a clip speed. Commit.
- Fix downloaded lumas not appearing in transition options. Commit. Fixes bug #354548
- Fix expand playlist feature when playlist contains title clips. Commit.
- When duplicating a bin clip, append (copy) to its name to differentiate it from original. Commit.
- Feature backport: expand playlist clip/project file in timeline. Commit.
- Fix image sequence / lossless rendering categories not appearing after recent change. Commit.
- Try to fix crash when project monitor is hidden. Commit. See bug #351512
- Fix rendering always using proxies. Commit. Fixes bug #354601
- Fix editing transcoders does not update bin transcode context menu. Commit.
- Update H.265 HEVC rendering profile, patch by Evert Vorster. Commit. See bug #354077
- * Read some rendering profiles (lossless and stills) from MLT presets instead. Commit.
- Fix crash and errors in experimental Save Selection feature. Commit.
- Fix track renaming not updating transition settings. Commit. Fixes bug #355383
- Fix crash introduced in previous commit, and add new "disable timeline effects" option. Commit.
- Improve "Disable bin effect" feature, save settings in project. Commit.
- New option to dis/enable all bin effects. Commit.
- Hide debug info. Commit.
- Fix "Monitor info overlay" action not working (allows to hide the frame number & other infos in monitor). Commit.
- Fix transition track parameter broken, should fix this bug. Commit. Fixes bug #355381
- Fix crash on clip paste, thanks for the report. Commit. Fixes bug #355367
- Fix effect stack selection glitch, fix drops not allowed when bin was in icon view. Commit. See bug #355151
- Don't hard code the name of the pkg-config executable. Commit. Code review #126058
- Fix track buttons disappearing when deleting a track with small track height. Commit. Fixes bug #355252
- Correctly update effect stack when switching between timeline and project bin. Commit. See bug #355151
- Start supporting frei0r transition parameters (opacity in cair0blend). Commit.
- Merge transition settings and effect stack in a "Selection parameters" dock. Commit.
- Fix overlapping time labels. Commit. Fixes bug #355149
- Fix razor on right mouse click. Commit. Fixes bug #355144
- Fix building on CI. Commit.
- Fix CMake warnings. Commit.
- Fix luma not remembered. Commit. Fixes bug #354806
- Revert default MLT thread count > 1, too unstable. Commit.
- Allow more than 3 concurrent threads, however not sure about stability, feedback welcome. Commit. See bug #354835
- Fix timeline transition context menu broken by last commit. Commit.
- * Introduce Transition List widget. Commit.
- Cleanup. Commit.
- Fix crash on track deletion. Commit. Fixes bug #352170
- This should fix the guides not correctly deleted from project, please test. Commit. See bug #354553
- Fix dragging several clips from bin broken. Commit. Fixes bug #353765
- Fix x265 variable parameter incorrectly set. Commit. Fixes bug #354077
- Use correct monitor profile on profile change. Commit.
- Require MLT >= 0.9.8. Commit.
- Fix some producers not correctly replaced when missing clips on project opening. Commit.
- Fix replacement of video only clips in timeline (for example when proxying). Commit.
- Cleanup and fix proxy clips recognized as audio only. Commit.
- Fix JogShuttle null reciever error, patch by The DiveO. Commit. Fixes bug #353494. Code review #125520
- * New Clip job: "Analyse keyframes" will add markers for every I-Frame. Commit. See bug #350716
- Use marker category color in monitor ruler. Commit.
- Use themed icons for clip properties widget. Commit.
- Several small UI fixes. Commit.
- Fix composite button in track header inverted. Commit.
- Re-organize Bin toolbar & make context menu clip aware. Commit. See bug #353289
- Fix seeking glitch. Commit.
- Backport shotcut's OpenGL cleanup. Commit.
- Fix total rendering time when a job is over. Commit. Fixes bug #353419
- Cleanup document loading, fix compatibility with older project files. Commit.
- Fix rendering job not correctly displaying remaining time. Commit. See bug #353419
- Fix crash in ptoject bin when switching from icon to tree view. Commit.
- Fix script rendering when resizing output, patch by Frédéric COIFFIER. Commit. Fixes bug #353355
- Fix opening old kdenlive project files with audio/video only clips. Commit.
- Fix changing clip type at position 0 reporting error. Commit.
- Improve compatibility when opening old project files. Commit.
- * Change Folder up to back in bin item view. Commit. See bug #353289
- Fix compatibility with older project files. Commit. See bug #353125. See bug #352915
- Improve compatibility with older kdenlive project files. Commit.
- Fix clip paste. Commit.
- Fix insert space tool. Commit.
- Fix transitions. Commit.
- Fix audio mixing and split audio. Commit.
- Fix some bugs introduced by last commit. Commit.
- Refactoring: make all track functions use MLT track numbering, cleanup, start moving transition stuff in its own class. Commit.
- Fix opening old project files makes some timeline clips invisible. Commit. See bug #353125
- Add new button with popup list of favorite effects (not sure where to put it yet in UI). Commit.
- Add missing FindOpenGLES cmake file. Commit. Code review #125002. Fixes bug #350061
- Fix titlewidget displaying blank background with Movit. Commit. See bug #350398
- Revert "* Make sure non KDE users can always get a dark color theme". Commit.
- * Make sure non KDE users can always get a dark color theme. Commit. See bug #346608
- * Fix Bin effects sometimes bypassing the undo/redo system. Commit.
- Allow dropping effect on monitors. Commit. Fixes bug #353021. Fixes bug #353020
- Reorganize effects categories. Commit. See bug #351715
- Rewrite old ugly code for monitor audio volume popup. Commit.
- Remove old unused files. Commit.
- Fix favorite effects not showing description in info box. Commit.
- Move light and dark icons inside Kdenlive so that we can switch icon theme when user changes color theme. Commit.
- Allow switching audio backend from sdl to rtaudio (more stable with movit). Commit.
- Fix possible freeze on monitor switch introduced in previous commit. Commit.
- Make bin search case insensitive. Commit. Fixes bug #352884
- Fix actions corruption on customize toolbar: 352882. Commit.
- Fix concurrency crash when layout has clip and project monitor side by side. Commit.
- Make zoom slider zoom in on wheel up event, like Ctrl+wheel in timeline. Commit. Fixes bug #352853
- * Fix clip monitor position changed when clip dragged in timeline. Commit. Fixes bug #352823
- Fix scopes titlebar not hidden on startup. Commit. Fixes bug #352847
- Fix proxy settings for current project cannot be changed. Commit.
- Rename Project Tree > Project Bin. Commit. Fixes bug #352815
- Fix Effects list context menu. Commit.
- Make the selected track header color more different. Commit.
- Fix crash in custom render profiles & wrong group on new profile. Commit.
- Ctrl + Mouse Wheel to zoom in Project Bin. Commit.
- Fix possible crash on render. Commit. See bug #352670
- Fix various errors in track insert/delete hell. Commit.
- Fix crash on render profile with empty file extension. Commit. See bug #352670
- Let Qt handle toolbar sizes so we don't get tiny buttons on high DPI screens. Commit.
- Fix selection issues in bin tree. Commit.
- Stop doing stupid column resize in bin tree. Commit.
- Improve clip conversion in DVD Wizard. Commit. See bug #350788
- Update composite icon in track header. Commit.
- Allow adding non mpeg files to DVD wizard (it will autoconvert). Commit. See bug #350788
- Make sure we rewind scroll bar to 0 when doing fit zoom to project. Commit.
- Remove small tip animation when exiting timeline. Commit.
- Fix 2 crashes on track insertion. Commit.
- Fix again GL on Intel GMA. Commit.
- Add feature to save timeline selection to xml clip (in progress). Commit.
- Automatically add composite to all video tracks. Commit.
- Fix crash on Show Description with Bin tree in IconView. Commit. Fixes bug #351710
- Right click in empty area of Project Bin should show useful menu. Commit.
- Fix compilation. Commit.
- Fix valgrind warning. Commit.
- Stop showing wizard for every version change. Commit.
- Fix monitor disable edit widget not working. Commit.
- Fix Kdenilve -> Kdenlive. Commit.
- Default clip zone is now full clip. Commit. Fixes bug #351720
- Update app version for master so that we can differentiate from 15.08 branch. Commit.
- Fix clip properties not displayed for audio clips, add bitrate to infos. Commit. Fixes bug #351713
- Improve timeline ruler text spacing (no more timecode overlap). Commit.
- Clip Zone can be adjusted with handles in monitor. Commit. See bug #351720
- When dragging several clips from bin to timeline, only show one thumbnail. Commit.
- Inform user when a melt process failed (still need a patch to mlt). Commit.
- Fix crash on loading project introduced in last commit. Commit.
- Remove unused dependency. Commit. Code review #124828
- Fix Project Bin name in menu. Commit. Fixes bug #351729
- Cleanup & fix editing memleaks by using QScopedPointer. Commit.
- Offer only best available stabilizer. Commit.
- Revert "GUI - Remove deprecated video stabilizers from menu.". Commit.
- Make "Show record control" available from Monitor menu, disable stopmotion widget that currently crashes. Commit.
- Use MLT's "consumer" producer instead of "xml" when adding .mlt files to a project so that we don't corrupt project's framerate. Commit. See bug #350716
- Fix minimum required MLT version. Commit.
- Fix DVD Wizard for 16:9 projects. Commit.
- Fix DVD Wizard. Commit. See bug #350788
- Fix crash in transcoding dialog. Commit. See bug #350788
- Fix renaming clip not updating timeline. Commit.
- Fix project duration sometimes not adjusted. Commit. See bug #350653
- Fix speed effect corrupting timeline:. Commit. See bug #349318
- Fix broken titles introduced by recent commit. Commit. Fixes bug #350664
- Attempt to fix slowmotion bug. Commit. See bug #349318
- Fix git revision info from About Kdenlive. Commit.
- Fix thumbnails for non av clips. Commit.
- Fix recent commit breaking titles. Commit.
- Fix disabled bin effects when loading a project. Commit.
- Fix bin effects when reloading a clip. Commit.
- Use KDE Application versionning. Commit.
- Fix proxying of clips with speed effect. Commit.
- Fix timeline corruption when using video only clips and some other crashes. Commit.
- Correctly update effect stack when bin clip is unselected. Commit.
- Fix previous commit detecting some video files as audio. Commit.
- Fix some audio files detected as video. Commit.
- Fix changing default apps for editing clips, thanks for the report. Commit. Fixes bug #350634
- Cleanup, fix timeline thumbnails for images/titles. Commit.
- Fix clip selection activated unnecessarily. Commit.
- Fix webcam capture. Commit.
- Fix bin clip effects. Commit.
- Fix propagation of forced properties on slowmotion clips, don't unnecessarily create clip track duplicate. Commit.
- Don't duplicate clip for a track if it has no audio on slowmotion removal. Commit.
- Various fixes to slowmotion, and remove dev stuff for beta release. Commit.
- Small CMakeList cleanup. Commit.
- Argh, fix compilation with older MLT. Commit.
- Fix track insert/delete. Commit.
- First fixes for speed effect. Commit.
kdepim [Show]
- 5.1. Commit.
- Fix Bug 356351 - crash if I close ktnef when the open file error dialog is displayed. Commit. Fixes bug #356351
- Rc1. Commit.
- Update to 5.0.90. Commit.
- Disconnect signal before when dialog is closed. Commit.
- Don't save when text is empty. Commit.
- Don't save account name when we select all account. Commit.
- Make default button works. Commit.
- Add missing Q_OBJECT. Commit.
- Create workaround for Bug 355821 - File->Save As... only quoted text in title is considered as filename. Commit. See bug #355821
- Don't use const'ref for Akonadi::MessageStatus. Commit.
- Don't use const'ref for QChar. Commit.
- Clazy fix++. Commit.
- Don't use const'ref here. Commit.
- Remove unused slot. Commit.
- Fix create archive. Commit.
- Fix Bug 355746 - kaddressbook -> View -> deselect QR Code: does not hide QR Code immediately ... Commit.
- Update view when we show/hide qrcode. Commit.
- Clazy fix++. Commit.
- Fix layout. Commit.
- Make the KOrganizer plugin loading work again. Commit.
- Remove not necessary code. Commit.
- Use QFormlayout here. Commit.
- Make sure that it's not empty here too. Commit.
- Make sure that it's not empty. Commit.
- Fix insert text. Commit.
- Fix delete widget => fix save rencent entry. Commit.
- Minor optimization. Commit.
- Fix Bug 355689 - Broken Messages in Offline Mode. Commit. Fixes bug #355689
- Add debug info when we have an empty url. Commit.
- We forgot to define "data". Commit.
- Make sure that we continue to export when url is empty. Commit.
- Rename method. Commit.
- Fix Bug 355497 - Kmail 5.0.2: Message Import only imports empty folders. Commit. Fixes bug #355497
- Fix modify account. Commit.
- Fix cancel here too. Commit.
- Fix Bug 355660 - Cancelling while modifying an account will remove the account. Commit. Fixes bug #355660
- Fix typo. Commit.
- Make sure that url is not empty. Commit.
- Add help menu. Commit.
- Export akonadiconsoleui.rc too. Commit.
- Clazy fix++. Commit.
- Multi-arg() only works for strings, not for numbers. Commit.
- Don't use const'ref for int. Commit.
- USe const'ref. Commit.
- [libkdepim] [kmail] Use MailTransportDBusService cmake module for split. Commit. Code review #126073
- Fix show i18n. Commit.
- Add separator. Commit.
- Clazy++. Commit.
- Use bold. Commit.
- Clean forward declaration. Commit.
- Return value. Commit.
- Allow to close dialog. Commit.
- Add separator. Commit.
- Export/import more files. Commit.
- Rename variable. Commit.
- Clazy++. Commit.
- Fix label. Add bold. Align center. Commit.
- Improve order. Commit.
- Improve sorting. Commit.
- Resize size for vector. Commit.
- Be sure that path/theme name is not empty. Commit.
- Clazy fix++. Commit.
- Export/import more files. Commit.
- Clazy fix++. Commit.
- Fix send vcard. Commit.
- Add more clazy fix. Commit.
- Fix includes. Commit.
- Order list of account. Commit.
- Use qEnvironmentVariableIsEmpty. Commit.
- Export/import more files. Commit.
- Fix clazy warning. Commit.
- Import export notify. Commit.
- Minor. Commit.
- Add icons. Commit.
- Fix crash when create script has incorrect syntax. Commit.
- Minor optimization. Commit.
- Fix autotestest. Commit.
- Set encryption/signature state of node. Commit.
- Prepare beta1. Commit.
- [kmail] Fix mailcommon headers. Commit. Code review #126072
- Fix save file. Commit.
- Export agent_config file. Commit.
- Update version. Commit.
- Follow kpimtextedit API changes. Commit.
- Fix test override file. Commit.
- Fix use correct resource type. Commit.
- Make it compile with gcc < 5.2. Commit.
- Try to fix Bug 354832 - akkregator crash when Kontact is closed. Commit. See bug #354832
- Fix Bug 355264 - Composer Dialogue should be zoom-able. Commit. Fixes bug #355264
- Use zoom method from plaintexteditor. Commit.
- Remove duplicate code. Commit.
- Update processTextPlainSubtype to process/render. Commit.
- Add TextMessagePart. Commit.
- Astyle kdelibs. Commit.
- Reduce duplicate code. Commit.
- Make it virtual. Commit.
- Reduce duplicate code. Commit.
- Add icon. Commit.
- Add more import/export files. Commit.
- Fix typo. Commit.
- Fix Bug 73846 - Mark all as read to include subfolders?. Commit. Fixes bug #73846
- Add job to mark all message in current folder + recursive folder. Commit.
- Fix "open with" => view message. Commit.
- Increase version. Commit.
- Blogilo homepage is dead. Commit.
- Fix show homepage. Commit.
- Make sure that we defined topLevelCollection. Commit.
- Improve fetchrecusive job. Commit.
- Add job for fetching recursive collection. Commit.
- Rename method. Commit.
- Fix opening certificate details in Kleo. Commit.
- Fix minor typo. Commit.
- Fix minor typo. Commit.
- Make "Search for External Certificates" work again. Commit. See bug #175980
- Add --search command line option. Commit. See bug #175980
- Do not prefix query with 0x and show prefix info. Commit.
- Import/export knotes themes. Commit.
- Fix includes. Commit.
- It doesn't depend against kdelibs4 now. Commit.
- It doesn't depend against kdelibs4support. Commit.
- Astyle kdelibs. Commit.
- Fix restore default value. Commit.
- Remove "&" in label. Commit.
- Fix layout. Now we can see correctly widget. Commit.
- Reduce duplicate code. Commit.
- Make CI happy again. Commit.
- Use QLocale::standaloneMonthName() for displaying dates without day. Commit.
- Keep code to load/write old vacation scripts. Commit.
- MailAction and time support for vacation. Commit.
- Support KEP:14 in sieveeditor. Commit.
- Use struct to parse/read vacation script. Commit.
- Parse new script. Commit.
- Increase version. Commit.
- Import/export kaddressbook/printing/. Commit.
- Remove duplicate code. Commit.
- Reduce duplicate code. Commit.
- Reduce dbus call. Commit.
- Fix rename method. Commit.
- Import/export gravatar. Commit.
- Remove dbus call. Commit.
- Minor optimization. Commit.
- Fix typo. Commit.
- Start to avoid to use dbus call when we want to read settings. Commit.
- Export designer page. Commit.
- Fix Bug 355089 - Using numpad key "+" to navigate to next unread article no longer work. Commit. Fixes bug #355089
- USe QScopedPointer. Commit.
- Import export kaddressbook data. Commit.
- Astyle kdelibs. Commit.
- Fix regularexpression. Commit.
- Port to qregularexpression. Commit.
- Reduce duplicate code. Commit.
- Remove debug. Commit.
- Make sure to close log file. Commit.
- Fix loginfile. Commit.
- Remove obsolete include. Commit.
- Allocate this on the stack rather than the heap here. Commit.
- Port away from KSocketFactory. Commit.
- Exit application. Commit.
- We need kernel here too. Commit.
- Add info when we can't load template file. Commit.
- Don't save when number of column is equal to zero. Commit.
- Fix Bug 354985 - Unable to apply previously saved template on CSV import. Commit. Fixes bug #354985
- Fix regexp. Commit.
- Fix show log. Commit.
- Make it async. Commit.
- Add debug + exit application. Commit.
- Fix quit application. Commit.
- Show help when console line is empty. Commit.
- Astyle kdelibs. Commit.
- Add comment. Commit.
- Port away from deprecated GpgME::hasFeature() overload. Commit.
- Port away from deprecated KRun::run(). Commit.
- Silence warnings about KDEPIM_HAVE_X11 being undefined. Commit.
- Port away from deprecated GpgME++ method. Commit.
- Port away from deprecated KWindowSystem methods. Commit.
- Clear list of account. Commit.
- Astyle kdelibs. Commit.
- Add button for select/unselect all resources. Commit.
- Add more action. Commit.
- Reduce QRegExp. Commit.
- Add progressdialog. Commit.
- Show resource name in list. Commit.
- Reduce number of timeout. Commit.
- Increase akonadi version. Commit.
- Fix full sync. Commit.
- Call sync full when we restore resources. Commit.
- Add sync full. Commit.
- Make it async. Commit.
- Continue to implement fullsync. Commit.
- Add job to sync resource. Commit.
- Add dialogbox to show resources to sync. Commit.
- Remove not necessary include. Commit.
- Test remove. Commit.
- QRegularExpression++. Commit.
- Continue to implement sync resources. Commit.
- Fix unittest. Commit.
- Port to QRegularExpression. Commit.
- Port++. Commit.
- QRegularExpression++. Commit.
- Continue to port to QRegularExpression. Commit.
- Port to QRegularExpression. Commit.
- QRegExp + QStringLiteral crash see https://blogs.kde.org/2015/11/05/qregexp-qstringliteral-crash-exit. Commit.
- Fix regexp + use QRegularExpression. Commit.
- Add more porting + evaluate regexp. Commit.
- Continue to port to QRegularExpression. Commit.
- Port to QRegularExpression. Commit.
- Fix regexp. Commit.
- Remove not necessary qregexp in expression. Commit.
- Add more convert. Commit.
- Use QRegularExpression here. Commit.
- Add more autotests. Commit.
- Add autotests. Commit.
- Merge commit '616bca0e193771b2ff8621b008c407e447af5c64'. Commit.
- USe QRegularExpression. Commit.
- Start to create autotest to validate all changes to QRegularExpression. Commit.
- Merge commit '2a3f9dd8168a76234e63a09544b5b36e466d1779'. Commit.
- Formatting. Commit.
- Astyle kdelibs. Commit.
- Astyle kdelibs. Commit.
- Improve synchronize dialog. Commit.
- Minor. Commit.
- Remove unused struct. Commit.
- [kdepim] Minor CMakeLists.txt fix. Commit. Code review #125796
- Add info when we start synchronize. Commit.
- Add unitest. Commit.
- Add autotests. Commit.
- Start to implement a selection dialog for which resource to sync. Commit.
- Allow to define if we want to sync only collection. Commit.
- Fix rendertest. Commit.
- Delete Chiasmus support from ObjectTreeParser. Commit.
- Random cleanup. Commit.
- Delete unnessarey includes. Commit.
- Move processMultiPartEncryptedSubtype to process/format. Commit.
- OTP: Get rid of keepEncryptions. Commit.
- Don't add twice '/'. Commit.
- Use correct path. Commit.
- Merge commit 'b28eb209056dccc3a3293b4eb8e261fd9d8145e9' into Applications/15.08. Commit.
- Re-enable sendmail for email alarms. Commit.
- Remove this line (bad copy/paste). Commit.
- Add info when file is restored. Commit.
- We can create it on stack. Commit.
- Improve api. Commit.
- Backput/restore more uirc file. Commit.
- Continue to add more import/export file. Commit.
- Backup/restore more uirc file. Commit.
- Backup/restore blogiloui.rc. Commit.
- Import/export kaddressbookui.rc. Commit.
- Clean forward declaration. Commit.
- Clean up forward declaration. Commit.
- Not necessary to export it. Commit.
- Reduce duplicate code. Commit.
- Restore uirc file. Commit.
- We need to backup/restore uirc too. Commit.
- Restore/backup sieveeditorrc. Commit.
- Fix create resource. Commit.
- Fix import kalarm as file. Commit.
- Use new connect api + QStringLiteral. Commit.
- Use QStringLiteral here too. Commit.
- Use QStringLiteral. Commit.
- Add more i18n. Commit.
- We need to increate progressbar. Commit.
- Fix duplicate signature when we use CTRL+N in composer. Bug reported by David. Commit.
- Debug-. Commit.
- Add more infos when we don't select data to restore. Commit.
- Restore the original behavior of this test. Commit.
- Fix typo. Commit.
- Increase version. Commit.
- Remove unused class. Commit.
- Port away from deprecated KAboutData::setProgramIconName(). Commit.
- Compile with GCC 4.8 as well. Commit.
- Make this test also work in the last hour of the day. Commit.
- Silence warnings, argument isn't needed here. Commit.
- Clean up leftover of change f9a98ff19c938058. Commit.
- We need to generate unique identifier when we duplicate filter. Commit.
- Improve. Commit.
- Fix url for import addressbook. Commit.
- Fix crash when we don't select item to import/export. Commit.
- Fix typo. Commit.
- Fix extract archive. Commit.
- Fix restore all type of calendar resource. Commit.
- Fix bug reported by david. Commit.
- Add more information. Commit.
- Apply patch from akowalski. Commit.
- Use QPointer. Commit.
- Update progressdialog label. Commit.
- Fix create path. Commit.
- Fix crash. Commit.
- Disconnect signal. Commit.
- Not really useful as we have it in systemsettings. Commit.
- Use private class. Commit.
- Use Q_EMIT. Commit.
- Fix import note. Commit.
- Use QVector. Commit.
- Add metho. Commit.
- Astyle kdelibs. Commit.
- Disable parallelized tests in test_verify. Commit.
- Try to fix autoconfigkolabmailtest on the CI. Commit.
- Not necessary to use explicit here. Commit.
- Inform when current file doesn't exist. Commit.
- Restore all settings. Commit.
- We need to install it. Commit.
- Fix Bug 351673 - Incorrect characters in confirmation dialog when deleting a article with quotation marks in title. Commit. Fixes bug #351673
- Use slot here too. Commit.
- Fix sure that we will not freeze apps when type is not supported. Commit.
- Fix import notes. Commit.
- Transform as tasks. Commit.
- Fix filter. Commit.
- Fix filter. Commit.
- Improve++. Commit.
- Transform as task. Commit.
- It's a core lib. Commit.
- Convert as slots. Commit.
- Convert to slot. Commit.
- Add unittest. Commit.
- Start to create autotests. Commit.
- Remove unused method. Commit.
- Use QStringLiteral. Commit.
- Allow to show info about current archive. Commit.
- Fix comment. Commit.
- Add new shortcut. Commit.
- Disable button when we can't find gravatar. Commit.
- Make it null. Commit.
- Implement timeout. Commit.
- Add more debug. Commit.
- Add texttospeech support. Commit.
- Remove unused method. Commit.
- Update interface. Commit.
- Use texttospeech widget. Commit.
- Fix progressdialogbox. Commit.
- Clean up. Commit.
- Remove unused method. Commit.
- Remove unused variables. Commit.
- Use private class. Commit.
- We don't use i18n from it. Commit.
- Generate menu. Commit.
- Show info when task was canceled. Commit.
- Const'ify. Commit.
- Cancel task. Commit.
- Signal when we cancel task. Commit.
- Add signal when we cancel task. Commit.
- Minor optimization. Commit.
- Move in own directory. Commit.
- Use Q_SLOTS. Commit.
- We don't use zip apps. Commit.
- Minor optimization. Commit.
- Linking--. Commit.
- We can't use it in core lib. Commit.
- It's used only when we import. Commit.
- Add missing i18n. Commit.
- Rename this method too. Commit.
- Rename method. Commit.
- Add a title to progressdialog. Commit.
- Port to thread. Commit.
- Comment akonadi save database. Commit.
- Create progressdialogbox. Commit.
- Remove unused method. Commit.
- Store config when it's necessary. Commit.
- Port export notes to thread. Commit.
- Port other code to use thread. Commit.
- Convert to use QThread. Commit.
- Fix crash on accessing unpolished QSplitter sizes. Commit.
- Astyle kdelibs. Commit.
- Use qcdebug. Commit.
- Why don't use directly qscopedpointer ?:). Commit.
- Constify. Commit.
- Rename. Commit.
- We will able to use for each job. Commit.
- Add archivename too. Commit.
- Use thread for archive resource. Commit.
- Split as task. Commit.
- Use QString not url. Commit.
- Implement thread. Commit.
- Fix the new test data. Commit.
- Fix build and make it compile again. Commit.
- Start to implement thread during backup. Commit.
- It's local file. Not necessary to use qurl. Commit.
- Move autoqpointer in libkdepim. Commit.
- Fix check version. Commit.
- Not necessary to change compression before to close it. Commit.
- Clean forward declaration. Commit.
- Clean up. Commit.
- Add more signature tests and cleanup SignedPart. Commit.
- Remove includeSignatures. Commit.
- Move processMultiPartSignedSubtype to process/render. Commit.
- Move partMetaData to MessagePart, to make MessagePart be a return value. Commit.
- Add MimeMessagePart. Commit.
- Split MessageRfc822BodyPartFormatter into process/format. Commit.
- Move link to attachment to AttachmentMarkBlock. Commit.
- Remove MessageViewer::BodyPartFormatter (only MessageViewer::Interface::BodyPartFormatter is left now). Commit.
- Move subOtp headling into MessagePart. Commit.
- KManageSieve::Session: move network communication to a thread. Commit. Code review #125748
- Clean up. Commit.
- [messagelist] KDEPIMLIBS_LIB_VERSION -> KDEPIM_LIB_VERSION. Commit. Code review #125759
- Now we have all code in addresslineedit. Commit.
- Continue to move to composerlineedit. Commit.
- Reactivate code. Commit.
- Continue to migrate to addresslineedit. Commit.
- Move feature to addresseelineedit. Commit.
- Clean up. Commit.
- Add cancel button. Commit.
- Store in resource. Commit.
- Fix warning. Commit.
- Add ktreesearchlineedit. Commit.
- Continue to implement plugin support. Commit.
- Clean up. Commit.
- Move to private class. Commit.
- Add missing widget. Commit.
- Incidenceeditor: Fix setting size policy. Was being set on a temporary. Commit.
- Revert "Adjust test reference data to changed default icon theme.". Commit.
- Implement method. Commit.
- Add more i18n. Commit.
- Fix i18n. Commit.
- Add process event. Commit.
- Rename variable. Commit.
- Use library. Commit.
- Do not offer to attach contents of pasted URLs you get from a browser. Commit. Code review #125728
- Move in gui directory. Commit.
- Be sure that it doesn't crash when we have old plugin. Commit.
- Allow to load default template. Commit.
- Save template when we ask to. Commit.
- Add checkbox to define default template. Commit.
- Import/export kleopatrarc. Commit.
- Add endline. Commit.
- [messageviewer] Search for Gpgme and copy FindGpgme.cmake. Commit. Code review #125730
- Close correctly file + updateActions when task failed. Commit.
- Initialize when we need it. Commit.
- Fix i18n (we export kmail here). Commit.
- Switch to next task. Commit.
- Don't delete list of filter here. Commit.
- Fix extract message. Commit.
- Adjust test reference data to changed default icon theme. Commit.
- Port away from deprecated KRun::processDesktopExec. Commit.
- Port away from deprecated KArchive methods. Commit.
- Fix double deletion, the private class dtor already takes care of these. Commit.
- Reduce linking. Commit.
- Fix install lib. Commit.
- Remove this signal. It broke launch url. Commit.
- Astyle kdelibs. Commit.
- Add more methods. Commit.
- It will generate servicemenu. Commit.
- Return pluginlist. Commit.
- Move to akonadicontact. Commit.
- Fix mem leak. Commit.
- Prepare to move it in akonadicontact. Commit.
- Add icon. Commit.
- Also fix detachments due to QString::operator[]. Commit.
- Clean up header. Commit.
- Don't use operator[] on temporaries. Commit.
- [libkleo] Search KF5PimTextEdit. Commit. Code review #125713
- Use non-deprecated KArchive API. Commit.
- Don't use 2 files with same name. Commit.
- Fix include here too. Commit.
- Fix includes. Commit.
- Fix install headers. Commit.
- Search gravatar. Commit.
- Fix install headers. Commit.
- We need to search gravatar too. Commit.
- Fix includes. Commit.
- Search kpimtextedit. Commit.
- Make it compile. Commit.
- [libkdepim] Fix header location. Commit. Code review #125714
- [grantleetheme] Fix CMakeLists.txt. Commit. Code review #125712
- [pimcommon] Don't install nonexistent file. Commit. Code review #125715
- Fix order. Commit.
- Clean up. Commit.
- Clean up linking. Commit.
- Reduce linking. Commit.
- Not necessary to link against it. Commit.
- Reduce linking. Commit.
- Declare as movable. Commit.
- Use QVector. Commit.
- Move to private class. Commit.
- Fix plugin. Commit.
- Bye bye customtextedit. Commit.
- Deal with akregator part main widget being externally deleted. Commit. Code review #125710
- Use a better name. Commit.
- Fix slot. So now we can use new connect api. Commit.
- Fix driveplugin. Commit.
- Use private class. Commit.
- Use the faster qEnvironmentVariableIsEmpty instead of qgetenv().isEmpty(). Commit.
- AdBlock: Fix setting metadata on KIO::FileCopyJob. Commit.
- Add more plugin. Commit.
- Const'ify. Commit.
- Fix include. Commit.
- Don't use boolean value here otherwise we don't use default value. Commit.
- Not necessary to verify if destination is valid. Commit.
- Use Gravatar::GravatarSettings. Commit.
- Add more methods. Commit.
- Adapt to new api. Commit.
- Adapt to new api. Commit.
- Use reserve(). Commit.
- Fix bogus pointer to bool implicit cast. Commit.
- Reactivate autotests. Commit.
- Reorder initialization to match declaration order. Commit.
- Make this test work with newer GnuPG versions. Commit.
- Clean up include. Commit.
- Use new kidentitymanager. Commit.
- Add more method. Commit.
- Increase version. Commit.
- USe new api. Commit.
- Use QStringRef for operator+= too. Commit.
- Use QStringRef. Commit.
- Create new component. Commit.
- Fix includes. Commit.
- T necessary. Commit.
- Remove them. Commit.
- Remove unused settings. Commit.
- Fix autocorrection. Commit.
- Clean up. Commit.
- Port to new api. Commit.
- Adapt to new api. Commit.
- Add more check. Commit.
- Use slidecontainer from kpimtextedit. Commit.
- Fix install headers. Commit.
- Don't use deprecated method. Commit.
- Fix minor typo. Commit.
- Cleanup code and remove QUrl conversions. Commit.
- Use QUrl::fromUserInput. Commit.
- Don't break local message file URLs. Commit.
- Clean up. Commit.
- Don't abort when we find a problem, there's Chiasmus always missing on CI. Commit.
- Verify that all backends are loaded before running MessageComposer crypto tests. Commit.
- Move autocorrection code in own method. Commit.
- Move to protected method for the future. Commit.
- Add more method. Commit.
- It's time to increase it. Commit.
- Move to akonadisearch. Commit.
- Pimcommon--. Commit.
- Use QPlainTextEdit. Commit.
- Rename it. Commit.
- Improve it. Commit.
- Move method to private class. Commit.
- Fix the viewer plugin unit tests. Commit.
- Make this test independent of local theme settings. Commit.
- Fix loading configured Grantlee header themes. Commit.
- Create modern Grantlee templates for Kontact and KMail splash pages. Commit. Code review #125577
- Repurpose GrantleeTheme to also support rendering of the templates. Commit. Code review #125577
- Add Icon support. Commit.
- Remove it. Commit.
- Move all method to private class. Commit.
- Add capabilities. Commit.
- Allow to specify which type of action we need. Commit.
- Add more unitest. Commit.
- Add hubic. Commit.
- Try to make it work. Commit.
- Connect signal from qnetworkmanager. Commit.
- Fix order. Commit.
- Replace processMessageRfc822Subtype with a propper Formatter&renderer. Commit.
- Use Inerface::BodyPartFormatter to process nodes. Commit.
- Extend Interface::BodyPart with otp and processResults. Commit.
- Create&use own AttachmentMarkBlock. Commit.
- Add other plugins. Commit.
- Rename files. Commit.
- Fix clean build. Commit.
- Fix warning. Commit.
- Add debug categories. Commit.
- Move in own CMakeLists.txt. Commit.
- First plugin. Commit.
- Disabled libksieve/ksieveui/vacation/tests to fix build. Commit.
- VacationDialog: Add mailaction. Commit.
- Remove kDebugs. Commit.
- Disable vacation script debug. Commit.
- Add time support for vacation dialog. Commit.
- Allow intervall 0 for vacation resend. Commit.
- Some cleanups in sieve Vacation. Commit.
- Use struct to parse/read vacation script. Commit.
- Show correct vacation status. Commit.
- Parse new vacation script. Commit.
- Support KEP:14 in sieveeditor. Commit.
- VacationDialog: Add subject. Commit.
- Add missing include of kstandarddirs. Commit.
- Out of office replies: allow configuring dates when OOO should be active. Commit.
- Enable word-wrap in the "no-IMAP resource available" error message in Sieve. Commit.
- Use qresource. Commit.
- Remove old comment. Commit.
- Add interface. Commit.
- Use qrc for ui.rc. Commit.
- Astyle kdelibs. Commit.
- Remove unused code. Commit.
- Return plugin name. Commit.
- Use more qrc. Commit.
- Use new KIO::KUriFilterSearchProviderActions. Commit.
- Use resource for ui file so it makes more easy deployment on windows. Commit.
- Use constData instead of data for QString->QByteArray. Commit.
- Get rid of unused method. Commit.
- Split parsing and rendering of tempNode of encrypted/signed parts. Commit.
- Move Deferred and ProgressBlock to CryptoBlock. Commit.
- Move sign to messagepart. Commit.
- All parts, that do decyption use CryptoMessagePart now. Commit.
- ProcessApplicationOctetStreamSubtype is dead code. Commit.
- Move html creation to MessagePart. Commit.
- Hotfix to make it compile. Commit.
- Use KEditListWidget. Commit.
- Fix search plugin. Commit.
- Improve it. Commit.
- Clean forward declaration. Commit.
- Add plugin. Commit.
- Add camel case header. Commit.
- Improve it. Commit.
- Not necessary. Commit.
- Start to implement storageservicepluginmanager. Commit.
- Use KEditListWidget. Commit.
- Revert "Remove unused lib". Commit.
- Revert "not necessary to seach network". Commit.
- Not necessary to seach network. Commit.
- Remove unused lib. Commit.
- Remove unused check. Commit.
- Fix wording of subject of events created from emails. Commit.
- Don't call translate when we create it. Commit.
- Remove unused debug. Commit.
- Add debug categories. Commit.
- Add Q_DECL_OVERRIDE. Commit.
- It's not a slot. Commit.
- Fix version. Commit.
- Fix Bug 352168 - kMail 5.0.0: Creating an event based on a mail prepends "Reply to" to the event title. Commit. Fixes bug #352168
- Add gravatar debug categories. Commit.
- Remove non-existing include dir. Commit.
- Fix use-after-free errors in SieveTextEdit. Commit.
- Astyle kdelibs. Commit.
- Astyle kdelibs. Commit.
- Create a libgravatar. Commit.
- Use Q_NULLPTR. Commit.
- Add more unitest. Commit.
- Fix Add quote characters. Commit. Fixes bug #352401
- Don't use new connect api here. We have default value in slot which is not supported. Commit.
- Add more unitest. Commit.
- Create gravatar settings. Commit.
- Add more unittest. Commit.
- Adapt to new api. Commit.
- Rename class. Commit.
- Hide "default language". In composer we never use it. We use settings from identity. Commit. See bug #353055
- Minor. Commit.
- Not necessary to install so name file as we can't use it outside kdepim for the moment. Commit.
- Use Duration::isNull() instead of operator bool. Commit.
- It was never implemented. Commit.
- Reduce size of name. Commit.
- Not neccessary to have a abstract class as we just have one translator. Commit.
- Move to messageviewer settings. Commit.
- Install them when we use example. Commit.
- Bye bye GlobalSettings. Commit.
- Rename GlobalSettings. Commit.
- Rename classname. Commit.
- Rename class. Commit.
- Use MessageView namespace. Commit.
- Move gravatar setting in own group. Commit.
- Replace kcolumnfilterproxymodel by KRearrangeColumnsProxyModel. Commit.
- Move to kcontacts. Commit.
- Remove it (empty). Commit.
- Clean up header. Commit.
- Move to private class. Commit.
- Add flag to record detailed progress show preference. Commit. Code review #125478
- Use private class. Commit.
- Remove unused code. Commit.
- Use correct name. Commit.
- Add one new engine. Commit.
- Debug--. Commit.
- Allow to load/save settings. Commit.
- Remove unused files. Commit.
- Fix QString::arg() usage. Commit.
- Use new widget with plugin support. Commit.
- Add test applis. Commit.
- We need a new widget for it. Commit.
- Fix api. Add triopabshorturl engine. Commit.
- Improve pluigins. Commit.
- Return error. Commit.
- This boolean is not useful now. Commit.
- Astyle kdelibs. Commit.
- A encrypted mail that is already signed in the same step. Commit.
- Avoid duplicate code. Commit.
- Make it compile. Commit.
- Add isgd plugin. Commit.
- Generate url. Commit.
- Fix api. Commit.
- Create plugin interface. Commit.
- Create interface too. Commit.
- Add interface. Commit.
- Build interface. Commit.
- Add interface. Commit.
- Add manager. Commit.
- Add google url plugin. Commit.
- Start to create plugin for shortcut engine. It will help us to remove some. Commit.
- Don't hardcode icon size. Commit.
- QuotaColorProxyModel has been moved to AkonadiCore. Commit.
- Improve side by side agendaview layout. Commit.
- Move to kdepimlibs. Commit.
- Fix bug when we add more than 3 characters we must hide warning (bug reported by david). Commit.
- Allow to disable warning. Commit.
- Use akonadiwidgets. Commit.
- Make it compile. Commit.
- Remove unused local variable. Commit.
- Clean forward declaration. Commit.
- Clean up includes. Commit.
- Importwizard: Fix wording. Commit.
- Move to mailcommon. Commit.
- Fix includes. Commit.
- Remove unused variable. Commit.
- Use messageviewer namespace. Commit.
- Importwizard: Fix wording. Commit.
- Fix crash. Commit.
- Remove it. Commit.
- Move EmailAddressRequester to akonadicontact. Commit.
- Not ported. Remove it. If a day we want to reimplement it we have git history for it. Commit.
- Use zoomactionmenu. Commit.
- Use QActionGroup to avoid to use sender(). Commit.
- We don't need KF5::IncidenceEditorsng now (but still need kf5::calendarcore). Commit.
- Remove export class now. Commit.
- Reactivate tests/autotests. Commit.
- Not necessary to put it in pimcommon directly. It's only use by plugin. Commit.
- Make it compile. Commit.
- Fix icons name :). Commit.
- Move in own directory. Commit.
- Fix factory name. Commit.
- Time to increase it. Commit.
- Fix url. Commit.
- Use icon when we switch with ALT+TAB. Commit.
- Minor. Commit.
- Start to extract zoom action. Commit.
- Add doc. Commit.
- Fix forward declaration. Commit.
- Remove not necessary features. Commit.
- Fix crash. Commit.
- Clean up header. Remove unused variable. Commit.
- Rename files. Commit.
- Rename class. Commit.
- Add more autotests. Commit.
- CLean up. Commit.
- Move in own directory. Commit.
- Move to createevent plugin. Commit.
- Move in plugin directly. Commit.
- Remove unused include. Commit.
- Move in plugin directly. Commit.
- Fix headers. Commit.
- Add more autotests. Commit.
- Fix generated includes. Commit.
- Merge generate headers. Commit.
- Astyle kdelibs. Commit.
- Const'ify. Commit.
- Remove unused include. Commit.
- Rename method. Commit.
- Improve support. Commit.
- Add more autotest. Commit.
- Update action text. Commit.
- Use plugin. Commit.
- Readd actions. Commit.
- First step to use viewerplugintool. Commit.
- Make it works. Commit.
- Connect signal/slot. Commit.
- Improve viewerplugin. Commit.
- Fix grantlee theme support. Commit.
- Now we can show/hide tools. Commit.
- Fix plugin api. Commit.
- Improve it. Commit.
- Add api to close tools. Commit.
- Add signal when we activate a tools. Commit.
- Validate plugin. Commit.
- Verify plugin. Commit.
- Improve api. Commit.
- Add autotests. Commit.
- Create action. Commit.
- Add translator widget. Commit.
- Create action. Commit.
- Rename it. Commit.
- Clean up. Commit.
- Move in richheaderstrategy headers. Commit.
- Port to header style plugin. We can show list of plugin too. Commit.
- Remove not necessary header. Commit.
- Fix build. Libkleo is not a private dependency here. Commit.
- Fix build. Commit.
- Fix crash. Commit.
- Simplify code. Commit.
- Astyle kdelibs. Commit.
- Bye bye headerstrategy_p. Commit.
- Cleanup class. Commit.
- Fix headers. Commit.
- Move to own files. Commit.
- Move in own file. Commit.
- Move to own file. Commit.
- Move in own files. Commit.
- Clean up. Commit.
- Don't export it. Commit.
- Compile it in plugin only. Commit.
- Move to own directory. Commit.
- Clean up. Commit.
- Improve plugin support. Commit.
- Allow to specify style margin. Commit.
- Reactivate header style. Commit.
- Port print method. Commit.
- Add signal/slot. Commit.
- First step for using headerstyle plugin. Commit.
- Create widgets. Commit.
- Add autotests. Commit.
- Prepare future autotests. Commit.
- Return list of plugin. Commit.
- Use correct interface. Commit.
- Port away from KIO::NetAccess. Commit.
- Remove the last remains of Solid::Networking from kdepim. Commit.
- Add create event plugin. Commit.
- No need for a temporary list here, we only have one mailbox anyway. Commit.
- Korg: Port away from KComponentData. Commit. Fixes bug #352046
- Add more plugins. Commit.
- Improve api. Commit.
- Build translator. Commit.
- Install pri file. Commit.
- Astyle kdelibs. Commit.
- Make it compile. Commit.
- Improve plugin. Commit.
- Not necessary. Commit.
- Fix build with clang. Missing Akonadi::Item includes. Commit.
- Merge commit '8e3b57e2d5c78c56a62ad9fc0c459d10e9141019'. Commit.
- Use KMime API for turning Mailbox lists into strings. Commit.
- Use non-deprecated KFileItem ctor. Commit.
- Remove Qt::Test. Commit.
- Not necessary to link with Qt::test. Commit.
- Add test application. Commit.
- Initialize plugins. Commit.
- Remove unused code. Commit.
- Start to add viewerplugin class. Commit.
- Merge sign codepath together. Commit.
- Start to create viewerplugin manager. Commit.
- Move in own directory. Commit.
- Move in own directory. Commit.
- Const'ify. Commit.
- Install pri file. Commit.
- Rename class name. Commit.
- Add generate pri file. Commit.
- Fix class name. Commit.
- Improve header style support. Commit.
- Make sure KJob is fully-defined when used in slots. Commit.
- Prepare for removal of Akonadi::Entity and Akonadi::AttributeEntity. Commit.
- Fix build. Commit.
- Model: use correct declension of localized day and month names in group headers. Commit.
- Improve headerstylemenumanager. Commit.
- Generate pri file. Commit.
- Astyle kdelibs. Commit.
- Fix install headers. Commit.
- Make it compile. Commit.
- Fix install header. Commit.
- Don't install it if we don't install lib. Commit.
- Install pri file. Commit.
- Generate pri file here too. Commit.
- Clean up. Commit.
- CLean up. Commit.
- Make it build with QT_NO_URL_CAST_FROM_STRING. Commit.
- Move in own directory. Commit.
- Generate pri file. Commit.
- Fix signal/slot. Commit.
- Make it compile. Commit.
- Rename settings file. Commit.
- Improve headerstyleplugin. Commit.
- Reactivate autotests. Fix bad search/replace. Commit.
- Add dependency. Commit.
- Remove unused icons. Commit.
- Fix Bug 352967 - Kmail crashed on exit. Commit. Fixes bug #352967
- Make it compile. Commit.
- Astyle kdelibs. Commit.
- Activate specific action. Commit.
- Emit grantleetheme change. Commit.
- Fix header plugin order. Commit.
- Don't use new connect api as I wrote in comment otherwise it crashs. Commit.
- Generate pri file. Commit.
- All compile against installed lib. Commit.
- Continue to make it build as standalone. Commit.
- Fix targets. Commit.
- Fix build. Commit.
- Make libksieve build as standalone. Commit.
- Start to fix libksieve (build as standalone). Commit.
- Port libksieve* as installable lib. Commit.
- Kleopatra: Port more connects to Qt5 style. Commit.
- Fix install includes. Commit.
- Compile. Commit.
- Start to convert libksieve as installable lib. Commit.
- Fix headers. Commit.
- Fix includes headers. Commit.
- Continue to fix includes. Commit.
- Continue to make it compile with lib installed. Commit.
- Fix includes. Commit.
- Start to make build kdepim against installed lib. Commit.
- Add generate pri file. Commit.
- Fix includes. Commit.
- Fix typo. Commit.
- Add support for qt support. Commit.
- Add missing target_include_directories. Commit.
- Make it compile. Commit.
- Noteshared: Port to Qt5 connect syntax, which is faster. Commit.
- Pimsettingsexported: Port to Qt5 connect syntax, which is faster. Commit.
- Messagecomposer: Port to Qt5 connect syntax, which is faster. Commit.
- Korganizer: Port to Qt5 connect syntax, which is faster. Commit.
- Kdgantt2: Port to Qt5 connect syntax, which is faster. Commit.
- Grantleeditor: Port to Qt5 connect syntax, which is faster. Commit.
- Eventviews: Port to Qt5 connect syntax, which is faster. Commit.
- Akregator: Port to Qt5 connect syntax, which is faster. Commit.
- Akonadiconsole: Port to Qt5 connect syntax, which is faster. Commit.
- Agents: Port to Qt5 connect syntax, which is faster. Commit.
- Accountwizard: Port to Qt5 connect syntax, which is faster. Commit.
- Kmail: Port to Qt5 connect syntax, which is faster. Commit.
- Mailcommon: Port to Qt5 connect syntax, which is faster. Commit.
- Messageviewer: Port to Qt5 connect syntax, which is faster. Commit.
- Messagecore: Port to Qt5 connect syntax, which is faster. Commit.
- Messagelist: Port to Qt5 connect syntax, which is faster. Commit.
- Storageservicemanager: Port to Qt5 connect syntax, which is faster. Commit.
- Templateparser: Port to Qt5 connect syntax, which is faster. Commit.
- Kaddressbook: Port to Qt5 connect syntax, which is faster. Commit.
- Kalarm: Port to Qt5 connect syntax, which is faster. Commit.
- Kleopatra: Port to Qt5 connect syntax, which is faster. Commit.
- Kontact: Port to Qt5 connect syntax, which is faster. Commit.
- Compile. Commit.
- Minor. Commit.
- Make compile mailcommon as standalone. Commit.
- Fix includes. Commit.
- Start to make mailcommon compiles as standalone. Commit.
- Make messagecomposer compile as standalone. Commit.
- Fix compile. Commit.
- Make it compile too. Commit.
- Make it compile. Commit.
- Make it compile. Commit.
- Knotes: Port to Qt5 connect syntax, which is faster. Commit.
- Ktnef: Port to Qt5 connect syntax, which is faster. Commit.
- Composereditor-ng: Port to Qt5 connect syntax, which is faster. Commit.
- Sieveeditor: Port to Qt5 connect syntax, which is faster. Commit.
- Libksieve: Port to Qt5 connect syntax, which is faster. Commit.
- Blogilo: Port to Qt5 connect syntax, which is faster. Commit.
- Console: Port to Qt5 connect syntax, which is faster. Commit.
- Libkleo: Port to Qt5 connect syntax, which is faster. Commit.
- Add missing files. Commit.
- Fix includes. Commit.
- Fix includes. Commit.
- Continue to make it compile as standalone. Commit.
- Move it to avoid circular dependancy. Commit.
- Continue to make it compile to standalone. Commit.
- Make it installable. Commit.
- Port away from KDateTime. Commit.
- Remove unused dependencies. Commit.
- Port away from KDELibs4Support. Commit.
- Remove a few unused KDELibs4Support headers. Commit.
- KDELibs4Support is no longer needed here. Commit.
- Port to QCommandLineParser and QApplication. Commit.
- Start to make it compile as standalone. Commit.
- Make incidenceeditor-ng build as standalone. Commit.
- Build++. Commit.
- Fix generate version. Commit.
- Add missing includes. Commit.
- Move as installable lib. Commit.
- Remove no necessary kgantt_debug.h. Commit.
- Move to cpp file. Commit.
- Add missing includes. Commit.
- Add Superbuild to help me to build lib as standalone. Commit.
- Try to reduce dependancy against kmail. Commit.
- Move to korganizer it created a circular dependency between package. Commit.
- MAke it compile. Commit.
- Compile++. Commit.
- Compile++ as standalone. Commit.
- Fix includes. Make messagelist install as standalone. Commit.
- Add more dependency. Commit.
- Remove it. Commit.
- Improve build as standalone. Commit.
- Add more check. Commit.
- Add dependency. Commit.
- Rename config file. Commit.
- Add dependency. Commit.
- STL is no longer optional in Qt5. Commit.
- This is not needed anymore. Commit.
- We need this cmake macro. Commit.
- We need libkleo here too. Commit.
- Fix typo. Commit.
- Try to make it compile as standalone. Commit.
- Fix check here. Commit.
- Make noteshared build as standalone. Commit.
- Fix typo. Commit.
- Fix includes. Commit.
- Remove not necessary. Commit.
- We need to define an order for plugin. Commit.
- Make all attachments accessible. Commit. Code review #123583
- Improve build as standalone. Commit.
- Search libkleo. Commit.
- Add more check. Commit.
- Fix cmake.in. Commit.
- Add more check. Commit.
- Make it compile with -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII. Commit.
- Start to make it compile as standalone. Commit.
- Rename it. Commit.
- Make it compile as standalone. Commit.
- Clean up. Commit.
- Fix typo. Commit.
- Fix libkleo includes. Commit.
- Make libkleo installable. Commit.
- Add more check. Commit.
- Remove duplicate lib. Commit.
- Update privatekey to speak with gnupg 2.1.X. Commit.
- There is no point in using a QPixmapCache here. Commit.
- Prefer icon over pixmap. Commit.
- -Werror-missing-include-dirs. Commit.
- Optimize MessageList painting by always using system font and only allowing bold and italics customization. Commit. Code review #125153
- Add more check. Commit.
- Add more check. Commit.
- Move to src directory. Commit.
- Make as installable lib. Commit.
- Make as installable lib. Commit.
- It doesn't compile here too. Commit.
- Revert this part it doesn't compile. Commit.
- Korg: Port to the new Qt5 connect style, which is faster. Commit.
- Eventviews: Port to the new Qt5 connect style, which is faster. Commit.
- Incidence-editors: Port to the new Qt5 connect style, which is faster. Commit.
- Calendarsupport: Port to the new Qt5 connect style, which is faster. Commit.
- Move to src directory. Commit.
- Fix lib check. Commit.
- Fix libsendlater install as standalone. Commit.
- Akregator: Port to the new Qt5 connect style, which is faster. Commit.
- It builds as standalone. Commit.
- We need it for building as standalone. Commit.
- Start to make it compile as standalone lib. Commit.
- Move to .cpp file. Commit.
- Add missing files. Commit.
- Port away from K_GLOBAL_STATIC. Commit.
- Replace this with equivalent KMime API. Commit.
- Remove the no longer needed calendar dependency. Commit.
- Attempt to fix the CI build again. Commit.
- Fix generate header. Commit.
- Revert "Revert "Fix memory leak and crash in ManageSieveScriptsDialog"". Commit.
- Revert "Fix memory leak and crash in ManageSieveScriptsDialog". Commit.
- Make it as a installable lib. Commit.
- Fix typo. Commit.
- Allow to install it. Commit.
- Extract lib. Commit.
- Add lib. Commit.
- Move as separate lib. Commit.
- Fix install headers. Commit.
- Make it installable. Commit.
- Add error when we can't found plugin. Commit.
- Move the free/busy model to calendarsupport. Commit.
- Move in own directory. Commit.
- Fix install headers. Commit.
- Add cmakelists.txt. Commit.
- Move to own directory. Commit.
- Fix generate includes. Commit.
- Fix includes. Commit.
- Install headers. Commit.
- Add cmake.in. Commit.
- Don't build by default. Commit.
- Improve api. Commit.
- -Werror=missing-include-dirs. Commit.
- Fix side by side agendaview layout. Commit.
- Make it compile. Commit.
- Typo. Commit.
- Make it installable. Commit.
- Make it build. Commit.
- Make it compile. Commit.
- Generate debug file. Commit.
- Make it installable. Commit.
- Astyle kdelibs. Commit.
- Fix includes path. It will help me to make libkleo installable. Commit.
- Increase version. Commit.
- Fix includes. Commit.
- Fix includes. Commit.
- Fix install headers. Commit.
- Make it install. Commit.
- Remove it. Commit.
- Rename it. Commit.
- Add for the future. Commit.
- Make it compile. Commit.
- MAke it installable. Commit.
- Add for the future. Commit.
- Fix install includes. Commit.
- Make it installable. Commit.
- Fix potential crash. I need to know why. Commit.
- Remove unused variable. Commit.
- Fix path. Commit.
- Clean up. Commit.
- Fix include. Commit.
- Avoid QString::toUtf8() conversion when computing subject MD5 hash. Commit.
- Make libkdepim installable. Commit.
- Add config.cmake.in. Commit.
- Search kdelibs4support. Commit.
- Add for the future. Commit.
- Fix includes. Commit.
- Clean up api. Commit.
- Make compile. Commit.
- Don't use qCDebug here. Commit.
- Move as installable lib. Commit.
- Fix use templateparser headers. Commit.
- Fix install headers. Commit.
- Allow to select specific plugin. Commit.
- Move to subdirectory. Commit.
- Add tests for broken signatures and smime opaque ones. Commit.
- Don't add include directories that don't exist. Commit.
- Add update Signal to NodeHelper. Commit.
- Move gnupg_home dir to BUILD dir. Commit.
- Remove messageviewer here too. Commit.
- Make it compile. Commit.
- Compile. Commit.
- Make the crypto composer test run without Akonadi. Commit.
- Install lib. Commit.
- Make it compile. Commit.
- Reactivate autotests. Commit.
- Install more header. Commit.
- Minor. Commit.
- Make mssageviewer as installable lib. Commit.
- Make the rendertest independent of the local configuration. Commit.
- Relicense from GPL version 22 to 2. Commit.
- Start to make messagecore as install lib. Commit.
- Add cmake file. Commit.
- Implement grantlee plugin. Commit.
- Fix it. Commit.
- Start to make it compile alone. Commit.
- Rename settings class. Commit.
- Remove long dead/obsolete code. Commit.
- Prevent copying of NodeHelper. Commit.
- Remove copies from writeOpaqueOrMultipartSignedData. Commit.
- Use system colors for message list and message veiewer. Commit. Code review #125128
- Fix allheaderstyle plugin. Commit.
- Fix style. Commit.
- Avoid to make interdependacy between lib. Commit.
- Use unique file here. Commit.
- Bug 352465 - kMail 5.0.0: Embedding external images in rich text composer not possible with "add image" button. Commit. Fixes bug #352465
- Make file unique. Commit.
- Connect signal/slots. Commit.
- Improve test apps. Commit.
- Fix compile. Commit.
- Make it compile. Commit.
- MAke it unique. Commit.
- Update it. Commit.
- Install in own directory. Commit.
- Outdated. Commit.
- MAke it as installable. Commit.
- Fix api. Commit.
- We need actiongroup and kactionmenu. Commit.
- Compile. Commit.
- Improve plugin support. Commit.
- Make it compile. Commit.
- Clean up. Add missing file. Commit.
- Remove not necessary variable. Commit.
- Start to make it installable. Commit.
- Avoid to export unexpected symbol. Commit.
- Add more include. Commit.
- Fix typos. Commit.
- Step1: allow to install lib + includes. Commit.
- Use private class. Commit.
- Remove unused variable. Commit.
- Rename class + add autotest. Commit.
- Include iostream header. Commit.
- Const'ify. Commit.
- Make it unique. Commit.
- Use private class. Commit.
- Create view. Commit.
- Add autotests. Commit.
- Full test. Commit.
- Add autotests. Commit.
- Create action. Commit.
- UI strings: fix capitalization and few typos/errors. Commit.
- All KF5::XmlGui. Commit.
- Make it unique. Commit.
- MAke it unique. Commit.
- Make it compile. Commit.
- Improve header style menu. Add test application. Commit.
- Clean up header. Commit.
- Remove unused variable. Commit.
- Use private class. Commit.
- Make generate file as unique. Commit.
- Add more plugin. Commit.
- Add standard header plugin. Commit.
- Astyle kdelibs. Commit.
- Remove unused helper function. Commit.
- Remove kdelibs4support dependency. Commit.
- Port from KUniqueapplication to QApplication. Commit.
- Change KComboBox to QComboBox in newcertwizard. Commit.
- Add coding header, because of my "ß" inthe name utf8 coding is needed. Commit.
- Add headerstylemenu. Commit.
- We need a list of KToggleAction for grantleetheme. Commit.
- Add private class. Commit.
- Add signal when we change style. Commit.
- Prepare to create unittest. Commit.
- Clean up interface. Commit.
- Add licenceheader. Commit.
- Don't crash the HTTP KIO slave by sending invalid responses. Commit.
- Make it private. Commit.
- Improve plugin support. Commit.
- Add interface class. Commit.
- Rename class. Commit.
- Add more plugin. Commit.
- Rename it. Commit.
- Use private class. Commit.
- Add fancy plugin. Commit.
- Use private class. Commit.
- Continue to implement plugins support. Commit.
- Use private class. Commit.
- Port certificatedetailsdialog to QDialog. Commit. Code review #125049
- Start to implement plugin for header. Commit.
- Add private class. Commit.
- Convert to class. Commit.
- Remove unused include. Commit.
- Reduce linking. Commit.
- Remove unused variables. Commit.
- Create private class. Commit.
- Remove unused variable. Commit.
- Reduce dependancy. Commit.
- Make it private. Commit.
- Icontheme is not necessary here. Commit.
- Remove not ,ecessary lib. Commit.
- Clean header. Commit.
- Fix crash. Commit.
- Remove unused method. Commit.
- Clean up header. Commit.
- Warning--. Commit.
- Pedantic--. Commit.
- Remove unused qDebug. Commit.
- Astyle kdelibs. Commit.
- Remove unused include. Commit.
- Fix apply format. Commit.
- USe private class. Commit.
- Remove it. Commit.
- Backport fix from Allen. Commit. Fixes bug #255939
- Port away from KCalendarSystem. Commit.
- Remove unused method. Commit.
- Remove declared but not defined methods. Commit.
- Remove headers, don't clear them. Commit.
- Use single mailbox parsing functions from KMime. Commit.
- This doesn't depend on KDELibs4Support anymore. Commit.
- Fix crash on destruction. Commit.
- We already use ECML 5.14 => increase it too. Commit.
- Fix a crash due to a QStringBuilder referencing dead temporaries. Commit.
- Pedantic--. Commit.
- Pedantic--. Commit.
- Use private class. Commit.
- Clean up header. Commit.
- Fix tabwidget contextmenu for QTabWidget. Commit. Code review #125047
- Port away from KCalendarSystem for date/time formatting. Commit.
- Remove unused method. Commit.
- No need for KDELibs4Support in libkleo tests anymore. Commit.
- Adapt to kdepimlibs API change (QList->QVector). Commit.
- KAlarm: port away from KUrl. Commit.
- KAlarm: port away from KDialog. Commit.
- KAlarm: port away from KHBox/KVBox. Commit.
- KAlarm: port away from KIO::NetAccess. Commit.
- KAlarm: port away from KMimeType. Commit.
- Implement private class. Commit.
- Clean up. Commit.
- Add shortcut. Commit.
- USe private class. Commit.
- Not export theses symbols. Commit.
- Remove unused method. Commit.
- Fix crash. Commit.
- Clean up. Commit.
- Debug--. Commit.
- Kdelibs4support--. Commit.
- Use private class. Commit.
- Clean forward declaration. Commit.
- Use customtoolswidgetng now. Commit.
- Minor. Commit.
- Astyle kdelibs. Commit.
- Use private class. Commit.
- Port away from KLocale. Commit.
- Avoid double header lookups. Commit.
- Hide widget too. Commit.
- Use customtoolswidgetng. Commit.
- Make it works. Commit.
- Improve plugin support. Commit.
- Use private class. Commit.
- Remove unused includes. Commit.
- Use Private class clean up headers. Commit.
- Port KAlarm from KSpeech to QtTextToSpeech. Commit. Code review #125032
- Return actionlist. Commit.
- Add singleton. Commit.
- Initialize plugins. Commit.
- Fix load plugins. Commit.
- Add tests application. Commit.
- Improve unitest. Commit.
- Create new customwidget. Commit.
- Clean up. Commit.
- USe private class. Commit.
- Add plugin. Commit.
- Increase version. Commit.
- Avoid double header lookups. Commit.
- Remove unused headers, don't clear them. Commit.
- KF5::Holidays port to changed API. Commit.
- Port tabwidget to QTabWidget. Commit.
- Port searchbar to QLineEdit. Commit.
- We don't need KDELibs4Support here anymore either. Commit.
- Bye bye kdelibs4support include path here. Commit.
- Rename as customtoolsplugin. Commit.
- Remove unused method. Commit.
- Start to create plugin support for custom tools. Commit.
- Improve API. Commit.
- Port unit test away from KLocale. Commit.
- Remove some remaining references to KUrl. Commit.
- Compile. Commit.
- Port libkleo from KUrl to QUrl. Commit. Code review #125001
- Use private class. Commit.
- Transform it as a class. Commit.
- Clean up code. Commit.
- Move it. Commit.
- Adapt api. Commit.
- Change signals. Commit.
- Move in own directory. Commit.
- Export symbole. Commit.
- Improve abstract class. Commit.
- Merge commit '39822ba310e3609eb0dcff98999716dd79f11b93'. Commit.
- Start to remove duplicate code. Commit.
- Use private class. Clean up. Commit.
- Not necessary. Commit.
- Remove commented code. Commit.
- Not necessary to export it. Commit.
- Move method in cpp file. Commit.
- Remove not necessary include. Commit.
- Remove unused method. Commit.
- Port plugin loading away from KStandardDirs. Commit.
- Make string table const. Commit.
- Avoid relocations and pointers in the .data section. Commit.
- Fix warning about actioncollection + shortcut. Commit.
- USe Private class. Commit.
- Wrap text by default. Commit.
- Use private class. Commit.
- Remove no gui settings. Commit.
- Export-. Commit.
- Remove comment. Commit.
- USe selected text when we replace text. Commit.
- Remove not necessary export symbol. Commit.
- Private++. Commit.
- Add private class. Commit.
- Enable MaildirSettings. Commit.
- Theses exclude are not necessary. Commit.
- Port away from KLocale. Commit.
- Move to cpp file. Commit.
- Clean forward declaration. Commit.
- Clean headers. Commit.
- Clean forward declaration. Commit.
- Use private class. Commit.
- Don't export this symbol too. Commit.
- When we select a text put it as search string. Commit.
- Remove export symbol. Commit.
- Don't clear headers, remove them. Commit.
- Use enums for the content transfer encoding, rather than strings. Commit.
- Remove kgpgconf. Commit.
- KDEPIM_MOBILE_UI doesn't exist anymore. Commit.
- Don't use the deprecated LOCATION target property anymore. Commit.
- Use private class. Commit.
- Remove unimplemented method. Commit.
- Clean up headers. Commit.
- Remove export symbole. Commit.
- Export--. Commit.
- Rename variable. Commit.
- Use Private class. Commit.
- Clean up header. Commit.
- Remove unused setting. Commit.
- Remove old comment. Commit.
- Create private class. Remove not necessary export class. Commit.
- Use private class. Commit.
- Increase version. Commit.
- Remove others unnecessary export class. Commit.
- Remove unimplemented method. Commit.
- Export--. Commit.
- Port away from KStandardDirs. Commit.
- Don't export it. Commit.
- Remove the now unused AttachmentCollector and isHeuristicalAttachment. Commit.
- Port away from the attachment collector. Commit.
- Remove unused overload. Commit.
- Port away from AttachmentCollector. Commit.
- Add method to extract attachments from encrypted nodes from the OTP. Commit.
- Don't export this class. Commit.
- Remove export symbol here. Commit.
- Replace MessaveViewer::extractAttachments() with KMime methods. Commit.
- Add test cases for signed/encrypted messages with attachments. Commit.
- Simplify this code, this does the same as QMap::value(). Commit.
- Fold isAttachment() into isHeuristicalAttachment(). Commit.
- Avoid changing the message and remove usage of NodeHelper::isAttachment. Commit.
- Remove unused linked list style iteration methods. Commit.
- Hidpi++. Commit.
- Fix icon in hidpi support. Commit.
- Add hidpi support. Commit.
- Use private class. Commit.
- Not necessary to export it. Commit.
- Remove unused include. Commit.
- Reorder lib. Commit.
- Reduce dependancy. Commit.
- Port to QStandardpath. Commit.
- Port away from KLocale. Commit.
- Port away from KIO::NetAccess. Commit.
- Remove unused methods. Commit.
- Avoid some temporary strings here. Commit.
- Adjust test data to KCodecs change. Commit.
- Remove unused comment. Commit.
- Activate Qt::AA_UseHighDpiPixmaps. Commit.
- Fix hidpi support. Commit.
- Fix hdpi support. Commit.
- Clean up headers. Use private class. Commit.
- Remove unused header. Commit.
- Export--. Commit.
- Fix crash in cryptocomposertest. Commit.
- Use the template version of removeHeader() to avoid hard-coded strings. Commit.
- Astyle kdelibs. Commit.
- Increase kmime version. Commit.
- Export--. Commit.
- Remove unused variable. Commit.
- Export--. Commit.
- Fix display of base64 encoded mailman footers attached to signed mails. Commit.
- Retire libkpgp, after almost 15 years of service. Commit.
- Fix key validity icon lookup. Commit.
- Remove remaining references to libkpgp. Commit.
- Replace last bits of Kpgp. Commit.
- Moving last bits from libkpgp into cryptohelper. Commit.
- No need to export these, only used internally. Commit.
- Use hasAttachment() rather than extracting all attachments just for this. Commit.
- This is needed by KMail, fixes the build. Commit.
- Reduce export symbol. Commit.
- Don't export this classes. Commit.
- Don't export class. Commit.
- Use private class. Commit.
- Don't export class. Commit.
- Use Private class. Commit.
- Reduce exporting class. Commit.
- KIO::NetAccess gone from calendarsupport. Commit.
- Link against the correct Gpgme++ flavor. Commit.
- This variable is never set. Commit.
- Not necessary to export this class. Commit.
- We don't have gui for configurate MimeTreeLocation => remove it. Commit.
- Use Private class. Commit.
- Remove not gui settings. Commit.
- We don't have settings for it. => activate by default. Commit.
- Bye bye regexplineedit. In 10 years I never see/use it. Commit.
- Use private class here. Commit.
- Remove not gui settings. Commit.
- Clarify GPGMEPP version variable name. Commit.
- Use offline mode for keylist with validation. Commit. Fixes bug #339385. Code review #124950
- Remove kurlrequester from cryptoconfigmodule. Commit. Code review #124955
- Use private class. Commit.
- Use private class. Commit.
- Activate hdpi support. Commit.
- Remove unused headers. Commit.
- Use private class here too. Commit.
- Use private class. Commit.
- Move in own directory. Commit.
- Port away from KLocale. Commit.
- Avoid to export private class. Commit.
- Split variables. Commit.
- Remove not necessary forward declaration. Commit.
- Move custommanagesievewidget to own file. Commit.
- Get rid of rawDecryptedBody. Commit.
- Added a opengpg-inline signed mail to tests. Commit.
- Port cryptoconfigmodule to QDialog. Commit. Code review #124952
- Port chiasmuslibarary from KLibrary to QLibrary. Commit.
- Remove dead code. Commit.
- Check is not necessary indeed (found by coverty). Commit.
- Clean up commented code. Continue to fix icon for hdpi support. Commit.
- Fix icon size for hdpi support. Commit.
- Initialize variable. Commit.
- Fix icon in hdpi mode. Commit.
- Continue to fix hdpi support. Commit.
- Fix icon in hdpi. Commit.
- Activate Qt::AA_UseHighDpiPixmaps for each application. Commit.
- Use setPointSize here. Commit.
- Enable HiDPI support for pixmaps. Commit.
- Start to look at hdpi support. Commit.
- Remove extra ';'. Commit.
- Use qCWarning. Commit.
- Don't export private class. Commit.
- Add wordwrap support. Commit.
- Some more porting away from KLocale. Commit.
- Update checked state. Commit.
- Return wordwrap state. Commit.
- Fix enable/disable wordwrap action. Commit.
- Add option to wordwrap text. Commit.
- Port to QFileDialog. Commit.
- Fix save attachment. Commit.
- Clean up. Commit.
- Use new connect api. Commit.
- Clean up. Commit.
- Initialize pointer. Commit.
- Fix mem leak. Commit.
- Port away from KLocale/KCalendarSystem. Commit.
- Avoid to export symbole for private class. Commit.
- Reduce dependancy. Commit.
- Make it compile. Commit.
- Disable button when we search gravatar. Commit.
- Use macro to generate debug file. Commit.
- Remove unused code. Commit.
- Add label to show how many emails found. Commit.
- Minor optimization. Commit.
- Add messagebox when we select contact group. Commit.
- Astyle kdelibs. Commit.
- Use namespace. Commit.
- Add missing namespace. Commit.
- Use new macro to generate debug file. Commit.
- Add missing namespace. Commit.
- Add missing namespace. Commit.
- Add missing namespace. Commit.
- Reduce dependancy. Commit.
- Use cmake to generate debug file. Commit.
- Messagecore doesn't need Boost. Commit.
- There's no 'messagecore_BUILD_DIR'. Commit.
- Reorder libs. Commit.
- Make it private. Commit.
- Use cmake macro to generate debug file. Commit.
- Initialize pointer (found by coverty). Commit.
- Fix potential crash (found by coverty). Commit.
- Fix logic. Commit.
- Initialize variable (found by coverty). Commit.
- Avoid potential crash. Commit.
- Disambiguate isAttachment, while it still exists here. Commit.
- Initialize variables. Commit.
- Port away from KIO::NetAccess. Commit.
- Add missing it. Commit.
- Fix potential crash. Commit.
- Initialize pointer. Commit.
- Fix infini loop. Commit.
- Check if file can be opened. Commit.
- Generate debug file. Commit.
- Generate debug file. Commit.
- Reduce loop. Commit.
- Fix warning. Commit.
- Minor optimization. Commit.
- Reduce dependancy. Commit.
- Add debug. Commit.
- Show all blacklisted emails. Commit.
- Reduce dependancy. Commit.
- Remove commented code. Commit.
- Clean up includes. Commit.
- Remove not UI settings. Commit.
- Use new macro. Commit.
- Reduce loop. Commit.
- All KIO::NetAccess gone in here. Commit.
- Port away from KIO::NetAccess. Commit.
- Reduce loop. Commit.
- Use macro for it. Commit.
- Avoid double calls to expensive/allocating functions. Commit.
- Avoid double hash lookup. Commit.
- Clean up. Commit.
- Linking--. Remove kdelibs4support. Commit.
- Remove mailcommon dependancy in text_calendar plugins. Commit.
- Remove duplicate include. Commit.
- Don't add directory which doesn"t have icons installed. Commit.
- We don't install icon in libpimcommon directory. Commit.
- Make it private. Commit.
- KDEPIM_MOBILE_UI doesn't exist now. Commit.
- Clean up. Commit.
- Use new macro. Commit.
- Reduce dependancy. Commit.
- More protection against out-of-bounds access. Commit.
- Kdelibs4support--. Commit.
- Port from KFileDialog to QFileDialog. Commit.
- Remove duplicate dependencies. Commit.
- Port away from KdePrint. Commit.
- Remove unused method. Commit.
- Reduce dependancy. Commit.
- This is a test file for signatures, not code. Commit.
- Rename formatString to formatQuotePrefix. Commit.
- Add unit test for StringUtil::formatString(). Commit.
- ROT13? You got to be kidding me. Commit.
- Add missing namespace. Commit.
- Clean up. Commit.
- Remove unused old code. Commit.
- Fix categories. Commit.
- USe macro. Commit.
- Astyle kdelibs. Commit.
- Remove unused StringUtil::stripAddressFromAddressList(). Commit.
- Increase version. Commit.
- Use the mailbox list directly here. Commit.
- Use KMime::Headers::*::displayString(). Commit.
- Remove dead code. Commit.
- Libkpgp does not install icons into its own app directory. Commit.
- There is no KNode anymore. Commit.
- Make it private. Commit.
- Generate debug file. Commit.
- Fix version name. Commit.
- Port event printing away from KDELibs4Support. Commit.
- Use macro to generate debug file. Commit.
- Use new macro. Commit.
- Add reset action. Commit.
- Unused. Commit.
- Use new macro. Commit.
- Port away KIO::NetAccess::upload. Commit.
- Remove unused settings. Commit.
- Implement reset zoom. Commit.
- Kdelibs4suppor--. Commit.
- Remove debug file. Commit.
- Remove the obsolete and barely functional fallback encoding setting. Commit.
- Port away from KIO::NetAccess. Commit.
- AkonadiConsole: fix build against new Akonadi. Commit.
- Use new connect api. Commit.
- Add a method to show all backlisted email. Commit.
- Use new macro for generate debug file. Commit.
- Clean up unused settings. Commit.
- Use new macro. Commit.
- Clean up. Commit.
- Remove hidden settings. Commit.
- Make lib as private. Commit.
- Trap return key. Commit.
- Make more lib as private. Commit.
- Use macro. Commit.
- Use new macro. Commit.
- Use new macro to autogenerate debug categories. Commit.
- Move kcursorsaver.h in mailcommon => remove dependancy against messageviewer. Commit.
- Reduce dependancy. Commit.
- Remove not necessary includes. Commit.
- Clean up. Commit.
- Make them private. Commit.
- Reduce dependancy. Commit.
- Remove not UI settings. Commit.
- Reduce dependancy. Commit.
- None of these libraries actually install image assets. Commit.
- Reduce dependancy. Commit.
- Reduce linking. Commit.
- Not necessary to use KTextEdit => QTextEdit. Commit.
- Kdelibs4support--. Commit.
- Add explicit. Commit.
- Remove settings which we don't have ui for it. Commit.
- Clean up. Commit.
- Remove dead code, that apparently also got copy/pasted around. Commit.
- Remove unused method. Commit.
- Oops. Readd message header. Commit.
- Reduce linking. Commit.
- Make lib as private. Commit.
- Reduce linking. Commit.
- Assign directly variable. Commit.
- Remove unused variable. Commit.
- Bye bye toltec. We don't have UI for it. Commit.
- Compile. Commit.
- Add icons. Commit.
- Astyle kdelibs. Commit.
- Add more unitest. Commit.
- Reorder settings. Commit.
- Scrollarea to bottom. Commit.
- Add endline. Commit.
- Const'ify. Commit.
- Reduce dependancy. Commit.
- Port to QLocale. Commit.
- Reduce dependancy. Commit.
- Reduce linking. Commit.
- Netaccess--. Commit.
- Remove kdelibs4 header. Commit.
- Use the KCodecs RFC2047 decoder from KCodecs rather than KMime. Commit.
- Port Auditlogviewer from KDialog to QDialog. Commit. Code review #124816
- Fix a few int/bool mixups. Commit.
- Fix type of variable, it's bool, not int. Commit.
- Not necessary to install so file. Commit.
- Reduce linking. Commit.
- Reduce linking. Commit.
- Minor. Commit.
- Do not install namelink for private library. Commit.
- Use KStandardAction::saveAs here too. Commit.
- Use KStandardAction::saveAs. Commit.
- Add separator. Commit.
- Fix save text in file. Commit.
- Remove not necessary forward declaration. Commit.
- Clean forward declaration. Commit.
- Fix i18n. Commit.
- KIO::NetAccess::upload--. Commit.
- Make it compile. Commit.
- Port away from KLibrary. Commit.
- Fix the messagecore tests. Commit.
- Increase version. Commit.
- Adapt to KontactInterface changes. Commit.
- Move AkonadiSearchPIM out of the public link interface. Commit.
- Port to QLocale. Commit.
- Add default button. Commit.
- Const'ify. Commit.
- Clean up includes. Commit.
- Remove unused include. Commit.
- Kdelibs4support--. Commit.
- Kdelibs4support--. Commit.
- Remove not necessary include. Commit.
- Clean up. Commit.
- Port away netaccess. Commit.
- Use QEvent::FontChange. Commit.
- Remove kdelibs4support here. Commit.
- Port away from KLocale. Commit.
- Port away from KGlobalSettings. Commit.
- Port away from KButtonGroup. Commit.
- Port away from KButtonGroup. Commit.
- Port away from Solid Networking. Commit.
- Fix memory allocations due to QString::fromLatin1(). Commit.
- Port to KStatusNotifierItem. Commit.
- Use new connect api. Commit.
- There is a lot of changes => increase version. Commit.
- Use new connect api. Commit.
- Use new connect api. Commit.
- Avoid heap allocations due to fromLatin1(). Commit.
- USe QStringLiteral. Commit.
- Port away kdelibs4support. Commit.
- Remove unused include. Commit.
- Fix includes. Commit.
- Remove kdelibs4support. Commit.
- Port away solid. Commit.
- KDEPIM_BUILD_DESKTOP is not used now. Commit.
- Clean up cmakelists. Commit.
- Port to QMimeData. Commit.
- Port away KPrintPreview. Commit.
- Try to fix the CI build. Commit.
- Port away from KdePrint. Commit.
- Another attempt to fix the CI build. Commit.
- Port away from KPrintPreview. Commit.
- Attempt to fix the CI build. Commit.
- Port away from KMimeType. Commit.
- Port away from KIO::NetAccess. Commit.
- Move WebKit out of the public link interface. Commit.
- Port away from KLocale. Commit.
- Move KF5::IMAP out of the public link interface of pimcommon. Commit.
- Move pimcommon out of the public link interface of libkleo. Commit.
- Move kdepim out of the public link interface. Commit.
- Reduce public link interface of messageviewer. Commit.
- Silence -pedantic warning. Commit.
- Attempt to fix the CI build. Commit.
- Port templateparser away from KDELibs4Support. Commit.
- Port away from KMimeType. Commit.
- Compile. Commit.
- Remove KDELibs4Support from the public link interface of messagecomposer. Commit.
- Remove unused header. Commit.
- Port away from KIO::NetAccess. Commit.
- Blogilo: KUrl -> QUrl. Commit.
- Blogilo: fix UI warning. Commit.
- Blogilo: adapt to changes in KBlog. Commit.
- Akregator: fix build. Commit.
- Port from deprecated KToolInvocation::invoke{Mailer,Browser}() to QDesktopServices::openUrl(). Commit.
- Apply patch from Raphaël Jakse. Commit. Code review #124766
- Port away from KIO::NetAccess. Commit.
- Don't attempt to kill my system gpg-agent when running cryto tests. Commit.
- Port away from KIO::NetAccess. Commit.
- It will be necessary when we will remove kdelibs4support. I need to remove kprinter support. Commit.
- Port away kdelibs4support. Commit.
- Remove kdelibs4support. Commit.
- Apply patch from Alexander Kowalski. Commit. See bug #351351
- Use std::unique_ptr. Commit.
- Don't use deprecated method. Commit.
- Remove Solid::Networking. Commit.
- Remove KDELibs4Support from the public link interface of messageviewer. Commit.
- Remove KDELibs4Support from the public link interface of libkleo. Commit.
- Port away from KIO::NetAccess. Commit.
- Port away from Solid Networking. Commit.
- Port away from KLocale. Commit.
- Port away from KIO::NetAccess. Commit.
- Remove KDELibs4Support from the public link interface of libkdepim. Commit.
- Use non-deprecated header. Commit.
- Silence -pedantic warning. Commit.
- Use Q_NULLPTR. Commit.
- Astyle kdelibs. Commit.
- Fix Bug 351351 - KF5 Akregator (4.81 beta1) saves autosaved/crashed files in wrong location. Commit.
- Remove kio::netaccess. Commit.
- Clean up includes. Commit.
- Port away from KIO::NetAccess. Commit.
- Reduce link interface of kmailprivate. Commit.
- Not necessary. Commit.
- Warning--. Commit.
- Remove not necessary includes. Commit.
- Port away from KUrl. Commit.
- Silence unused argument warnings here. Commit.
- Port away from KLocale. Commit.
- Attempt to fix followupreminderselectdatedialogtest. Commit.
- Port from KLocale to QLocale. Commit.
- Remove some dead code. Commit.
- S/QString(QStringLiteral/QStingLiteral. Commit.
- Remove Nepomuk remains. Commit.
- Remove duplicated isCryptoPart method in favor for the one in KMime. Commit.
- Port pimcommon away from KUrl. Commit.
- Complete the KUrl to QUrl porting for messageviewer. Commit.
- More KUrl to QUrl porting. Commit.
- Port from KUrl to QUrl. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Api changes => update version. Commit.
- Port away from KLocale. Commit.
- Fix build. Commit.
- Opaque resizing is defined by the style nowadays. Commit.
- Attempt to fix viewertest. Commit.
- Port from KMimeType to QMimeType. Commit.
- KMime meta type declarations are now done in KMime itself. Commit.
- Use ContentIndex::up() instead of our own horribly inefficient version. Commit.
- Improve diagnostics when gpg-agent gets stuck. Commit.
- Port away from KDELibs4Support. Commit.
- Fix include interface, the headers include Akonadi stuff. Commit.
- Hide export private class. Commit.
- Don't export private class. Commit.
- Not necessary export include file. Commit.
- Use kf5-5.13 now (it fixes some crash when we send vcard from kaddressbook). Commit.
- Remove knode references. Commit. See bug #351251
- Remove non-existing include dir. Commit.
- Lots of stuff we don't need to export here. Commit.
- Fix build with examples enabled. Commit.
- Blogilo: use QDesktopServices instead of KToolInvocation. Commit.
- Blogilo: Port away from KLineEdit and KComboBox. Commit.
- Clean up the CMake build system a bit. Commit.
- Make this unit test pass. Commit.
- Properly namespace this dialog, and don't compile it twice. Commit.
- These are not automatic tests. Commit.
- Remove unused headers. Commit.
- Parent Content pointer are no longer needed for KMime headers. Commit.
- Fix typo in add_test() preventing this unit test from being executed. Commit.
- Replace fromUtf8 with QStringLiteral to save allocations. Commit.
- Move away from KMime::Headers::Generic overloaded ctors. Commit.
- Move away from the overloaded KMime::Headers::* ctors. Commit.
- MessageFactoryTest: fix inconsistencies, use fake XDG dirs and KDEHOME. Commit.
- MessageFactory::createRedirect: generate Resent-Date same way as KMime does for Date. Commit.
- Use crypto wrapper script for templateparser tests. Commit.
- TemplateParserTest: make test stable regardless of locale settings. Commit.
- Fix the crypto test shell wrapper and make it more robust. Commit.
- Fix the wrapper script for GPG/crypto-based tests and make it stable. Commit.
- Try to find out why Kolab autoconfig tests are failing on CI. Commit.
- Fix passing a parent to todo editor. Commit.
- Don't delete incomplete type, it's undefined behaviour. Commit.
- Akregator: Fix hundereds of -Wundef warnings. Commit.
- Remove unused function. Commit.
- Fix -Wbitwise-op-parentheses warning. Commit.
- Fix -Wsign-compare warnings. Commit.
- Fix typo in expression. Commit.
- Remove unused local variables. Commit.
- Fix -Wdangling-else warnings. Commit.
- Add parentheses to silence logical-op-parentheses warnings. Commit.
- Don't convert string literals to char *, must be const char *. Commit.
- Don't call KDateTime::currentLocalDateTime() twice. Commit.
- Reserve() before appending. Commit.
- Fix Wreorder warnings. Commit.
- Add Q_DECL_OVERRIDE that clang-modernize missed. Commit.
- Use std::abs(long) instead of ::abs(int) for long argument. Commit.
- Remove unused static globals. Commit.
- Attendee is not needed, remove it. Commit.
- Use Q_DECL_OVERRIDE. Commit.
- Akregator: Use Q_DECL_OVERRIDE. Commit.
- Mail: Use Q_DECL_OVERRIDE. Commit.
- Kleo: Use Q_DECL_OVERRIDE. Commit.
- Kalarm: Use Q_DECL_OVERRIDE. Commit.
- Don't accidentally export private classes. Commit.
- Not necessary. Commit.
- Fix link. Commit.
- Not necessary to check syntax when script is empty. Commit.
- Use QStringLiteral. Commit.
- Clean up. Commit.
- Boost::shared_ptr--. Commit.
- Remove Boost_INCLUDE_DIR. Commit.
- Cleanup includesdir. Commit.
- Remove unused zlib dependency. Commit.
- Boost--. Commit.
- Boost--. Commit.
- Clean up. Commit.
- Remove some boost includes. Commit.
- Boost--. Commit.
- Remove not necessary includes. Commit.
- Fix includes. Commit.
- Astyle kdelibs. Commit.
- IncidenceAttendee: don't use invalid dtStart from Schedulingdialog. Commit.
- ConflictResolver: initialize mTimeFrameConstraint with valid KDateTime. Commit.
- No qml files in kleopatra. Commit.
- Increase kmime version. Commit.
- Adjust to KMime changes. Commit.
- Use animatehide. Commit.
- USe QStringLiteral. Commit.
- Use QStringLiteral. Commit.
- Fix save backlist item when we change it. Commit.
- Prepare for changing return types in KMime. Commit.
- Kdepim using kdelibs style nowadays, adjust .kateconfig accordingly. Commit.
- Fix build. Commit.
- Add autotest. Commit.
- Check if we changed selection. Commit.
- Add warning when when we modify selection. Commit.
- Add missing Q_DECL_OVERRIDE. Clean up not necessary comment. Commit.
- Minor. Commit.
- Increase version. Commit.
- Enable/disable clear button. Commit.
- Add tooltip. Commit.
- Remove not necessary comment. Commit.
- Const'ify. Commit.
- Indent. Commit.
- Use QStringLiteral. Commit.
- Fix margin spacing. Commit.
- Use QVector. Commit.
- Const'ify clean up. Commit.
- Use singleton. Commit.
- Make it compile with -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII. Commit.
- Remove KDELibs4Support dependency. Commit.
- Move from KUrl to QUrl. Commit.
- Improve test coverage for mailto URL parsing. Commit.
- AkonadiConsole: fix build. Commit.
- Adapt to removal of boost from KMime. Commit.
- Const'ify. Commit.
- Use QStringLiteral. Commit.
- Astyle kdelibs. Commit.
- Improve config setting dialog. Commit.
- Clean up. Commit.
- Fix add separator. Commit.
- Improve help text. Commit.
- Continue to make it support -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII. Commit.
- Use QStringLiteral. Commit.
- Use new connect api. Commit.
- Clean up. Use new connect api. Commit.
- USe new connect api. Commit.
- Remove commented header. Commit.
- Add includes needs for gentoo dev. Commit.
- Port to new connect api. Commit.
- Remove unused header. Commit.
- Use QStringLiteral. Commit.
- Port to QFileDialog. Commit.
- Reduce dependancy. Commit.
- Remove all tab. Commit.
- Port to QMimeType. Commit.
- Fix the mailto URL parsing unit tests. Commit.
- Unbreak unit test. Commit.
- Prepare for turning KMime::Content::List into a vector. Commit.
- Pass header list as const ref. Commit.
- Remove boost/concept_check includes added by a KDevelop bug. Commit.
- Sync with kdepim-runtime. Commit.
- Start to implement close all tab. Commit.
- Make sure to save a valid element. Commit.
- Use new connect api. Commit.
- Fix initial action state. Commit.
- Fix enable/disable action. Commit.
- UI: uppercase for acronym. Commit.
- Fix UI typo (snippset). Commit.
- Fix -Wreorder warning. Commit.
- Remove unused statement. Commit.
- Korganizer: Use Q_DECL_OVERRIDE. Commit.
- Incidenceeditors: Use Q_DECL_OVERRIDE. Commit.
- Calendarsupport: Use Q_DECL_OVERRIDE. Commit.
- Use QStringLiter. Commit.
- Fix enable/disable action. Commit.
- Use qstringliteral. Commit.
- Clean up. Remove unused code. Add Q_DECL_OVERRIDE. Commit.
- Composer: Iterate the hash directly saving the temporary QList construction. Commit.
- Iterate the hash directly saving the temporary QList construction. Commit.
- Save 2 QHash iterations, 2 memory allocations a few lookups. Commit.
- Save 1 QHash iteration and 1 memory allocation. Commit.
- Blogilo: Save 1 QHash iteration, 1 memory allocation and 2 lookups. Commit.
- Remove toVector() from comment, for grepping purposes. Commit.
- Calendarviews: Remove toList() and toVector() conversions. Commit.
- Make sure to clear url/pixmap. Commit.
- Enable/disable button. Commit.
- Fix Bug 347441 - KAddressBook Gravatar Support. Commit. Fixes bug #347441
- Fix layout. Commit.
- Enable/disable fallback gravatar. Commit.
- Enable/disable fallbackgravatar. Commit.
- Add suffix for cache value. Commit.
- Add qstringlisteral. Commit.
- Remove beep support. Commit.
- Add windowtitle. Commit.
- Activate gravatar. Commit.
- Load original picture from url. Commit.
- Use QStringLiteral. Commit.
- Load original image. Commit.
- Make load image from url. Commit.
- Tips was removed. Commit.
- Remove the raw socket access tab. Commit.
- The Akonadi server KCM doesn't exist anymore. Commit.
- Ignore beep-related Thunderbird settings. Commit.
- Next we are going after the obsolete beep notification. Commit.
- Add debug. Commit.
- Use qstringliteral. Commit.
- Don't update message when not necessary. Commit.
- Fix action. Commit.
- Exterminate tip of the day. Commit.
- Enable/disable search button. Commit.
- Fix layout. Commit.
- Add seperator. Commit.
- Add shortcut. Commit.
- Fix debug. Commit.
- Add shortcut for debugging. Commit.
- Remove rc.cpp. Commit.
- Remove it. Commit.
- Disable sendmail support in KAlarm. Commit.
- Prepare for the removal of sendmail support in mailtransport. Commit.
- Warning--. Commit.
- Remove comment. Commit.
- Remove unused code. Commit.
- Remove outdated MOBILE UI. Commit.
- Remove outdated KDEPIM MOBILE. Commit.
- Fix clean build. Commit.
- Fix linking. Commit.
- Remove it's based on qml1 untested. We need to reimplement from scratch. Commit.
- Remove linking against kholidays. Commit.
- Fix linking. Commit.
- Clean up dependancy. Commit.
- Reduce dependancy. Commit.
- Fix dependancy. Commit.
- Add explicit. Commit.
- Astyle kdelibs. Commit.
- Fix translation. Commit.
- Remove not necessary comment. Commit.
- Show action when the texteditor is empty. Commit.
- Add a label to show information. Commit.
- Fix translation. Commit.
- Prepare for removal of KCalCore::FreeBusyUrlStore. Commit.
- USe new connect api. Commit.
- Reduce dependancy. Commit.
- Fix include interface, the headers include Akonadi stuff. Commit.
- Remove obsolete Maemo5 code. Commit.
- Add impp support too. Commit.
- Use QStringLiteral. Commit.
- Use QStringLiteral. Commit.
- Improve gravatar search. Commit.
- USe QStringLiteral. Commit.
- Use settings. Commit.
- Use QStringLiteral. Commit.
- Add more comment. Commit.
- Allow to use https. Commit.
- Inform when we can't close dialog because we are debug method. Commit.
- Use QStringLiteral. Commit.
- Disable non working code. Commit.
- Kdelibs4support--. Commit.
- Kdelibs4support--. Commit.
- Add action when we are in readonly. Commit.
- Add specific editor. Commit.
- Use QStringLiteral. Commit.
- Pedantic--. Commit.
- Use QStringLiteral. Commit.
- Not necessary to link with kdelibs4support. Commit.
- Use QStringLiteral. Commit.
- Const'ify. Commit.
- Use QVector. Commit.
- Declarative is not necessary now. Commit.
- Fix version name. Commit.
- Allow to modify template when we duplicate it. Commit.
- Add date in log. Commit.
- Use QVector. Commit.
- Reduce dependancy. Commit.
- Kdelibs4support--. Commit.
- Mobile doesn't exist now. Commit.
- Pedantic--. Commit.
- Port away from deprecated ETM API. Commit.
- Port away from deprecated ItemSearchJob query. Commit.
- Fix CMake warning. Commit.
- Adjust to namespace fixes in kdepimlibs. Commit.
- Fix kdepimlibs version. Commit.
- IT's 5.0.40 not 5.1.40 we will create 5.1 not 5.2. Commit.
- Increase version as we are in dev. Commit.
- Fix linking errors after porting kdepimlibs away from KDELibs4Support. Commit.
- Port to new api. Commit.
- Remove totally obsolete example. Commit.
- Port away from deprecated Akonadi::CollectionModel. Commit.
- Clean up. Commit.
- Fix dnd from composer to snippset. Commit.
- Warning--. Commit.
- Use QStringLiteral. Commit.
- Add syntaxhighlighter rules for debug keyword. Commit.
- Add missing double quote. Commit.
- Remove comment. Commit.
- Adapt to API changes in KF5AkonadiAgentBase. Commit.
- Allow to add debug. Commit.
- Start to implement dnd from composer to snippset. Commit.
- Fix typos. Commit.
- Remove double margin. Commit.
- Add QStringLiteral. Commit.
- Add debug sieve script in menubar. Commit.
- Add explicit. Commit.
- Initialize value. Commit.
- Astyle kdelibs. Commit.
- Cppcheck fix. Commit.
- Add sieve script action in sieveeditor. Commit.
- Add i18n. Commit.
- Use extensions. Commit.
- Astyle kdelibs. Commit.
- Add extension too. Commit.
- Use setPlaceholderText. Commit.
- Port to QFormLayout. Commit.
- Add i18n. Commit.
kdepim-runtime [Show]
- 5.1. Commit.
- Fix dependancy. Commit.
- 5.0.90. Commit.
- Set libkolabxml dependecy back to 1.1. Commit.
- Fix LibKGAPI minimum version requirement. Commit.
- Prepare 5.1 beta1. Commit.
- Port away from deprecated KIO::SlaveBase::listEntry overload. Commit.
- USe QLatin1String. Commit.
- Remove errorattribute when finally we are able to send mail. Commit.
- ${KDE_DEFAULT_HOME} is not used in kf5. Commit.
- Use new connect api. Commit.
- Use QStringLiteral. Commit.
- Don't detach temporary containers. Commit.
- Use the faster qEnvironmentVariableIsEmpty instead of qgetenv().isEmpty(). Commit.
- Don't hold iterator to temporary container. Commit.
- Do not allow isValid to create the maildirs. Commit. Code review #125461
- Fix unstable storecompacttest. Commit. Fixes bug #353365
- Prepare for removal of Akonadi::Entity. Commit.
- Add missing override. Commit.
- Akonadi_rsrc_pop3: Skip fetching already-present msgs. Commit.
- Port to Qt5 connect style, which is faster. Commit.
- This patch is in libkolab by now, remove. Commit.
- Libkolabxml 1.0 isn't enough, 1.2 is needed (right?). Commit.
- Astyle kdelibs. Commit.
- Increase version. Commit.
- Port away from KDELibs4Support. Commit.
- Warning--. Commit.
- Use QDateTime. Commit.
- Fix include. Commit.
- Fix i18n. Commit.
- Try to make it happy CI. Commit.
- Revert this part of previous commit. It broke compile. Commit.
- Reduce dependancy. Fix cmakelists.txt. Commit.
- Use macro to generate debug file. Commit.
- Initialize pointer. Commit.
- Fix mem leak found by coverty. Commit.
- Fix error found by coverty. Commit.
- Use new macro. Commit.
- Maildir: fix transaction committing. Commit.
- Increase version. Commit.
- Clean up. Commit.
- Remove no longer needed Declarative dependency. Commit.
- Connect some signals for a nicer UI. Commit.
- Use QLatin1Char, not QChar. Commit.
- Debug++. Commit.
- Move the item change detection into DavItemsListJob. Commit.
- Build with QT_NO_CAST_FROM_ASCII, to prevent temporary QStrings. Commit.
- Use one etag cache per collection. Commit.
- Avoid heap allocations due to QString(const char *) CTOR calls. Commit.
- Fix endless loop regression introduced in 472436. Commit.
- Use macro to generate debug file. Commit.
- Maildir: Don't call potentially very expensive Maildir::entryList() just for qCDebug. Commit.
- Maildir: split sync into multiple smaller transaction. Commit.
- Libmaildir: slightly optimize initial KeyCache population. Commit.
- Maildir: safe a few QHash lookups. Commit.
- Use macro to generate debug file. Commit.
- Rename variable. Commit.
- Kdelibs4support--. Commit.
- Reduce dependancy. Commit.
- Use the end time, not the start time in the 'end' attribute... Commit.
- Use midnight for the sync range start. Commit.
- Compile. Commit.
- Remove debug statement... Commit.
- Add CTag support to limit round trips. Commit.
- Use false instead of 0. Commit.
- Make the sync range configurable. Commit. Fixes bug #339449
- Avoid heap allocations due to fromLatin1(). Commit.
- Fix KMime version in libkolab patch. Commit.
- Change the way queries are built. Commit.
- Update patch to allow libkolab building against KMime. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Remove contactsMimeType() from the base protocol class. Commit.
- Increase versin. Commit.
- Update patch to make it compile with last kmime. Commit.
- Add patch here. More easy to find here. For the moment it's not integrate in source. Commit.
- Port from KUrl to QUrl. Commit.
- Replace fromUtf8 with QStringLiteral to save one allocation. Commit.
- Port to new connect style. Commit.
- Remove unused private fields. Commit.
- Increase version. Fix version. Commit.
- Astyle kdelibs. Commit.
- Google Calendar: add support for FreeBusy information. Commit.
- Remove Boost_INCLUDE_DIR. Commit.
- Port remaining boost::shared_ptr usages to QSharedPointer. Commit.
- Adapt to KMime porting away from boost::shared_ptr. Commit.
- Fix add_akonadi_isolated_test macro. Commit.
- Reduce warning noise. Commit.
- Use Q_DECL_OVERRIDE. Commit.
- Increase kimap version. Commit.
- Adapt to the KImap change that allows us to remove toVector() calls. Commit.
- Remove obsolete beep support. Commit.
- Kill the horrible Akonadi KCMs. Commit.
- Clean up. Commit.
- Remove outdated MOBILE UI. Commit.
- KF5::KIOCore--. Commit.
- Fix dependancy. Commit.
- Fix linking. Commit.
- Reduce dependancy. Commit.
- Remove kdelibs4support. Commit.
- Kdelibs4support--. Commit.
- Kdelibs4support free. Commit.
- Kdelibs4support--. Commit.
- Remove this line. Commit.
- Fix link. Commit.
- Port away from deprecated CollectionFetchScope API. Commit.
- Fix build after namespace fixes in kdepimlibs. Commit.
- Fix kdepimlibs version. Commit.
- Increase version as it's dev version. Commit.
- Remove unused header. Commit.
- Fix linking errors after porting away from KDELibs4Support in kdepimlibs. Commit.
- Fix linking errors after KF5AkonadiAgentBase was ported from KDELibs4Support. Commit.
kdepimlibs [Show]
- 5.1. Commit.
- Shutdown the ConnectionThread before QApplication eventloop quits. Commit.
- 5.0.90. Commit.
- Add clear button. Commit.
- Fix Bug 353664 - KF5 based kaddressbook / kleopatra regrssion: gpg keys are no longer stored. Commit. Fixes bug #353664
- Fix Bug 355746 - kaddressbook -> View -> deselect QR Code: does not hide QR Code immediately ... Commit. Fixes bug #355746
- Allow to update viewer. Commit.
- Prepare beta1. Commit.
- Port away from deprecated KIO::SlaveBase::listEntry overload. Commit.
- Use by-ref in foreach for non-trivially-copyable type. Commit.
- Don't add cancel/ok twice. Commit.
- Export symbole. Commit.
- Typo. Commit.
- Install movecommand too. Commit.
- Install it too. Commit.
- Increase version. Commit.
- Increase version. Commit.
- Install markascommand. Commit.
- Don't export it. Commit.
- Use Q_EMIT. Commit.
- Use Akonadi namespace. Commit.
- We need to access to them. Commit.
- Use Q_NULLPTR + explicit. Commit.
- Change license. Commit.
- Remove empty dtor so class complies with rule of three. Commit.
- Add Q_DISABLE_COPY on classes freeing resources in dtor but no copy-ctor. Commit.
- This method was moved long time ago to widgets. Commit.
- Remove empty ctor and dtor on class so it complies with rule of 3. Commit.
- Add Q_DISABLE_COPY to classes with dtor but no copy-ctor. Commit.
- Allow to define timecount. Commit.
- Remove MessageStatus::operator= [-Wclazy-rule-of-two]. Commit.
- ResourceBase: check if we actually got the collection for retrieval. Commit.
- Add clear button. Commit.
- Session: improve the ConnectionThread shutdown/delete machnism. Commit.
- Make it compile. Commit.
- Use QStringLiteral. Commit.
- Fix debug output in ETMPrivate:itemFetchJobDone(). Commit.
- Catch the exception when Akonadi::Protocol::deserialize fails. Commit. See bug #351097. Code review #125731
- Move selectaddressbookdialog here. Commit.
- Fix detachment. Commit.
- Don't put the same attribute into two different tags. Commit.
- Stripped down version of tagtest, to investigate the ASan error on the CI. Commit.
- This needs to be LGPL. Commit.
- Use QStringRef. Commit.
- Iterate container directoy, saving 1 full iteration. Commit.
- Don't use range-loop with Qt containers. Commit.
- Fix includes. Commit.
- Make it compile. Commit.
- Make it compile. Commit.
- Move the QuotaColorProxyModel to the correct location. Commit.
- Move QuotaColorProxyModel here. Commit.
- Add manageaccountwidget. Commit.
- Move manageaccountwidget here. Commit.
- Move emailaddressrequester from kdepim. Commit.
- Akonadi-contact: Remove unused #include. Commit.
- Fix crash when copying TagPrivate with null parent. Commit.
- Minor: adjust coding style in Item payload-handling code. Commit.
- Move Akonadi::Payload to Akonadi::Internal namespace. Commit.
- Remove Akonadi::Entity and Akonadi::AttributeEntity. Commit.
- Compile. Commit.
- Remove unused dependencies. Commit.
- Port to Qt5 connect style, which is faster. Commit.
- Fix docbook DTD. Commit.
- Fill the persistent search attribute when receiving search folders. Commit.
- Use the right response type here. Commit.
- Don't assign Del as the default shortcut for item deletion. Commit.
- Increase version. Commit.
- Pedantic--. Commit.
- Bump version everywhere. Commit.
- Make Akonadi::Tag::List a QVector instead of QList. Commit.
- Fix text position in hidpi support. Commit.
- Increase version (fix show barcode). Commit.
- Don't show duplicate entries. Commit.
- More reserve() calls. Commit.
- Start to fix hdpi support. Commit.
- Use cmake to generate debug file. Commit.
- Initialize pointer. Commit.
- Fix build. Commit.
- Fix build (wrong #include). Commit.
- Use StandardDirs::saveDir() directly, remove Internal::saveDir(). Commit.
- Use cheaper container than QMap since order doesn't count. Commit.
- Don't copy Collections in this foreach, use by-ref. Commit.
- Generate debug file. Commit.
- Generate debug file. Commit.
- Use reserve(). Commit.
- Remove bogus for loop. Commit.
- Use macro to generate debug file. Commit.
- Increase version for using new cmake macro for generate debug file. Commit.
- Fix container detachments. Commit.
- And another global non-pod. All done now, for real. Commit.
- Remove a global non-pod I missed. Commit.
- Avoid non-pod global statics. Commit.
- Use ExternalPartStorage to handle access to external payload parts. Commit.
- Port ServerManager to internally use classes from KF5AkonadiPrivate. Commit.
- Use the RFC2047 decoder from KCodecs, so we can remove the KMime ones. Commit.
- Fix Agents and Resources not quitting when asked to and crashing instead. Commit.
- Make sure ConnectionThread is deleted from the right thread. Commit.
- Replace one QLatin1String that my script didn't catch at the time. Commit.
- Fix one more QString::fromLatin1() that was behind a macro. Commit.
- Avoid heap allocations due to fromLatin1(). Commit.
- -Wmissing-include-dirs. Commit.
- Increase version here too. Commit.
- Use Q_DECL_HIDDEN. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Don't accidentally export private classes. Commit.
- Try to fix hash stability issue in the unit test. Commit.
- Parent Content pointer are no longer needed for KMime headers. Commit.
- Install the generated .PRI files. Commit.
- Fix finding the test executable. Commit.
- Move away from the overloaded KMime::Headers::* ctors. Commit.
- Fix the last of inefficient foreach over keys(). Commit.
- Iterate hash directly, saving 1 allocation and iteration. Commit.
- Don't foreach on QHash::keys(). Commit.
- Don't define NDEBUG twice. Commit.
- Fix -Wtautological-constant-out-of-range-compare warning. Commit.
- Remove unused static globals. Commit.
- Use std::abs(long) instead of ::abs(int). Commit.
- UI: capitaliza acronym (url -> URL). Commit.
- Don't accidentally export private classes. Commit.
- CacheTest: improve stability by ensuring the agent really is offline. Commit.
- Fix ItemHydraTest after removing boost::shared_ptr. Commit.
- Fix Session test integration. Commit.
- Protect ConnectionThread by more asserts. Commit.
- ProtocolHelper: fix item sorting. Commit.
- Boost--. Commit.
- Remove boost. Commit.
- Find ItemModel. Commit.
- Lowercase. Commit.
- Use QStringLiteral. Commit.
- Check trimmed. Commit.
- Allow child dialogs to have a separate akonadi-not-started overlay. Commit. Code review #124604
- AgentManager: avoid recursion agentTypeAdded->readAgentTypes->agentTypeAdded. Commit. Code review #124603
- Fix CMake warning about missing dependency. Commit.
- Prepare for removal of boost from kdepimlibs. Commit.
- Adapt to removal of boost from KMime. Commit.
- Prepare for turning KMime::Content::List into a vector. Commit.
- Don't crash unit tests when using FakeSession. Commit.
- Don't let RID-less Collections get into the deletion list. Commit.
- Fix build. Commit.
- Use QStringLiteral. Commit.
- Load image from url. Commit.
- Fix i18n. Commit.
- Allow to load image from an url. Commit.
- Remove QTcpSocket support from ConnectionThread. Commit.
- Start to implement url support. Commit.
- We need margin. Commit.
- Fix crash when closing down. Commit.
- Move Protocol response (de)serialization into separate thread. Commit.
- Add explicit keyword. Commit.
- Avoid using KCalCore::FreeBusyUrlStore here. Commit.
- Use QStringLiteral. Commit.
- Use non-deprecated KIO header. Commit.
- Use new connect api. Use QStringLiteral. Commit.
- QStringLiteral. Commit.
- Fix resize dialog. Commit.
- Fix linking. Commit.
- Remove comment. Commit.
- We don't need akonadicore now. Commit.
- Fix generate pri file. Commit.
- Fix build and couple more warnings. Commit.
- Oops, follow the member reordering here. Commit.
- Fix some compiler warnings. Commit.
- Remove obsolete roles. Commit.
- Reduce CollectionPrivate from 136 bytes to 120 bytes. Commit.
- Remove #ifdef Q_OS_MAEMO_5. Commit.
- Remove deprecated API in CollectionFetchScope and ETM. Commit.
- Remove deprecated ItemSearchJob::akonadiItemIdUrl(). Commit.
- Fix crash in ItemSearchJob (initialize dptr). Commit.
- Reduce linking interface of akonadi-notes. Commit.
- Port away from deprecated CollectionFetchScope API. Commit.
- Kill mobile UI. Commit.
- Remove deprecated API from ItemSearchJob. Commit.
- Remove dead code from TypePluginLoader. Commit.
- Port away from KDELibs4Support. Commit.
- Warning--. Commit.
- Fix dependancy. Commit.
- Add missing Akonadi namespace. Commit.
- Port the last remains away from KDELibs4Support. Commit.
- Make correct version it's 5.0.40 not 5.1.40. We will create 5.1 not 5.2. Commit.
- Remove KIOCore dependency. Commit.
- Make it compile. Commit.
- Don't install the deprecated CollectionModel anymore. Commit.
- Port away from the depreated CollectionModel. Commit.
- Port KF5AkonadiWidgets away from KDELibs4Support. Commit.
- Port KF5AkonadiCore away from KDELibs4Support. Commit.
- Remove the deprecated and obsolete CollectionStatisticsModel. Commit.
- AgentBase::setNeedsNetwork(): make setting the existing state a no-op. Commit.
- Port KF5AkonadiContact away from KDELibs4Support. Commit.
- Use QDesktopServices instead of deprecated KToolInvocation methods. Commit.
- Port KF5AkonadiAgentBase away from KDELibs4Support. Commit.
- Actually fix build. Commit.
- Fix build. Commit.
- Kill CollectionSelectJob. Commit.
- Read the protocol version from libKF5AkonadiPrivate. Commit.
- Adjust to changes in the requestPayloadDelivery() signature. Commit.
- Fix build when changing compiler. Commit. Code review #124464
- Remove references to CollectionSelectJob, which is mostly unused. Commit.
kdesdk-thumbnailers [Show]
- Port to Frameworks. Commit.
kdiamond [Show]
- Remove unused dependencies. Commit. Code review #125955
- Use new connect api + qstringliteral. Commit.
kfloppy [Show]
- Change version from "4.9 pre" to "4.9". Commit.
- Fix detection of "filesystem mounted" with newer dosfstools. Commit.
- Remove empty MimeType entry from KFloppy.desktop. Commit. Fixes bug #339980
- Pass the actual output as QString to processStdOut/StdErr(). Commit.
- Port kfloppy away from using KDE3Support. Commit. Code review #126077
kfourinline [Show]
- Fix homepage link in about dialog. Commit.
- Use new connect api + qstringliteral. Commit.
- Fix Icon install. Commit.
- Add missing DocTools. Commit.
kgeography [Show]
- Use QStringLiteral. Commit.
kget [Show]
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
kgoldrunner [Show]
- Add the Dig While Falling game and its solutions file. Commit.
- Document the change to the digging rules and update revision details. Commit.
- Add notes about dig-while-falling to the descriptions of nine games. Commit.
- Add the Beginner's Luck game and its solutions file. Commit.
- Remove a line of debugging code. Commit.
- When dig-while-falling is false, impose the restriction in KGrRunner. Commit.
- Set Hero's dig-while-falling option from game-files (default = true). Commit.
- Disallow dig-while-falling in some older games and levels. Commit.
- Fix an error in file I/O for dig-while-falling. Add debugging code. Commit.
- Add a dig-while-falling option to recording and game-data files. Commit.
- Upgrade KGr2toKGr3.sh conversion script for KGoldrunner file formats. Commit.
- Bump the KGoldrunner version number to 4.14. Commit.
- Add a README file for the gamedata directory and its files. Commit.
- Fix a problem with playback of solution-files. Commit.
- Add four solution-files to the build and installation of KGoldrunner. Commit.
- Add a data-file of solutions for the KGoldrunner game (ID kgr). Commit.
- Add data-files of solutions for the Tutorial games (ID tute and tutea). Commit.
- Avoid a memory leak. Commit.
- Tighten the condition for replaying multiple levels in Demo mode. Commit.
- Correct the HTML syntax in the high-score message (
==>
). Commit. - Preserve the currently displayed level-data when saving a solution. Commit.
- Fix a problem with HTML syntax in the WhatsThis for 'Save A Solution'. Commit.
- Add a data-file of solutions for the Initiation game (ID plws). Commit.
- Remove debugging output of KGrRecording data. Commit.
- Add a feature to save a solution on a user-file and replay it. Commit.
- Comment out several debugging messages. Commit.
- BUG: 339689 Make the arrow keys work again. Commit.
kgpg [Show]
- Bump version number for KDE Applications 15.12. Commit.
- Set minimum required CMake version to get rid of warning. Commit.
- Fix compile. Commit.
- Show a message when creating a symbolic link to the private keys fails. Commit.
- Bump version number for post Applications 15.08 development. Commit.
khangman [Show]
- Use QStringLiteral. Commit.
- Put knewstuff downloaded files into apps/kvtml where sharedfiles can find them. Commit.
kholidays [Show]
- Qt5Core should be required, not Qt5Test. Commit. Code review #126130
- Properly setup i18n for a Qt-only module. Commit.
- Increase version. Commit.
- Fix sunrise unit tests. Commit.
- Use multi-arg QString::arg() overload to save 1 allocation. Commit.
- Updated holiday file for Italy (Italian). Commit. Fixes bug #336683
- This only depends on QtCore now. Commit.
- Actually define REQUIRED_QT_VERSION. Commit.
- Increase version. Commit.
- Set release to false. Commit.
- Use QStringLiteral for one less memory allocation. Commit.
- Link against QtCore, not QtTest. Commit.
- Compile. Commit.
- Fix inconsistent override warning. Commit.
- KF5: Reformat code to Frameworks standard. Commit.
- Rename Private class. Commit.
- KF5: Add Frameworks metadata. Commit.
- KF5: Remove holiday region selector widget. Commit.
- KF5: Convert from Ki18n to Qt tranlate. Commit.
- KF5: Remove kdelibs4support dependency. Commit.
- KF5: Remove KDE4AboutData from Zodiac Test. Commit.
- KF5: Remove use of KComponentData in Designer plugin. Commit.
- KF5: Remove use of KLocale. Commit.
- KF5: Remove use of KCalendarSystem. Commit.
- KF5: Add QCalendarSystem class. Commit.
- KF5: Update file format docs. Commit.
- KF5: Remove date() api. Commit.
- KF5: Rename text methods. Commit.
- KF5: Remove multiday mode. Commit.
- KF5: Remove obsolete location code. Commit.
- KF5: Remove holidays.h header file. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Don't accidentally export private classes. Commit.
- Check if YYENABLE_NLS is defined before checking its value. Commit.
- Fix Wlogical-op-parentheses warning. Commit.
- Remove deprecated register keyword. Commit.
- Fix sunrise unit test. Commit.
- Use Q_DECL_OVERRIDE. Commit.
kidentitymanagement [Show]
- Remove uneeded empty dtor so it follows "rule of three". Commit.
- Use QRegularExpression. Commit.
- Use etTestModeEnabled. Commit.
- Use richtexteditorwidget. Commit.
- It was reactivated. Commit.
- Reactivate tests. Commit.
- Port to new api. Commit.
- Use multi-arg QString::arg() overload for 1 less allocation. Commit.
- Use macro to generate debug file. Commit.
- Less allocations by not using QString::fromLatin1(). Commit.
- Rename private class to avoid exporting it accidentally. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Don't accidentally export private classes. Commit.
- Use QStringLiteral. Commit.
- Fix search package. Commit.
kig [Show]
- Make metainfo file match the .desktop filename. Commit.
killbots [Show]
- Add homepage link to about dialog. Commit.
- Remove unused dependencies. Commit. Code review #125958
- Use qstringliteral + new connect api. Commit.
- Compile++. Commit.
- Add missing KF5DBusAddons. Commit.
- Add missing DocTools. Commit.
kimap [Show]
- Pass enum by value. Commit.
- Add dtor so it follows rule of three. Commit.
- Add Q_DISABLE_COPY to class holding a resource. Commit.
- Remove empty dtor from non-polymorphic class (rule-of-three). Commit.
- Not necessary. Commit.
- Use the faster qEnvironmentVariableIsEmpty instead of qgetenv().isEmpty(). Commit.
- Check response content size before accessing it in search job. Commit. Code review #125426. See bug #351850
- Port to Qt5 connect style, which is faster. Commit.
- Pedantic--. Commit.
- Remove KDELibs4Support dependency. Commit.
- Remove unnecessary semicolon. Commit.
- Port away from deprecated Qt methods. Commit.
- Port away from KComponentData/K4AboutData. Commit.
- Adapt to KMime behavior changes. Commit.
- USe cmake to generate debug file. Commit.
- Use constData() instead of data(), due to potential detachments. Commit.
- Use array instead of QMap for simple int->string utility mappings. Commit.
- S/QString(QStringLiteral/QStingLiteral. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Silence an unused variable warning for my local -Werror build. Commit.
- Adapt to removal of boost from KMime. Commit.
- Use QStringLiteral. Commit.
- Increase version. Commit.
- Replace a couple of QList with QVector. Commit.
- Remove deprecated and unused function. Commit.
kio-extras [Show]
- Add file system freespace retrieval to mtp kioslave. Commit. Code review #125539
- Port kded plugins to json metadata... Commit.
kiriki [Show]
- Fix homepage link in about dialog. Commit.
- Remove unused dependencies. Commit. Code review #125956
- Use new connect api + qstringliteral. Commit.
- Do not install appdata file with +x. Commit.
- Add AppStream metadata. Commit.
- Change setResizeMode and setMovable functions to the recommended ones (setSectionResizeMode and setSectionMovable). Commit.
- Add missing DocTools. Commit.
kiten [Show]
- Fix linking against KCrash for DrKonqui integration. Commit.
- Use reverse notation for desktop files. Commit.
kjumpingcube [Show]
- Fix homepage link in about dialog. Commit.
kldap [Show]
- Pass QChar by value. Commit.
- Don't detach temporary container. Commit.
- Port to Qt5 connect style, which is faster. Commit.
- Use cmake macro. Commit.
- Initialize pointer. Commit.
- Remove dead code. Commit.
- Rename private class to avoid exporting it accidentally. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Avoid heap allocations due to QLatin1String->QString conversions. Commit.
- Don't accidentally export private classes. Commit.
- Fix undefined behaviour when passing by-ref to va_start. Commit.
klettres [Show]
- Use new connect api + QStringLiteral. Commit.
klickety [Show]
- Bump version number. Commit.
- Port to QStringLiteral when necessary. Commit.
- QStringLiteralisation++. Commit.
- Fix about dialog. Commit.
- Format CMakeLists.txt. Commit.
- Add D-Bus support. Commit.
- Revert "Reduce the use of pointers.". Commit.
- Fix variable casing. Commit.
- Add Kdelibs4ConfigMigrator. Commit.
- No difficulty widget needed in KSame mode. Commit.
- Fix crash on exit. Commit.
- Reduce the use of pointers. Commit.
- Remove unused dependencies. Commit. Code review #125634
- Stretch statusbar widgets. Commit.
- Fix Website URL. Commit.
- Add appdata files. Commit.
- Make .desktop file executable. Commit.
- Add copyright header. Commit.
- NULL -> nullptr. Commit.
- Fix kcfg XML. Commit.
- Fix initialisation list. Commit.
- Reactivate status bar. Commit.
- Fix whitespace. Commit.
- Merge two identical if-else blocks. Commit.
- Use ctime's std::time() instead of time.h's time(). Commit.
- Set application icon properly. Commit.
- Fix make install. Commit.
- Rename KSame desktop file as well. Commit.
- Make compile without kde4support. Commit.
- QApplication first. Commit.
- USe standard startupnotify. Commit.
- Rename icons. Commit.
- Use -qwindowtitle. Commit.
- Fix install notifyrc file. Commit.
- Use new macro for use icon on Win/MacOsX. Use new KDE_ macro. Commit.
- Fix includes. Commit.
- Clean up. Commit.
- Kdelibs4support--. Commit.
- Add feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES). Commit.
- Fix docbook. Commit.
- Port to new connect api. Commit.
- Fix install file. kdelibs4support--. Commit.
- Reverse dns desktop. Commit.
- Fix icons. Commit.
- Make it compile. Commit.
klines [Show]
- Remove unused dependencies. Commit. Code review #125959
- Use QStringLiteral + use new connect api. Commit.
- Add missing DocTools. Commit.
kmailtransport [Show]
- Increase version. Commit.
- Fix Bug 353734 - Unable to enter 5-digit SMTP port (input field limited to 4 digits). Commit. Fixes bug #353734
- Compile. Commit.
- Port to Qt5 connect style, which is faster. Commit.
- Use cmake macro to generate debug file. Commit.
- Use QStringLiteral to avoid heap allocations. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Un-export Socket, it's only used internally. Commit.
- Don't accidentally export private classes. Commit.
- Adapt to removal of boost from KMime. Commit.
- Remove last traces of KDELibs4Support. Commit.
- KComboBox -> QComboBox, we don't need the KComboBox features here. Commit.
- Port away from KDELibs4Support. Commit.
- These are not auto-tests, so don't run them as part of make test. Commit.
- Run unit tests with the sqlite backend, a lot faster. Commit.
- Use Q_DECL_OVERRIDE. Commit.
- Update version. Commit.
- Simplify busy cursor handling here. Commit.
- Turn this from a (pointless) QWidget into a QObject. Commit.
- Add a primitive manual test for ServerTest. Commit.
- Add .gitignore. Commit.
- Make getter methods const. Commit.
- Remove sendmail support. Commit.
- Hide the transport type selection if there is only one transport type. Commit.
- This was mobile only code, should have been removed instead of enabled. Commit.
- Default to SMTP transports rather than selecting nothing by default. Commit.
- This also doesn't need to be exported. Commit.
- Unexport/uninstall SMTP and Sendmail jobs. Commit.
- TransportConfigDialog is only needed internally nowadays. Commit.
- Remove outdated mobile UI. Commit.
kmbox [Show]
- Add Q_DISABLE_COPY to MBox. A copy would lead to a crash. Commit.
- Reduce reallocations with QVector::reserve(). Commit.
- USe new cmake macro. Commit.
- Use at(0) to prevent potential detachment. Commit.
- Rename private class to avoid exporting it accidentally. Commit.
- Avoid allocations due to QStringLiteral1->QString conversions. Commit.
- Make this test more robust under high load. Commit.
kmime [Show]
- Use by-ref in foreach for non-trivially-copyable type. Commit.
- Remove uneeded empty dtor so it follows "rule of three". Commit.
- Add Q_DISABLE_COPY to DateFormatter. A copy would lead to a crash. Commit.
- Don't detach container. Commit.
- Add Mailbox::listToUnicodeString(). Commit.
- Move non-public methods to private class. Commit.
- Move member variables to private class. Commit.
- Add helper methods for parsing Mailbox lists. Commit.
- Move KMime::Types namespace into its own file. Commit.
- Be more explicit here about the content transfer encoding. Commit.
- Add proper ctor initialization where needed. Commit.
- Fix handling of encrypted nodes in attachment detection. Commit.
- Also properly handle main body parts in is/hasAttachment. Commit.
- Sigh, there are even two attachment extraction methods in here, merge them. Commit.
- Split out the attachment tests, will not be limited to kmime_utils.h. Commit.
- Now api new version. Commit.
- Fix out of bounds read found by Andre. Commit.
- Multipart/related and multipart/alternative don't contain attachments. Commit.
- Consider parts with content disposition "attachment" as attachment. Commit.
- Add KMime::attachments(). Commit.
- Optimize KMime::CRLFtoLF() and LFtoCRLF() optimal cases. Commit. Code review #124967
- Add removeHeader() template overload. Commit.
- Properly handle multipart/* and message/rfc822 in isAttachment(). Commit.
- Extend unit tests for isAttachment/hasAttachment. Commit.
- More unit tests for multipart/related attachment handling. Commit.
- Split isAttachment and hasAttachment. Commit.
- Add initial set of unit tests for hasAttachment(). Commit.
- Just append the header here, don't check again if it already exists. Commit.
- Cache end iterator, this is used on a hot path. Commit.
- Fast path without the extra string list allocation. Commit.
- QHash() needs to be in the namespace of the type. Commit.
- Remove prettyAddresses(), it's unused. Commit.
- Increase version. Commit.
- Add displayString() convenience function. Commit.
- Make displayNames() more useful. Commit.
- Remove non-pod globals, these ones even allocated. Commit.
- Use the string literal here directly, no need for an extra copy. Commit.
- Move RFC 2047 and RFC 2231 codecs to its own file. Commit.
- Fix and activate these RFC 2231 decoder unit tests. Commit.
- Remove unused data tables. Commit.
- Remove unused RFC 2231 decoder overload. Commit.
- Remove unused variable. Commit.
- Move RFC 2047 encoder to the private header. Commit.
- Remove the unused fallback encoding setting. Commit.
- Port to KCodecs::decodeRFC2047String(). Commit.
- Reduce temporary allocations when parsing headers. Commit. Code review #124865
- Avoid heap allocations due to QLatin1String->QString conversion. Commit.
- Find the version header in a clean build as well. Commit.
- The version header is auto-generated nowadays. Commit.
- Export isCryptoPart(). Commit.
- Increase version. Commit.
- Add all QMetaType declarations needed in user code here. Commit.
- Implement ContentIndex::up(). Commit.
- Update docs, QCString is from Qt3 times. Commit.
- Move internally only used code to private header. Commit.
- Unexport KMime::cachedCharset(), only used internally. Commit.
- Remove unused KMime::cachedLanguage(). Commit.
- Fix QLatin1String->QString conversions which create allocations. Commit.
- Fix unused d pointer. Commit.
- Remove the vtable hierarchy in the header private classes. Commit.
- Missed one leak here. Commit.
- Delete everything we created. Commit.
- Don't use pointers to destroyed temporaries here. Commit.
- Remove unused Subject::isReply(). Commit.
- Remove unused Content ctor overload. Commit.
- Remove Content::prependHeader(), unused and inefficient. Commit.
- Remove unused camel-case include file. Commit.
- Remove the unused KAutoDeleteHash class. Commit.
- Un-export KMime::CharFreq. Commit.
- Remove unused function to check whether we are currently in DST. Commit.
- CharFreq is only used internally, so no need to install its headers. Commit.
- Remove the now unused Content parent pointer from headers. Commit.
- Remove the unused option to change the default charset. Commit.
- Remove the unused default charset forcing feature. Commit.
- Remove unused Headers::Base::isXHeader(). Commit.
- Remove the Headers::Generic ctor overloads as well. Commit.
- Move away from the overloaded KMime::Headers::* ctors. Commit.
- Unexport uniqueString(), only used internally. Commit.
- Remove deprecated and unused method. Commit.
- Use std::abs(long) instead of ::abs(int). Commit.
- Move about 800 bytes from non-shared memory to shared read-only memory. Commit.
- Replace the complicated header factory with a simple switch/case. Commit.
- Resurrect the header factory test, at least half of it. Commit.
- Increase version. Commit.
- Move the rest of the API to QVector. Commit.
- QList -> QVector. Commit.
- Remove unused variable. Commit.
- Remove dead code. Commit.
- Improve KLocale -> QLocale porting. Commit.
- Remove unneeded virtual keyword. Commit.
- Port KMime::Headers::* from QList to QVector. Commit.
- Port from boost::shared_ptr to QSharedPointer. Commit.
- This header doesn't exist anymore. Commit.
- Clean up NonMimeParser as well. Commit.
- Clean up Parser::MultiPart. Commit.
- Turn KMime::Content::List into a QVector. Commit.
- Remove unused headers. Commit.
- Use a QVector for the header list rather than a QList. Commit.
- Merge these four ctors into two. Commit.
- Remove two more unnecessary virtuals. Commit.
- Move decodeText() to ContentPrivate. Commit.
- Use non-deprecated KCodecs API. Commit.
- Remove dead code. Commit.
- Modernize headersByType(). Commit.
- These two don't need to be virtual. Commit.
- These methods can be const. Commit.
- Add .gitignore. Commit.
- Move the header list into the private class. Commit.
- Remove the unused and empty ContentPrivate sub-classes. Commit.
- Use Q_DECL_OVERRIDE. Commit.
- Remove the now unused q_ptr member. Commit.
- Remove q_ptr usage. Commit.
- Remove dead code. Commit.
- Clean up virtual methods in KMime::Content and its sub-classes. Commit.
- Fix generate pri file. Commit.
kmines [Show]
kmix [Show]
- Ported mixer plasma dataengine to KF5. Commit. Code review #125287
- Try to ensure kmix autostart is after pulseaudio. Commit.
- Run convert-to-cmake-automoc.pl over files. Commit.
- Bump version number to v4.6. Commit.
- Adding a tooltip to VolumeSlider. Done by Ronnie Thomas. Commit. Code review #123121
- Fix build with missing ALSA. Commit. Code review #124827
- Remove unused dependency. Commit. Code review #
- Refix the kmixui_rc install path. Commit.
kmplot [Show]
- Port to ecm_add_icon. Commit.
knavalbattle [Show]
- Normalize some sound files to make them less distorted. Commit.
- Remove unused dependencies. Commit. Code review #125463
- Phonon not used since i ported to kgsound. Commit.
- Delay AI by 3sec if playing sounds. Commit.
- Sync the cb of sounds to if they are enabled or not. Commit.
- Use KgSound. Commit.
- We're trying to locate a directory. Commit.
- Unrequire components we don't really require. Commit.
- Proper order for add/process command line options. Commit.
- Remove unused param. Commit.
- Remove unused parameter. Commit.
- Remove unused function. Commit.
- Remove unused parameter. Commit.
- Remove unused parameter. Commit.
- Fix warnings. Commit.
- Remove param that is always false. Commit.
- Remove unused parameter. Commit.
- Remove unused function. Commit.
- Virtual -> override. Commit.
- Auto_ptr -> unique_ptr. Commit.
- QObject+QGraphicsItem -> QGraphicsObject. Commit.
- Convert to new connect syntax. Commit.
- Add the missing KF5TextWidgets. Commit.
- Add missing DocTools. Commit.
- Qapplication first. Commit.
- Move after kdelibs4migrator. Commit.
- Use -qwindowtitle. Commit.
- Use new macro for use icon on Win/MacOsX. Use new KDE_ macro. Commit.
- Minor. Commit.
- Comment it. Commit.
- Add more QLatin1String. Commit.
- Migrate settings. Commit.
- Increase version (kf5 now). Commit.
- Add dbus support. Commit.
- Fix crash. Commit.
- Clean up. Commit.
- Remove kdelibs4support. Commit.
- Fix icon. Commit.
- Fix icons. Commit.
- Fix docbook. Commit.
- Minor. Commit.
- Convert to new connect api. Commit.
- Link without kdelibs4support. Commit.
- Clean up. Commit.
- Port to QDialog. Commit.
- On some systems the phonon include directories are not found without this statement. Commit.
- Fix icons. Reverse dns desktop. Remove include moc. Port to new connect api. Commit.
- KDEGames -> KF5KDEGames. Commit.
- Code cleanup. Commit.
- Changes in main.cpp and build system. Commit.
- Initial port to KF5. Commit.
- Port away from KDebug. Commit.
knetwalk [Show]
- Use new connect api + QStringLiteral. Commit.
- Add missing TextWidgets. Commit.
- Add missing DocTools. Commit.
kollision [Show]
- Fix homepage link in about dialog. Commit.
- Remove unused variable. Commit.
- Compile++. Commit.
- Add missing DocTools. Commit.
kolourpaint [Show]
- Add a macro_log_feature for the optional ksane dependency. Commit.
- Make ksane really optional. Commit.
- Drop check for CMake 2.4. Commit.
- Migrate scanning support from KDELibs/KScan to libksane. Commit.
- Build system: Reuse common lists of .cpp files. Commit.
- Recover ${mingw_libs}. Commit.
- Add Comment entry. Commit. Fixes bug #351957
- Add Copy to File documentation as it was ointed by Henry Schaffer. Commit.
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
kompare [Show]
- Change main .desktop file to use org.kde namespace and add 'X-DBUS-ServiceName=org.kde.kompare'. Commit.
- Add feature_summary. Commit.
konsole [Show]
- Call KLocalizedString::setApplicationDomain("konsole");. Commit.
- Use QStringLiteral, QLatin1String and QString. Commit.
- Remove unneeded #includes and forward classes. Commit.
- .arg() needs QStringLiteral. Commit.
- Use QStringLiteral and QLatin1String. Commit.
- Use QStringLiteral and QLatin1String. Commit.
- Use QStringLiteral and QLatin1String. Commit.
- Use QStringLiteral and QLatin1String. Commit.
- Use QStringLiteral(). Commit.
- Add QList::reserve(). Commit.
- Simplify determining empty string. Commit.
- Minor reduce variable scope. Commit.
- Disable copy/assignment constructors. Commit.
- Disable copy/assignment constructors. Commit.
- Add tests for ColorEntry() class. Commit.
- Instead of using invalid color, set ColorEntry() color to black. Commit.
- Use QFlags:: for Field enum. Commit.
- Remove unused variable. Commit.
- Add session.count() to qWarning. Commit.
- Seperate tests into one w/o a shell running. Commit.
- Make currentWorkingDirectory() override kde_terminal_interface. Commit.
- Like all frameworks => only output warnings per default. Commit.
- Add TerminalInterfaceTest to autotests. Commit.
- Switch to use foreach() w/ QActions. Commit.
- Remove the last residues of Shell.profile. Commit.
- Use QStringLiteral and QList::reserve(). Commit.
- Remove old KDE3 code. Commit.
- Add sequence for FocusGained and FocusLost. Commit. Code review #124898
- Mark tests as ecm_mark_nongui_executable to allow running on MacOSX. Commit.
- Implement xterm's background color request/reply. Commit. Code review #125333. Fixes bug #352945
- Fix heap-use-after-free in Part destructor. Commit. Code review #125366
- Remove some KDE4 usage in comments. Commit.
- S/KShortcut/QKeySequence - commented out code ATM. Commit.
- S/KAction/QAction - commented out code ATM. Commit.
- Add const &. Commit.
- Convert to new Qt5 Signal/Slot syntax. Commit.
- Apparently when I moved the tests to autotests I didn't use 'git mv'. Commit.
- Remove unneeded includes. Commit.
- Add const and &. Commit.
- Remove unused function qHash. Commit.
- Use QList::reserve(). Commit.
- Allow profiles to be deleted if user has permissions. Commit.
- S/reset/beginResetModel endResetModel/. Commit.
- Simplify saving of new/changed profiles. Commit.
- Set fallback terminal rows to a more reasonable 24. Commit.
- S/setResizeMode/setSectionResizeMode/. Commit.
- For MacOSX, get it so that it builds. Commit.
- Remove installing Shell.profile. Commit.
- Use const reference inside Q_FOREACH. Commit.
- Use .at(0) instead of .first() for QLists. Commit.
- Use QVariant::toString instead of ::value. Commit.
- Move ManageProfiles dialog to Configure Konsole window. Commit.
- Add qCDebug() - change font qWarning to qCDebug. Commit.
- Switch from removed /Konsole to /Windows/1 dbus. Commit.
- Remove outdated dbus /Konsole - use /Windows/#. Commit.
- S/QLatin1String/QStringLiteral/. Commit.
- Output more info about why chosen font can't be matched exactly. Commit.
- Bump master version. Commit.
- Use a clearer config name when using ::CacheLocation for scrollback. Commit.
- Add option to insert DnD URLs as plain text. Commit. Code review #124908. Fixes bug #304290
- Restore movable tabs. Commit. Fixes bug #348057. Fixes bug #347094. Code review #124739
- Fix handling of high precision scroll events. Commit. Code review #124590
- Port tests away from KDELibs4Support. Commit. Code review #124683
- Change Profile->Appearance display of the color scheme choices. Commit. Code review #123480
- Allow user to select where the scrollback/history files are written. Commit. See bug #173283
- Actually allow File->Save Output As -> HTML to work. Commit.
- Revert "For HTML output, create a full .html file". Commit. See bug #343726
- Add Qt5PrintSupport to find_package() in CMakeLists.txt. Commit.
- Port from K4AboutData to KAboutData. Commit. Code review #124653
- Change versioning to allow release-script to set it. Commit.
- Export HistoryScroll to fix compiling issue with gcc 5.2. Commit. Code review #123881
- Improve HiDPI support for Konsole. Commit.
- Fix scrolling for a HiDPI setup. Commit. See bug #350651
- Migrate KDE4 apps files to new KDE5. Commit. See bug #346762
kontactinterface [Show]
- Tidy. Commit.
- Increase version. Commit.
- Port to Qt5 connect style, which is faster. Commit.
- This no longer depends on KDELibs4Support. Commit.
- Use macro to generate debug file. Commit.
- If we change api we increase version. Commit.
- Pass the working directory along next to the command line arguments. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Don't accidentally export private classes. Commit.
- Use Q_DECL_OVERRIDE. Commit.
- Remove obsolete tip of the day support here too. Commit.
kopete [Show]
- Prepare for 15.12.0. Commit.
- Prepare for 15.11.90. Commit.
- Prepare for 15.11.80. Commit.
- Cmake: Alsa library and header files are not needed at buildtime for libjingle. Commit.
- Cmake: Use correct cmake variables instead hardcoded names. Commit.
- Libjingle: Allow to compile call application without kopete and KDE dependences. Commit.
- Fix FindLiboRTP.cmake script. Allow to call it also from non root directory. Commit.
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
kpat [Show]
- Use QStringLiteral + new connect api. Commit.
- Build++. Commit.
- Fix cmake error about generate_export_header not found. Commit.
- Add missing DocTools. Commit.
kpimtextedit [Show]
- We change api so change version. Commit.
- Remove undefined member function, was only declared. Commit.
- QChar and QPoint should also be passed by value. Commit.
- Pass enum by value. Commit.
- Allow to reset zoom. Commit.
- Add debug info about invalid pattern. Commit.
- Remove empty DTOR from non-polymorphic NestedListHelper. Commit.
- QStringLiteral + QRegExp crash => change to QLatin1String. Commit.
- Use QRegularExpression. Commit.
- Make it compile. Commit.
- Fix string. Commit.
- Port to new connect api. Commit.
- Return volume. Commit.
- Fix settings. Add voice support. Commit.
- Clean up. Commit.
- Allow to change engine. Commit.
- Fix save default value. Commit.
- Add support for voice/engine support. Commit.
- Remove reference to pimcommon. Commit.
- Use QUrl::fromLocalFile. Commit.
- Remove pimcommon. Commit.
- Remove unused. Commit.
- Not necessary. Commit.
- Merge in one file. Commit.
- Use explicit. Commit.
- Use private class. Commit.
- Move here. Commit.
- Add more methods. Commit.
- Reactivate unittest. Commit.
- Fix headers. Commit.
- Remove unused code. Commit.
- Fix build with Qt5::TextToSpeech present. Commit.
- Fix header. Commit.
- Make it virtual. Commit.
- Don't crash if actioncollection is null. Commit.
- Fix headers. Commit.
- Fix compile. Commit.
- Increase version. Commit.
- Port++. Commit.
- Fix load/save settings. Commit.
- Fix namespace. Commit.
- Fix includes. Commit.
- Install this header too. Commit.
- Fix include. Commit.
- Fix include. Commit.
- Make it compiles. Commit.
- Move composer-ng here to replace old texteditor and remove duplicate code. Commit.
- It's was outdated. Commit.
- Port to Qt5 connect style, which is faster. Commit.
- Add info about hidpi support. Commit.
- S/QString(QStringLiteral/QStingLiteral. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
- Use QStringLiteral. Commit.
- Remove KF5KDELibs4Support. Commit.
kppp [Show]
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
krdc [Show]
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
krfb [Show]
- Fix launching the application from KDE menu and krunner. Commit. Code review #126142. Fixes bug #355776
- Fix build. Commit.
- Allow krfb to store the fact that it was enabled the last time it was started. Commit.
- Allow krfb to start minimized, this is useful when autostarting krfb. Commit.
- Allow for krfb to be started without a wallet. Commit.
- Virtual -> override. Commit.
- Stop calls are always with true, remove param. Commit.
- Use new connect syntax. Commit.
- Fix connections to QDialog subclass signals. Commit.
- Remove telepathy tubes and contact list support. Commit.
- Port from KServiceTypeTrader, etc. to new json style plugins. Commit.
- Remove unneccesarry TODO comment and commented out code. Commit.
- Port from K4AboutData to KAboutData, KCmdLineArgs to QCmdLineArgs and add about dialog. Commit.
- Port from KDialog to QDialog and KPushButton to QPushButton. Commit.
- Port away from KLocale and kdemacros. Commit.
- Port from KIcon to QIcon. Commit.
- Reenable finding telepathyqt and ktp and remove our local FindKTp.cmake. Commit.
- Update docbook to 4.5 dtd. Commit.
- Rename .desktop to org.kde.krfb.desktop. Commit.
- Add feature_summary. Commit.
- Initial port to Qt5/KF5. Commit.
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
kruler [Show]
- Use new connect api + QStringLiteral. Commit.
ksaneplugin [Show]
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
kshisen [Show]
- Fix scaling of board height. Commit.
- Bump version number. Commit.
- Make Krazy happy. Commit.
- Bump. Commit.
- Avoid crashy dialog on dbus quit. Commit.
- Set application domain for translation. Commit.
- Remove extra include. Commit.
- Mark explicit. Commit.
- Add TODO. Commit.
- Add definitions for conversion safety. Commit.
- Use new connect api + QStringLiteral. Commit.
- Adjust kdelibs4ConfigMigrator. Commit.
- Old-style enum -> enum class. Commit.
- Use range-based for loops. Commit.
- Use nullptr. Commit.
- Make use of "auto" in some places. Commit.
- Format CMakeLists.txt files. Commit.
- Make compile in game's debug mode. Commit.
- More dependency cleanup. Commit.
- Remove the remains of Phonon support. Commit.
- Add AppStream metadata. Commit.
ksirk [Show]
- Revert "Fix ksirk .desktop file exec line.". Commit. Fixes bug #356731
- Fix ksirk .desktop file exec line. Commit.
- Compile++. Commit.
- Use more generic homepage link in about dialog. Commit.
ksnakeduel [Show]
- Add homepage link to about dialog. Commit.
ksquares [Show]
kstars [Show]
- Adding support to remotely controlled dust covers. Commit.
- Check return code from sgp4 function before accepting selection of a satellite. Display error code to user and uncheck invalid satellite. Commit. Fixes bug #353449
- Calculate Az/Alt in flag component check. Commit.
- Replace missing KPNO AOP image with APOD. Commit. Fixes bug #353510
- Filter comets by magnitude in what's up tool. Commit. Fixes bug #354881
- Add binning combo box to guide module. Commit.
- Add red asterik to required fields. Commit.
- Updated INDI icons thanks to Pierros Papadeas. Commit.
- Add stage for repositioning after a alignment. Commit.
- Do not save debayered data but save bayer image AS-IS. Commit.
- Replace comma with decimal point for number reading since it is always LANG C. Commit.
- Fix flag name regex. Commit.
- Flags do not start with an underscore. Fix by Paul from the INDI forums. Commit.
- Set draw lock to false in ConstellationArt reload. Commit.
- Remove comment and send heartbeat to driver. Commit.
- Add support for watchdog drivers. Commit.
- Do not translate empty strings. Commit.
- Display indiserver port. Commit.
- Add scrollbars to Ekos Manager to make it fit on smaller screens. Commit.
- Fix star names with HD numbers. Add modules and enforce weather to scheduler file. Delay job if weather is in warning condition. Commit.
- Fix gotomode dbus issue. Commit.
- Improve star detection algorithm. Commit.
- Enforce weather is now saved in scheduler list file. Commit.
- Improve calibration message. Commit.
- Fix minor typos. Commit.
- Adding a useful script to download DSS images. Commit.
- Improve common names for NGC/IC objects. Commit.
- Make search radius narrower for load and slew. Commit.
- Couple X and Y binning to make it easier for the user. When using LoadAndSlew, try to figure out the solver options parameters from the FITS file instead of assuming they are the same as the current settings. Commit.
- Check if UPLOAD_MODE exists in CCD driver and if not warn about it. Commit.
- Enable display/hide of artificial horizons. Commit.
- Fix minor typo. Commit.
- Fix minor typos. Commit.
- Do not update coords since artificial horizon is static component. Commit.
- Fix row bug in horizon points and clarify tip message. Commit.
- Remove old debug code. Commit.
- Indicate BETA for constellation art. Commit.
- Final constellation art merge and few minor fixes. Images are STILL not drawn correctly as they need to be adjusted for projection system in use in all points in the image and not just the anchor point as it is now. Commit.
- Merge with constellation art branch. Commit.
- Few fixes but it is STILL not being displayed correctly. So solution? hide on slew for now, it is not a fix, just hide ugly rotation until someone comes up with a real solution. Commit.
- Add FITS overlay to the sky map. Commit.
- Introduce small delay upon connection failure. Commit.
- Few fixes to horizon manager. Commit.
- Improvements to horizon manager. Commit.
- Add apply button to horizon manager. Commit.
- Horizon manager mostly working now and requires testing. Commit.
- Set option for solverOTA THEN connect signals. Commit.
- Add tooltip for remote devices. Commit.
- More progress on horizon manager, need to fix SQLite issues. Commit.
- Basic horizon manager almost working, still lots of error checking must be done. Commit.
- Fix minor typos. Commit.
- More progress on horizon manager. Commit.
- Only enable horizon manager when complete. Commit.
- Implement a better way to detector if focus module is busy. Commit.
- FIx bug saving width and height due to incompatible data type. Commit.
- Implement clipping using QPainterPath that will clip the whole visible sky map and prevents drawing outisde it. It should work for all projections. Commit.
- Fix ground polygon at high zooms. Commit.
- Improve UI. Commit.
- Initial work for artificial horizon, still lots of work to do. Commit.
- Adding new icons for Ekos manager. Commit.
- Improve readout of debug and log files. Add tooltip to guide module. Commit.
- Get star position for first frame to avoid over-drive. Fix guide star selection being called too many times. Commit.
- Remove loading ports as this is now done in INDI. Commit.
- Support relative focusers in auto focus operation. Commit.
- Do not capture and solve if CCD is exposing and track CCD exposure for errors. Commit.
- Fix minor typos in comments. Commit.
- Comment out warning since mostly it is empty lines. Commit.
- Remove end line. Commit.
- Skip XXX objects. Commit.
- Do not parse empty date-time string. Commit.
- Update object names. Commit.
- For remote devices, ensure number of remaining devices drops to zero before setting INDI Connection status as true. Commit.
- Add new credits. Commit.
- Decrement number of devices in case CCD device name is exactly equal to remote guider name. Commit.
- Call process events to display the connecting message. Commit.
- Add descriptive messages when starting INDI in Ekos. Commit.
- Use driver interface from base device better than checking its driver info. Commit.
- Reduce connection attempts and process Qt application events during connection. Commit.
- Remove progress dialog from data and into fitsview. Support multi-channel histogram. Commit.
- Remove Russia from TZ rules. Commit. Fixes bug #345827
- Set 5% step size. Commit.
- Store startup and shutdown procedures in the scheduler list file. Commit.
- Updated histogram tool. Added Median and SNR to stat values. Commit.
- Update Alt/Az coordinates for mouse point. Commit.
- No need for WindowSystems. Commit.
- + Wait for INDI connectiong status while checking for command status reply. Commit.
- Do not capture if focus module is busy. Commit.
- + On INDI connection success, we must always run INDI property check. Commit.
- Few misc. scheduler fixes. Commit.
- Make addition check on tab change. Commit.
- Use a non-modal dialog in case of connection error as to help in automation of scripts and tools like ekos scheduler. Commit.
- Use direct instead of blocking to the thread does not get stuck. Commit.
- Improve add/remove/edit job GUI tooltips. Commit.
- Adding clear script buttons and making it ready only. Only checking weather when scheduler job is about to start. Commit.
- Fix minor typos. Commit.
- Replace message box with log and beep on ekos startup error. Commit.
- Use direct instead of blocking queued connection since this blocks the thread on disconnect. Commit.
- Use a timer instead of single shot in order to control it. Disable preemptive shutdown in case the scheduler was manually stopped. Commit.
- Fix typos. Commit.
- Use KDE KNotification system instead of playing sounds directly via a custom class. Commit.
- Make Ekos scheduler options for pre-emptive shutdown, lead and pre-dawn times. Also implemented job evaluation only without need to start the scheduler, and fixed a few misc. issues. Commit.
- Check remote aux4 device as well. Commit.
- Better handling of Park Wait and adding temporary shutdown state in case next job is far in the future. Commit.
- Do not change driver upload mode if the same setting is already set. Commit.
- Improve how parking state is returned via DBUS. Commit.
- Fix typo. Commit.
- DayFraction must be a double. Commit.
- Reject jobs close to dawn. Commit.
- Unpark dome should come before unpark mount in start up procedure. Thanks to Gonzothegreat in the INDI forums to suggest it. Commit.
- Change default execution command and add Arabic translations. Commit.
- Fix command line option parsing for stanadrd options. Commit.
- Fix typos. Commit.
- Make altitude and moon scoring function date time dependent. Improve logging of scoring. Commit.
- + Add weather handling in the scheduler. Commit.
- Fix calibration start up as it was processing the image before a guiding pulse completed. Fix manual mode calibration. Commit.
- Make resetFocusFrame() a DBUS call. Commit.
- Enable resetting of in-sequence focus HFR and keep HFR value for value at all times if it exists. Commit.
- Always reset frame before capturing. Commit.
- Applying patch by Sean Houghton to fix issues on OSX. Commit.
- + Adding weather support in Ekos scheduler. Commit.
- Fix built-in alt vs time widget it was not working due to time and date errors. Adding ability to add objects to Ekos Scheduler. Commit.
- If the job is not running for a while, park the mount until the job is ready. Commit.
- Timeout if no star in selection in case auto star selection failed and the user didn't select any star. Commit.
- Remove all rows correctly. Commit.
- Improving score calculation and fixing a few issues. Commit.
- Many little fixes to scheduling routine. Commit.
- Fix title. Commit.
- Startup and shutdown procedures seem to work properly now. Commit.
- Refactoring guide and calibration classes a bit and add new DBUS calls. Square size is now saved on exist and automatic square size is added as option. Commit.
- More progress on shutdown procedure. Commit.
- Fix application options. Commit.
- Startup script initial support. Commit.
- Extending Mount DBUS functionality. Commit.
- Adding dome support to INDI Listener. Commit.
- Extending Mount DBUS functionality. Commit.
- Adding DBUS dome support for scheduler among other things. Commit.
- Bump version to 2.4.0. Commit.
- Use new INDI icon and more progress in scheduler. Commit.
- Take UTC into consideration when constructing a new KStarsData from existing one. Commit.
- Use UTC for DetailDialog. Commit.
- Use UTC for DetailDialog. Commit.
- Save ST4 device name to load it next time the user starts Ekos. Commit.
- Use updated function names from capture module. Commit.
- Only set HFR value from file if it is larger than zero. Commit.
- Use UTC for DetailDialog. Commit.
- Take UTC offset into consideration when converting from LT to UT and vice versa. Commit.
- Using i18n instead of xi18n since it is not needed in KStars. More progress on scheduler. Commit.
- Standarding interface functions names and more progress in scheduler. Commit.
- INDI tool bar is now working properly along with Ekos INDI/FITS Viewer buttons. Commit.
- More progress, adding toolbar and button in Ekos for easier access. Both Ekos and Device manager are children of KStars again. Commit.
- Add toggle buttons for INDI & FITS Viewer in Ekos panel. Commit.
- More progress on the scheduler logic. Commit.
- Fix time issues with using KStarsDataTime and conversion from Local Time to UTC, only using QDateTime for such tasks. Commit.
- Initial scoring logic. Commit.
- More migration work. Commit.
- Only accept TIME_UTC and GEOGRAPHIC_COORD if state is OK. Commit.
- Adding & editing jobs is complete. Commit.
- More progress on the scheduler. Commit.
- Ensure logToFile is also check if writing to a file. Commit.
- Indimain is obsolete in INDI library. Commit.
- Automatically switch to client mode in focus and astrometry even if current mode is local. Switch back to local after the operations are complete. Commit.
- Use a dedicated function when shutting down completely. Commit.
- Use a dedicated function when shutting down completely. Commit.
- + Check permission of time and location properties before updating them. Commit.
- Initial work on rewriting parts of the Ekos scheduler to fit KStars. Commit.
- Fix left shit operation. Commit. Code review #124852
- Fix KStars build without optional CFITSIO dependency. Commit. Fixes bug #351533
- Final. Commit.
- Final commit 3. Commit.
- Final commit. Commit.
- Only disable stream if device is still connected only. Commit.
- Delete stream window on disconnection. Commit.
- Handbook update for credits and fitsviewer. Commit.
- Support verbose debugging in Ekos. Commit.
- Finished logging support in KStars. Commit.
- Use a better indicator of Ekos starting and INDI connecting states. Commit.
- Add logging support to KStars. Commit.
- Final. Commit.
- Cleaned up code by removing Chelper code. Commit.
- Added comments in Doxygen style. Commit.
- Revert "Reworked code to use the 4 corners of rectangle for each image.". Commit.
- Use more descriptive names. Commit.
- Disconnect process tab change before removing tabs. Commit.
- Reworked code to use the 4 corners of rectangle for each image. Commit.
- Crash issue. Commit.
- Guide problem. Commit.
- More documentation. Commit.
- Commit. Commit.
- Sequence problem. Commit.
- Testing 2. Commit.
- Test. Commit.
- Fixed constellation image pixelation problem. Commit.
- Added Inuit Skyculture images. Commit.
- Scheduler Logic 2. Commit.
- Fixed the head of Cygnus by removing black background from Vulpecula. Commit.
- Added toggle constellation art to kstarsui-win.rc. Commit.
- Added toggle button feature to kstarsui-indi.rc. Commit.
- All 88 western constellations are now displayed. Changed all image files to include a transparent background. Commit.
- Sqlite file with 4 constellation data. Commit.
- Added 3 more constellations. Commit.
- Adding chelper temororary to help figure out constellation art images parameters. Commit.
- Fixed movement of Andromeda image. Commit.
- Fixed Andromeda image. Commit.
- Alignment problem. Commit.
- Scheduler logic commit. Commit.
- Rotation works fine. Scaling is hopefully correct. Constellation image keeps moving though. Commit.
- Changed function drawConstellationArtImage. Removed an unused parameter. Commit.
- Brighten the icon images for toggling constellation art. Commit.
- Observer management patch. Commit.
- Fixed toggle button for constellation art. Commit.
- Added button to toggle constellation art. Not working. Commit.
- Changed variable names so as to not use short forms. Commit.
- Midterm revision. Commit.
- New DBus functions. Commit.
- Fix loading of andromeda image example. use EquatorialToHorizontal so that Az/Alt are updated. Commit.
- Midterm commit3. Commit.
- Midterm Commit 2. Commit.
- Added drawConstellationArtImage function to SkyQPainter. Also changed data/CMakeLists.txt to install constellation images. Commit.
- Midterm commit: Telescope and ccd sims working fine under Now button functionality(Dbus calls). Commit.
- Review commit for Jasem. Commit.
- Review commit for Jasem. Commit.
- Review commit for Jasem. Commit.
- Review commit for Jasem. Commit.
- Review commit for Jasem. Commit.
- Changed loadData() function to fetch data from skycultures.sqlite. Commit.
- Review commit for Jasem. Commit.
- Changed name from ConstArtComponent to ConstellationArtComponent. Commit.
- Review commit for Jasem. Commit.
- Modified constellationlines.cpp to include a dummy call to ConstellationsArt. This is just meant to test if the file constellationsart.txt is read correctly. Commit.
- Modified CMakeLists.txt to include constellationsart.txt. Commit.
- Modified constellationsart.cpp and constellationsart.h. Commit.
- Changed constellationart.txt to include serial numbers for constellations. Commit.
- Added ConstellationArt class definition and declaration. Commit.
- Adding the list of 3 important stars to display constellation images. Commit.
- Added credits for Western Skyculture images from Stellarium in images in README.images. Commit.
- Added Western Skyculture images. Commit.
ksudoku [Show]
- Tidy up and avoid some potential bugs in the multi-column code. Commit.
- Lay out the puzzle types in multiple columns on the Welcome Screen. Commit.
- Remove warning message re printing Mathdoku and Killer Sudoku puzzles. Commit.
- Factor print-methods further. Print Mathdoku and Killer Sudoku cages. Commit.
- Move the printing of puzzles into a new PuzzlePrinter class. Commit.
ksystemlog [Show]
- Revert last commit since it's crap. Commit.
- Compile++. Commit.
- Make journald option dialog more usable. Commit.
- Various fixes suggested by static analyzer. Commit.
- Removed unused code. Commit.
- Fixed a crash upon shutdown. Commit.
- Journald mode: transition to new connect syntax. Commit.
- Use new connect api + QStringLiteral. Commit.
- Only try to load the journald plugin if we built it. Commit.
- Only link journald module if it it built. Commit.
- Add cmake file to find journald. Commit.
- Merge GSOC project bringing journald support and more. Commit.
- Make window wider. Commit.
- Fixed journald mode crash. Commit.
- Added precise date format (with milliseconds). Commit.
- Supply analyzer options when reloading all tabs. Commit.
- Ignore QNetworkReply::OperationCanceledError. Commit.
- Implemented filtering by priority. Commit.
- Switch default mode to journald. Add journald to default toolbar layout. Commit.
- Added "Send E-Mail selection" to context menu for convenience. Commit.
- Fixed a crash in journald configuration dialog. Commit.
- Remove Unix console color escape sequences from journald entries. Commit.
- Fixed network journal string parsing. Commit.
- Added HTTPS support for remote journals. Commit.
- Added missing file. Commit.
- Added UI to enable HTTPS for remote journals. Commit.
- Process SSL errors in network journal mode. Commit.
- Fixed remote journald URL bug. Commit.
- Local analyzer display filter name in tab and window title. Commit.
- Network journal mode displays filter name in tab and window title. Commit.
- Network journal submenus now contain "Filter by" submenus. Commit.
- Logs submenu is regenerated when journal remote list changes. Commit.
- Change default journal mode settings. Commit.
- Added routine to regenerate Logs submenu. Commit.
- Status fix. Commit.
- Small network journal analyzer status fix. Commit.
- Network journal mode displays connection status in tab and window title. Commit.
- Correct retrieving of remote journal entries. Commit.
- Remove debug leftover. Commit.
- Remote journal is basically working. Commit.
- Journal analyzer classes now have common base. Commit.
- Network journal analyzer: receive syslog identifiers and systemd units. Commit.
- Network journald: request number of lines set in preferences. Commit.
- Added icons to journald submenu. Commit.
- Center remote journal address dialog around configuration window. Commit.
- Fix compiler warning about unused variable. Commit.
- Issue a warning if failed to open boot_id file. Commit.
- Read current boot ID from /proc/sys/kernel/random/boot_id. Commit.
- Preparation work for filtering by priority. Commit.
- Added dummy combobox for filtering by priority. Commit.
- Performance optimization: construct QChar instead of QString. Commit.
- Fixed url creation in journal network analyzer. Commit.
- Journald network analyzer - work in progress. Commit.
- Added information about myself to KAboutData :-). Commit.
- Added empty journald network analyzer. Commit.
- Fixed resuming operation. Commit.
- Journald reading routine refactoring. Commit.
- Enabled filtering. Commit.
- Optimized journal reading routine. Commit.
- Initial filtering support. Commit.
- JournaldAnalyzer renamed to JournaldLocalAnalyzer. Commit.
- Journald submenu actions are now connected to main window menu click. Commit.
- Menu items now contain analyzer options embedded in QVariant. Commit.
- Some journal analyzer functions made static. Commit.
- Log line detail window now stretches text widget. Commit.
- Fixed journal charset. Commit.
- Add some anti-crash checks. Commit.
- Revert "Analyzer is now owned by LogMode and created at startup.". Commit.
- Implemented configuration UI and saving/restoring of remote journals. Commit.
- Journald remote list uses table widget. Commit.
- Move warning box into groupbox in general settings page. Commit.
- Fixed charset issue. Commit.
- Added UI prototype for remote journals configuration. Commit.
- Fixed reloading in journald mode. Commit.
- Fixed remaining memory leaks. Commit.
- Configuration is now wrapped into QSharedPointer and properly deleted. Commit.
- Analyzer is now owned by LogMode and created at startup. Commit.
- Fixed reloading for journald. Commit.
- Implemented detecting current boot ID. Commit.
- Initialize journal access flags. Commit.
- Variable is renamed to avoid disambiguation. Commit.
- Implemented initial journald configuration widget. Commit.
- Implemented journald configuration class. Commit.
- Added functions to get the list of units and syslog identifiers. Commit.
- Hide category submenus if they are empty. Commit.
- Allow to select and load default mode only if its log files exist. Commit.
- Fixed a crash in no-log mode. Commit.
- Added warning widget about missing log file to XSession mode. Commit.
- Add warning widget about missing log file to Authentication mode. Commit.
- Hide menu entries and actions for modes with missing log files. Commit.
- Settings pages now display a warning if some log files are missing. Commit.
- Fixed a crash after modifying path to log file and pressing "Cancel". Commit.
- Destructors for log modes and other objects are now being called. Commit.
- Fixed a journald mode crash by properly waiting for worker threads to. Commit.
- Implemented detection of journald updates. Commit.
- Add frames around labels in the status bar. Commit.
- Basic journald mode support. Updating is not yet implemented. Commit.
- Added dummy journald mode. Commit.
- Source code reformat using clang-format. Commit.
- Change to icons found in Breeze theme. Commit.
- Use individual actions for each logtype instead of QActionGroup. This enables customization of the logs toolbar. Default log types shown in the toolbar are now set in the .rc file. Commit.
- Make it compile. Commit.
- Port to org.kde schema for .desktop file. Commit.
- More time format fixes. Commit.
- Remove unsupported date formats. Commit.
- Fix time format in statusbar. Commit.
- Remove KDELibs4Support dependency. Commit.
- Port to actionCollection.setDefaultShortcut(). Commit.
- Fix saving log entries to file. Commit.
- Silence more compiler warnings. Commit.
- Silence compiler warning for overloaded virtual. Commit.
- KFilterDev::deviceForFile() -> KCompressionDevice(). Commit.
- Port to setPlaceholderText(). Commit.
- KTabWidget -> QTabWidget. Commit.
- KFileDialog -> QFileDialog. Commit.
- Port to QApplication, KAboutData and QCommandLineParser. Commit.
- KIntSpinBox -> QSpinBox. Commit.
- KUrl -> QUrl. Commit.
- Fix tests. Commit.
- Use new KDE_ macro. Commit.
- Add feature_summary. Commit.
- Fix cmakelists.txt. Commit.
- Make it compile. Commit.
- Fix include QPrinter. Commit.
- Fix XMLGUI install directory. Commit.
- Port++. Commit.
- Fix includes. Commit.
- Fix includes. Commit.
- Use KLocalizedString. Commit.
- Remove kde4support. Commit.
- Compile++. Commit.
- Port to QIcon. Commit.
- Remove not necessary include moc. Commit.
- Fix camel case. Commit.
- Use new docbook. Commit.
- KUrl::List -> QList
. Commit. - Initial port to KF5. Commit.
kteatime [Show]
- Fix wrong DBUS startup type, bug 350979. Commit.
ktimer [Show]
- Use QStringLiteral. Commit.
- Reduce dependancy. Commit.
- Load translation catalog for an application correctly. Commit. Code review #124620
- Proofread ktimer docbook, bump date+releaseinfo, remove appendix, new screenshots. Commit.
- KTimer supports HiDPI. Commit.
ktnef [Show]
- Use currentDateTimeUtc() instead of currentDateTime(). Commit.
- Increase version. Commit.
- Don't call qgetenv("TZ") twice. Commit.
- Use QStringRef in a bunch of places. Commit.
- Use macro to generate debug file. Commit.
- Readability++. Commit.
- Use Q_GLOBAL_STATIC for non-pods such as QMap. Commit.
- Less allocations by not using QString::fromLatin1(). Commit.
- Rename private class. Commit.
- Avoid QLatin1String wherever it allocates heap memory. Commit.
ktp-accounts-kcm [Show]
- [kaccounts] Store the secret in temp variable. Commit.
- [kaccounts] Emit configUiReady() when config UI is ready. Commit. Fixes bug #351785
- Add feature_summary. Commit.
- [kaccounts] Add SIPE/SIPE kaccounts provider. Commit.
- Port and enable the sipe plugin. Commit.
- [kaccounts] For reasons unknown, the sipe account needs to be sipe-haze. Commit.
ktp-common-internals [Show]
- Make joining group chats from ContactList applet work. Commit. Code review #126251
- Add GPLv2+ COPYING file as there's a few files still licensed as GPL-2+. Commit. Code review #125925
- Relicense David Edmundson's code to LGPL-2.1 to match the rest of the project. Commit. Code review #125923
- Relicense invalid license to LGPL 2.1+. Commit.
- Relicense invalid license to LGPL 2.1+. Commit. Code review #125780
- Relicense all of KTp/Logger to LGPL-2.1+ to match the rest of the project. Commit. Code review #125644
ktp-contact-list [Show]
ktp-desktop-applets [Show]
- Search also for offline contacts in contactlist applet. Commit. Fixes bug #352444
- Make contactlist applet belong to Communcations category. Commit.
ktp-text-ui [Show]
- Fix wording: "Custom emoticons per account:". Commit.
- I18n: Add context strings. Commit.
- Add option to disable keyboard layout switching. Commit. Code review #125242
- Reenable tts-filter and make it use QtSpeech instead of dying KSpeech api. Commit. Code review #125008
- Make log viewer usable in multiple instances. Commit. Code review #123907. Fixes bug #346395
- Bump version to 15.04.2. Commit.
- Bump version to 15.04.1. Commit.
- Bump version to 15.04.0. Commit.
ktuberling [Show]
- Fix homepage link in about dialog. Commit.
- Use new connect api + QStringLiteral. Commit.
- Add Comment. Commit. Fixes bug #351967
- Use KLocalizedString::setApplicationDomain instead of -DTRANSLATION_DOMAIN. Commit.
- Increase version just because we're KF5 based now. Commit.
- Move the TODO for kdelibs4support to the cmake file. Commit.
- Fix undoing of removal. Commit.
- Use correct from user input. Commit.
- Use StartupNotify. Commit.
- Rename icons. Commit.
- Use -qwindowtitle. Commit.
- Use new KDE_ macro. Commit.
- Make ECMInstallIcons.cmake happier. Commit.
- Some more porting away from kde4libssupport. Commit.
- Remove kdelibs4support. Commit.
- Fix KStandardDirs porting. Commit.
- Kdelibs4support--. Commit.
- Fix includes. Commit.
- Kdelibs4support--. Commit.
- Fix quit entry. Commit.
- Dbus support. Commit.
- Add feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES). Commit.
- Fix docbook. Commit.
- Port to qcommandparser. Commit.
- Fix includes. Commit.
- Fix build as that it seems it is missing the phonon include directories. Commit.
- Reverse dns desktop. Commit.
- Fix install icons. Commit.
- Really make it build. Commit.
- Make it compile. Commit.
kturtle [Show]
- Fix linking against KCrash for DrKonqui integration,. Commit.
- Fix QCoreApplication::arguments: Please instantiate the QApplication object first. Commit.
- Fix QCommandLineParser use by calling aboutData.processCommandLine(&parser); after parser.process(app);. Commit.
- Xml file name changed. Commit.
- Remove last remnants of KDELibs4Support. Commit.
- Port of KIO::NetAccess. Commit.
- Port some KIO::NetAccess to QFile::exists or KIO::StatJob accordingly. Commit.
- Remove TODO comment. it works well here with 3 language packs installed. Commit.
- Remove kDebug references, port from KLocale::global() to KLocalizedString. Commit.
- Fix whitespace. Commit.
- Migration of KTurtle KDE4 settings. Commit.
- Filter bug fixed. Commit.
- Porting of kfiledialog to qfiledialog. Commit.
- Fix whitespace. Commit.
- Porting away the kdelibs4support. Commit. Code review #125141
- Add a few more libs/finds. Commit.
kuser [Show]
- Fix build with cmake-3.4. Commit.
- Set cmake min req and fix linking, working around the lack of a ${KDE4_KNTLM_LIBS}. Commit.
kwalletmanager [Show]
- Address some issues spotted by David Hall. Commit.
- No longer close wallet on last use. Commit.
- Add comment. Commit. Fixes bug #351969
- Added comment to the desktop file. Commit. Fixes bug #351969
- Remove unnecessary calls to QCoreApplication. Commit.
- Fix call order in order to make appear the authors. Commit.
- Bring back the KAboutData information class. Commit. Fixes bug #351680
- Set KWalletManager window icon. Commit.
- Enable automatic update of version number. Commit.
- KWalletManager is now HiDPI aware and icons in the tree view are fixed. Commit.
kwordquiz [Show]
libkcompactdisc [Show]
- Extend -std=c99 compiler flag to clang. Commit.
libkdcraw [Show]
- No translations. Commit.
- Revet previous commit. Commit.
- Not i18n anymore. Commit.
- Info cannot be extracted from libraw as cmake support is dropped now. Commit.
- Polish. Commit.
- Cleanup. Commit.
- Cleanup. Commit.
- Cleanup. Commit.
- Polish. Commit.
- Port++. Commit.
- Update. Commit.
- Obsolete. Commit.
- Obsolete. Commit.
- Remove KF5 dependencies. Not i18n, no configcore. Commit.
- Cleanup. Commit.
- Cleanup. Commit.
- Cleanup. Commit.
- Cleanup. Commit.
- Cleanup. Commit.
- Polish. Commit.
- Cleanup. Commit.
- No need i18n to test code. Commit.
- Cleanup. Commit.
- Polish. Commit.
- Polish. Commit.
- Compile. Commit.
- Do not use stylesheet. Commit.
- Introduce a simple color selector helper. Commit.
- Be able to tune file dialog options. Commit.
- Do not export API to QFileDialog. Une only an internal private instance. Commit.
- New signal to dispatch event when new path is selected. Commit.
- Remove DK SC rules. Commit.
- Polish. Commit.
- Use Q_DECL_HIDDEN to unexport private classes. Commit.
- Polish. Commit.
- Factorization of Working PixMap in RWidgetUtils. Commit.
- Polish. Commit.
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
- Possible race condition: First set the variable and then notify threads. Commit.
- SliderSpinBoxes: bugfixes. Commit.
- Fix find_dependency calls. Only maximum 2 arguments allowed, with the 2nd argument being the required version. Commit.
- Fix KDE dependencies list. Commit.
- Add new signal to handle file dialog open event. Commit.
- API doc. Commit.
- Introduce a simple selector widget to handle local file/path only to replace KUrlRequester. Commit.
- Polish API. Commit.
- Polish. Commit.
- Polish API. Commit.
- Polish API. Commit.
- Polish. Commit.
- Fix installation of libkdcraw_export.h. Commit.
- Fix headers for tests. Commit.
- Fix install and compile. Commit.
- - set CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE to OFF. Commit.
- Slight cleanup + set build interface include path. Commit.
- Polish. Commit.
- Do not use hardcoded pixmap size for icon. Commit.
- Use qicon instead of qpixmap to keep scaling in one place instead of hardcoding scaling everywhere. Commit.
- (c) 2015. Commit.
- Logging category to libkdcraw. Commit.
- Install it into the right directory :). Commit.
- Correct the installation path. Commit.
- Also include the ecm file for the icon installation. Commit.
- Fix installation of the icons. Commit.
- Install profiles... icons to be done. Commit.
- Miss to commit these change in API to compile fine digiKam. Commit.
- Polish. Commit.
- Install rawfiles.h. Commit.
- Fix deprecated. Commit.
- Install rwidgetutils.h. Commit.
- Soem widgets to compose GUI quickly. Commit.
- Install rules at end. Commit.
- Polish. Commit.
- Reduce KF5 dependancies. Commit.
- RJobCollection is now a map of job/priority instead a simple list. Commit.
- Fix path. Commit.
- Correct the find_dependency to the correct package names and including only those that are public. Commit.
- Pure Qt5 and Kf5 port. Commit.
- Polish. Commit.
- Polish. Commit.
- No need to export these widgets, they still private. Commit.
- Add missing files. Commit.
- Libkdcraw :. Commit. Fixes bug #284216
- API doc. Commit.
- When job is destructed, call cancel by default. Commit.
- Port ++. Commit.
- Port++. Commit.
- Diable libraw compiler warnings about deprecated C++ pointers. Commit.
- Polish. Commit.
- We don't need to pass parent. Commit.
- Add file dialog selection to get RAW file to process. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- No need to send RActionJob instance in signal to RactionThreadBase. Commit.
- Add option to set core to use while processing, based on RIntNumInput. Commit.
- Kdelibs4support. Commit.
- Polish. Commit.
- Fix namespace. Commit.
- Use libkdcraw debug space. Commit.
- Obsolete. Commit.
- Introduce libkdcraw debug space. Commit.
- Polish. Commit.
- Fix namespace to export. Commit.
- Only build tests sub-dir if BUILD_TESTING is on. Commit.
- Compile. Commit.
- Kdcraw -> libkdcraw. Commit.
- Libkdcraw_version.h is located in the top level binary dir. Commit.
- Version.h file must be managed with top level flag from digiKam SC. Commit.
- Add top level flag name in case of compilation from digiKam Sotfware Collection. Commit.
- New method to reset default number of threads to use. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- We don't need threadweaver anymore. Commit.
- Right version to use. Commit.
- Use project name. Commit.
- Missing files. Commit.
- Fix memory mamnagement about jpbs to process. Commit.
- Use QRunnable and QThreadPool to manage ActionThreadBase and JobCollection instead to use ThreadWever. Commit.
- Fix test to process images and add missing signals. Commit.
- Port KUrl -> QUrl and fix unused warnings. Commit.
- Polish. Commit.
- Compile. Commit.
- Port Hrvoje's commit. Commit.
- Part 2: Port tests to Qt5 and new Threadweaver. Commit.
- Part1: Port libkdcraw to KF5 Threadweaver. Commit.
- Make sure libraw libraries are marked as private. Commit.
- Fix header. Commit.
- Use new connect api. Commit.
- USe KLocalizedString. Commit.
- Fix CMakeLists.txt. Commit.
- Fix includes. Commit.
- Polish. Commit.
- Also align alias. Commit.
- Standardise names. Commit.
- Fix camelcase headers destination. Commit.
- Find all public dependancies. Commit.
- Fix CMake exports. Commit.
- Fix export. Commit.
- Use correct var. Commit.
- Sync with KDE4 branch. Commit.
- All compile excepted ThreadWeaver based classes. Commit.
- Port ++. Commit.
- Port ++. Commit.
- Polish. Commit.
- Port ++. Commit.
- File not used. Commit.
- Restore. Commit.
- Mv and polish. Commit.
- Polish. Commit.
- Mv and polish. Commit.
- Store this file in dedicated subdir. Commit.
- Rm. Commit.
- Polish. Commit.
- Why these files have been removed ?. Commit.
- Sync with KDE4. Commit.
- Fix QComboBox include. Commit.
- Fix find_package() for KF5 components. Commit.
- Try to make it compile. Commit.
- Include threadweaver explicitly. Commit.
- KIcon loading. Commit.
- KUrl -> QUrl. Commit.
- Don't explicitly inlcude mocs. Commit.
- Allow cast from ascii (for now). Commit.
- Fix forward declare. Commit.
- Port catalog loading. Commit.
- Include kdraw directory. Commit.
- Update installation. Commit.
- Find LibRaw. Commit.
- Port to frameworks style folder structure. Commit.
libkdegames [Show]
- Use QStringLiteral. Commit.
- Fix Whitespace. Commit.
- KScoreDialog: Mimic the behaviour of the kdelibs4 times. Commit.
- Move the private member to the Private class. Commit.
- Fix whitespaces. Commit.
- Fix typo in comment. Commit.
- Add high DPI support to declarative games. Commit. Code review #122869
- Bump so-version from 6 to 7. Commit.
- Remove KExtHighscore classes. Commit. Code review #124392
libkexiv2 [Show]
- Revert to requiring libexiv 0.24 instead of 0.25. Commit.
- Obsolete. Commit.
- Polish. Commit.
- Cleanup. Commit.
- Backport commit #d54047f3d2a2b7fa18237664f79d90424b531e91 from git/master to frameworks branch. Commit.
- Apply patch to support MSVC utime. Commit. Code review #125594
- Cleanup. Commit.
- Polish. Commit.
- Backport commit #70eda3c81743379539bf8ba79e822edd1140e55c from got/master to frameworks branch. Commit.
- Bump Exiv2 shared lib version to last 0.25.0 due to huge bug report due to video parsing crash with Exiv2 0.24.0. Commit. Fixes bug #340373
- Fix install. Commit.
- Remove DK SC rules. Commit.
- Backport commit #eb371412c6f05802a8f8af0ae9a77676b8f5605a from git/master to frameworks branch. Commit.
- Bug fix : the XMP tags list handling do not respect C++ exception catch. Only a main catch is done so if one namespace do not exist in case of use an older Exiv2 version, no XMP namespace is returned. Commit.
- As Gilles indicated, no more translations, so KI18n is not needed. Commit.
- Fix build. We are using the Framework I18n library. Commit.
- There is no more string to translate here. Commit.
- Move all libkexiv2 widget into digiKam core as MetadataEdit tool is now moved from kipiplugins to digiKam. Commit.
- Use Q_DECL_HIDDEN to unexport private classes. Commit.
- Backport commit #bdb949cabb0fcfa44c4b1f0a7198d8b0e76aa289 from git/master to frameworks branch. Commit.
- Register XMP video namespace. Commit.
- Backport commit #937af95156e09e0c6080a52c8c51b8a56b8f4284 from git/master to frameworks branch. Commit.
- Fix SCG country name. Commit. Fixes bug #351404
- Backport commit #4350f5146525d0a78664d918c5b918506f72e066 from git /master to frameworks branch. Commit.
- Add XMP video time stamp tags to handle video files date from metadata. Commit. Fixes bug #351142
- Polish. Commit.
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
- Backport commit #01c9cb4e62efd2211680a87db6e1a422a2b8186b from git/master to frameworks branch. Commit.
- Fix find_dependency calls. Only maximum 2 arguments allowed, with the 2nd argument being the required version. Commit.
- Lib links to KF5CoreAddons, make sure it is searched. Commit.
- Backport commit #8498b1b0820d4070030f3118159d8674f0dbd0e4 from git/master to frameworks branch. Commit.
- Port ++. Commit.
- Slight cleanup + set build interface include path. Commit.
- Display the full path in debug output. Commit.
- Qt5 like API. Commit.
- (c) 2015. Commit.
- Rename logging category to libkexiv2. Commit.
- Polish. Commit.
- Missing API from KDE4. Commit.
- Missing file. Commit.
- Move rule to install data in dedicated cmake script. Commit.
- Fix location for libkexiv2_version.h. Commit.
- Move install file rules at end for better readability. Commit.
- Typo. Commit.
- Less KF5 dependancy. Commit.
- Pure Qt5 and pure KF5. Commit.
- Port++. Commit.
- Port++. Commit.
- Port ++. Commit.
- Correct the package names for the find_dependency. Commit.
- Port++. Commit.
- Polish. Commit.
- Port++. Commit.
- Disable compiler deprecated warnings about Exiv2 C++. Commit.
- Add pragma PORT QT5. Commit.
- Backport commit #df4f4dc2e4c8c3182981c636b5797181d61934e5 from git/master. Commit.
- Fix target include so we can compile kipiplugins too. Commit.
- Remove kdelibs4support requirement, needs still to port casting. Commit.
- Remove not necessary includes. Commit.
- Minor. Commit.
- Use camelcase prefix for generation of camelcase headers, allows building as a part of digikam sc. Commit.
- Move installation of version file to main cmakelists where it's created. Commit.
- Use libkexiv2 as a basename for export header to fix compilation. Commit.
- Add a note about include hack. Commit.
- Add current_binary_dir to includes to locate the export header properly. Commit.
- Fix include paths in cmakelists. Commit.
- Polish. Commit.
- Canonize Kexiv2 -> KExiv2. Commit.
- Fix namespace. Commit.
- Use libkexiv2 debug space. Commit.
- Introduce new libkexiv2 debug space. Commit.
- Polish. Commit.
- Fix namespace to export. Commit.
- Only build tests sub-dir if BUILD_TESTING is on. Commit.
- Kdexiv2 -> libkexiv2. Commit.
- Rename the export class to match the current naming. Commit.
- Libkexiv2_version.h is located in the top binary dir. Commit.
- Version.h file must be managed with top level flag from digiKam SC. Commit.
- Add top level flag name in case of compilation from digiKam Sotfware Collection. Commit.
- Polish. Commit.
- Se private and public export of library. Commit.
- Right version to use. Commit.
- Use project name. Commit.
- Fix header. Commit.
- Make lib shared. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- This file is not used. Commit.
- Move to templates subdir. Commit.
- Polish. Commit.
- Polish. Commit.
- Fix version. Commit.
- Move xml file to data dir. Commit.
- Bump API id and polish. Commit.
- Add. Commit.
- Obsolete. Commit.
- No need. Commit.
- Polish. Commit.
- Qt5 ++. Commit.
- Polish. Commit.
- Polish. Commit.
- KStandardDirs ==> QStandardPaths. Commit.
- Polish. Commit.
- Polish. Commit.
- Move KExiv2Data implementation to a dedicated .cpp file. Commit.
- Polish. Commit.
- Constify and polish. Commit.
- Polish. Commit.
- Constify and polish. Commit.
- Bump and fix ABI/API version ID for KF5. Commit.
- KUrl ==> QUrl. Commit.
- KUrl ==> QUrl. Commit.
- Polish. Commit.
- Version.h ==> kdexiv2_version.h. Commit.
- Sync implementation with KDE4 branch. Commit.
- Remove KHTL dependency. Commit.
- Polish and set minimum dependencies to compile fine. Commit.
- Increase version. Commit.
- Use new connect api. Commit.
- Fix install cmakeconfig. Commit.
- Port to new connect api. Commit.
- Port to new connect api. Commit.
- Make it compile. Commit.
- Port to QLineEdit. Commit.
- Kdelibs4support--. Commit.
- Kdelibs4support--. Commit.
- Port KListWidget. Commit.
- Fix includes. Commit.
- Reactivate test. Commit.
- Kdebug--. Commit.
- Install the headers and a working KF5KExiv2Config.cmake. Commit. Code review #119921
- Use modern macro. Commit.
- Make it compile. Commit.
- Clean up. use autogenerate export header. Commit.
- Rename to src. Commit.
- Start to create framework branch. Commit.
libkface [Show]
- Modules are required. Commit.
- OpenCV3 face is mandatory. Commit.
- Fix version strings. Commit. Code review #125881
- CMP0063 policy fix. Commit.
- Fix cmake warnings. Commit.
- Core DB implmeentation go to core subdir. Commit.
- Rename class. Commit.
- Rename class. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- Rename class. Commit.
- Rename XML file. Commit.
- Rename class. Commit.
- Rename file. Commit.
- Remove obsolete comments in db xml config file. Commit.
- Rename. Commit.
- No translations. Commit.
- No i18n anymore. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- Update. Commit.
- Remove all error strings and replace by error codes. Commit.
- We don't need i18n for test application. Commit.
- Port++. Commit.
- Polish. Commit.
- Fix install. Commit.
- Remove DK SC rules. Commit.
- Bacport commit #f6b0cc635b39b7f894891ee3d55031523ce9378b. Commit.
- Fix pedantic warning reported by GCC. Commit.
- Backport commit #a53bcebbfc4e6c42ee73adddc41f8c2f8f8f39c8 from git/master to frameworks branch. Commit.
- Use same OpenCV logic than digiKam and kipi-plugins. Commit.
- Polish. Commit.
- Add rules if not right OpenCV version is found. Commit.
- Bump version about OpenCV3 support. Commit.
- Apply patch #94414 to support OpenCV3. Commit.
- Fix CR #1316721. Commit.
- Fix CR #1316721. Commit.
- Fix CR #1317050. Commit.
- Fix CR #1317050. Commit.
- Polish. Commit.
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
- Fix camelcase header place. Commit.
- Backport commit #916b00af31981a0729e05a92ae212f05279e730f from git/master to. Commit.
- Slight cleanup + set build interface include path. Commit.
- (c) 2015. Commit.
- Logging category to libkface. Commit.
- Fix typo. Commit.
- Include all include directories. Commit.
- We need the right dependency here. Commit.
- Polish. Commit.
- Install rules at end. Commit.
- We only use KF5::I18n as dependancy. Commit.
- Compile without KIO now. Commit.
- Pure Qt5 port. Commit.
- Port ++. Commit.
- Pure KF5 port. Commit.
- Port++. Commit.
- Compile. Commit.
- Preapre to port as pure KF5. Commit.
- Compile fine without this hack. Commit.
- Fix path. Commit.
- Port ++. Commit.
- Fix pragma. Commit.
- Add pragma PORT QT5. Commit.
- Port++. Commit.
- Port++. Commit.
- Port++. Commit.
- Kdelibs4support--. Commit.
- Fix forward declaration. Commit.
- Fix includes. Commit.
- Port to new connect api. Commit.
- Remove kde4support. Commit.
- QGraphicsItems can't be added anymore by providing the scene as a parameter, but they need to be added manually after construction. Commit.
- Fix some imported headers + install own headers to KF5/KFace/x. Commit.
- Polish. Commit.
- Fix namespace. Commit.
- Polish. Commit.
- Add missing includes. Commit.
- Wee don't need to use libkface debug here. Commit.
- Polish. Commit.
- Port ++. Commit.
- Port ++. Commit.
- Use libkface_version.h. Commit.
- Polish. Commit.
- Not needs. Commit.
- Compile. Commit.
- Port all cmake script. Commit.
- Port main cmake script. Commit.
- Only build tests sub-dir if BUILD_TESTING is on. Commit.
- Backport commit #c13558d7c55a60313aaaa563ac60b029416b5eb0 from git/master. Commit.
- Min version. Commit.
- Port to qdebug with log. But test doesn't compile yet. Don't understand why. Commit.
- Fix includes. Commit.
- Autogenerate export file. Commit.
- Test. Commit.
libkgeomap [Show]
- Fix unregistered meta type reported by Qt on the console. Commit.
- Backends: Fix build. Commit.
- Update Messages.sh. Commit.
- GroupStateComputer: cleanup. Commit.
- GroupStateComputer needs to be shared. Commit.
- Fix warnings. Commit.
- Polish. Commit.
- Fix linking due to last changes in libkexiv2. Commit.
- Fix broken compilation : version header not found. Commit.
- Fix build. Commit.
- Backends: Rename class BMLayer to BackendMarbleLayer. Commit.
- Rename files according to class names. Commit.
- Rename class KGeoMapWidget to MapWidget. Commit.
- Move class GroupStateComputer to separate files. Commit.
- Move KGeoMap_assert into kgeomap_common.cpp. Commit.
- Remove unused definition of QIntPair. Commit.
- Move files backend_map_*.cpp into subdirectory. Commit.
- KF5KGeoMap: Minimize the number of publicly linked libraries. Commit.
- Unexport class LookupAltitudeGeonames. Commit.
- Kgeomap_common.h: Add #include
which is directly required. Commit. - Backend_map.h: Keep only forward declaration for class QWidget. Commit.
- Demo: Link to all required libraries. Commit.
- Calibrator: Link to all required libraries. Commit.
- Kgeomap_common: Unexport helper function. Commit.
- Test_primitives_sources: Include source code which should not be exported from KF5KGeoMap. Commit.
- Use Q_DECL_HIDDEN to unexport private classes. Commit.
- Unexport class HTMLWidget which is only used internally. Commit.
- Polish. Commit.
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
- Missing headers to generate. Commit.
- Wrong dependency probably z xeird copy znd pzste. Commit.
- We need to link with marble astro library to prevent broken linking with client applications. Commit.
- Adjust to the latest changes in Marble when build against Qt5 and adjust the find_dependency calls. Commit.
- Fix the build of the demo app. Commit.
- Backport commit #466675cf3d22fade0482f6e55d26664e01b76db3 from git/master to frameworks branch. Commit.
- Polish. Commit.
- Polishing. Commit.
- Fixing event listener. Commit.
- Fix dependencies. Commit.
- Remove KParts dependency. Commit.
- KMainWindow => QMainWindow. Commit.
- Missing dependency. Commit.
- Remove KHTML linking. Fix Qt depedencies. Commit.
- Google map shows correctly. Commit.
- Dropping KHTML. Commit.
- Missing header. Commit.
- Fix layout. Commit.
- Port++. Commit.
- Polish. Commit.
- Slight cleanup + set build interface include path. Commit.
- KF5::KHtml is a private link not public. Commit.
- (c) 2015. Commit.
- Logging category to libkgeomap. Commit.
- Add KGeoMap_Primitives. Commit.
- Also export the kgeomap_widget include file. Commit.
- Fix typo. Commit.
- Include all include directories. Commit.
- Ensure that we user KGeoMap everywhere for the config files. Commit.
- Port++. Commit.
- Not yet ready. Commit.
- I18n space for libkgeomap is already defined in top level. Commit.
- Port QPixmap::setAlphaChannel() to Qt5. Commit.
- Polish. Commit.
- Limit dependency to KF5. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- Use KGeoMap debug space. Commit.
- Fix the correction location for libkgeomap_version.h. Commit.
- Install rules at ends. Commit.
- Fix path. Commit.
- Fix pragma. Commit.
- Add pragma PORT QT5. Commit.
- Polish. Commit.
- Polish. Commit.
- Poer++. Commit.
- Fix warnings. Commit.
- Kdelibs4support is no longer needed, but brought probably by exiv2 compilation to the demo binary. Commit.
- Port to new connect api. Commit.
- Get rid of klibloader and K_GLOBAL_STATIC. Commit.
- QUrlQuery has to be constructed manually. Commit.
- QString::fromAscii -> fromLatin1. Commit.
- Remove qtest_kde use. Commit.
- Get rid of most of the kde4 support headers. Commit.
- Remove shipped export header and use the generated one. Commit.
- Drop KDE_IS_VERSION and kde4support headers. Commit.
- Port kfiledialog->qfiledialog. Commit.
- Port kdebug->qdebug. Commit.
- Remove kiconloader use and use qicon instead. Commit.
- Use KHelpMenu directly. Commit.
- Port to kaboutdata, qcommandlineparser. Commit.
- Port away from KHBox with convert-kvbox.pl, required some manual changes probably due to use of d-pointer. Commit.
- Rename KGeomap -> KGeoMap. Commit.
- Fix translate. Commit.
- Use QUrl::fromLocalFile() for locating local files. Commit.
- Fix tests. Commit.
- Use camelcase prefix for generation of camelcase headers. Commit.
- Move installation of version file to main cmakelists where it's created. Commit.
- Linking to kdecore removed from tests. Commit.
- KAction->QAction port. Commit.
- KUrl->QUrl port. Commit.
- Add CMAKE_CURRENT_BINARY_DIR to include lists, fix installing the header. Commit.
- Fix install paths for headers KF5/KGEOMAP/x -> KF5/KGeomap/x, fix demo app includes. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- Demo: don't use kurl instances to avoid compilation error in kconfiggroup. Commit.
- Port ++. Commit.
- Port ++. Commit.
- KF5KExiv2 is found now and demo can be compiled. Commit.
- Port++. Commit.
- Port ++. Commit.
- Port ++. Commit.
- Polish. Commit.
- Compile. Commit.
- We use BUILD_TESTING with KF5. Commit.
- Fix includes for tests. Commit.
- Update tests/CMakeLists.txt for frameworks. Commit.
- Fix some error in cmakelistst.txt. Commit.
- Try to make it compile. Commit.
- Fix includes for qt5. Commit.
- MACRO_OPTIONAL_FIND_PACKAGE -> FIND_PACKAGE. Commit.
- Dependencies ++. Commit.
- Obsolete widget. Commit.
- Link++. Commit.
- Link++. Commit.
- Link ++. Commit.
- Port ++. All compile but do not link yet. Commit.
- Port ++. Commit.
- Port ++. Commit.
- Port ++. Commit.
- KHTML 5.0.0 must be used instead 5.1.0 as minimum version. Commit.
- Fix namespace. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- Add find marble cmake script and fix local path to cmake. Commit.
- Introduce libkgeomap debug space. Commit.
- Port cmake. Commit.
- Only build tests sub-dir if BUILD_TESTING is on. Commit.
- Min version. Commit.
- Add requires. Commit.
- Launch script to adapt cmakelists.txt. Commit.
- Initial commit :). Commit.
libkipi [Show]
- Polish. Commit.
- Polish. Commit.
- Clean up. Commit.
- Config widget is now a simple list of tools configrable. Commit.
- Polish. Commit.
- Pure Qt5 implementation. Commit.
- Polish. Commit.
- Add new MetadataProcessor implementation based on libkexiv2 for tests code. Commit.
- Add new RawPRocessor implementation based on libkdcraw for tests code. Commit.
- Prepare to implement dedicated processors. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- We don't need i18n for test implementation. Commit.
- Polish. Commit.
- CMP0063 policy fix. Commit.
- Fix cmake warnings. Commit.
- Fix deprecated. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish API. Commit.
- Polish API. Commit.
- Polish API. Commit.
- Add exif orientation enum. Commit.
- Fix warning. Commit.
- Set default arg val. Commit.
- Polish API. Commit.
- Pass cancel flag to stop save operation. Commit.
- Polish. Commit.
- Compile. Commit.
- Add new hosts features : MetadataProcessor and SaveImages. Commit.
- Set default values. Commit.
- New method to get assynchronous preview with possible resizement. Commit.
- Using QObject as parent class will permit to use QPointer to encapsulate one instance and delete it automatically. Commit.
- New feature to share Raw decoder from kipi host application, including the Raw decoding settings from host. Commit.
- Synch preview extraction. Commit.
- We need minimum preview size as argument. Commit.
- New KIPI host feature to get image preview as QImage. Commit.
- Polish. Commit.
- Remove DK SC rules. Commit.
- Use Q_DECL_HIDDEN to unexport private classes. Commit.
- Fix CR #1317088 and #1316716 : uneccessary call. Commit.
- Polish. Commit.
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
- +x Messages.sh. Commit.
- Use ecm_install_icons()'s standard naming for icons. Commit.
- Install KIPI logos in share/kf5/kipi/pics/. Commit.
- Port++. Commit.
- Typo. Commit.
- Fix KDE dependencies list. Commit.
- KPageDialog -> QDialog. Commit.
- No need KIO in libkipi. Commit.
- Polish. Commit.
- Fix installation of libkipi_version.h. Commit.
- Fix compile and install. Commit.
- - No need to store libkipi_version.h outside of the src directory. Commit.
- Slight cleanup + set build interface include path. Commit.
- Merge the ui.rc files in .loca/share/kxmlgui/componentname rather the .local/share/componentname. A more elegent solution may be found, maybe the application itself shall create this folder. Commit.
- (c) 2015. Commit.
- Rename logging category to kipi.library, while plugins are using kipi.plugins. Commit.
- Polish. Commit.
- Drop kparts requirementas it is not required, thanks bshah for pointing out the kiowidgets requirement. Commit.
- Fix install path. Commit.
- No need cache path with QStandardPath. Commit.
- More debug message. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- Constify. Commit.
- Doc++. Commit.
- Polish. Commit.
- Polish. Commit.
- Pure KF5 port. Commit.
- Port++. Commit.
- Port§§. Commit.
- Pure Qt5 port. Commit.
- Port ++. Commit.
- Port ++. Commit.
- Port ++. Commit.
- Port++. Commit.
- Port++. Commit.
- Port++. Commit.
- Port++. Commit.
- Port++. Commit.
- Fix warnings. Commit.
- Port++. Commit.
- Port++. Commit.
- Port++. Commit.
- Port++. Commit.
- Port++. Commit.
- Port ++. Commit.
- Port ++. Commit.
- Port ++. Commit.
- Port ++. Commit.
- Sync with git/master. Commit.
- Install rules at ends. Commit.
- Already defined on top level. Commit.
- Fix path. Commit.
- Fix configure. Commit.
- Fix pragma. Commit.
- Add pragma PORT QT5. Commit.
- Polish. Commit.
- PORT++. Commit.
- Port++. Commit.
- Remove KDELibs4Support from heloo world plugin. Commit.
- Polish. Commit.
- Polish. Commit.
- Polish. Commit.
- Port++. Commit.
- Fix compile. Commit.
- Port ++. Commit.
- Port++. Commit.
- Port ++. Commit.
- Add new common method to check Qt image reader writer supported type mime. Commit.
- Port ++. Commit.
- Change libkipi API. methods which return QUrl must have url as name. Commit.
- Port++. Commit.
- Backport kipicmd CLI tool from kipi-plugins/tests and make it compile with KF5. Commit.
- Move code to dedicated sub-dirs. Commit.
- Polish. Commit.
- Use #pragma to indicate code to port. Commit.
- Port ++. Commit.
- Polish. Commit.
- Port ++. Commit.
- Fix deprecated. Commit.
- Rename file as cmake.in. Commit.
- Add comments. Commit.
- Fix includes. Commit.
- Remove kdelibs4support. Commit.
- Port to new connect api. Commit.
- Make it compile. It needs moc include in end of file because it's a plugins. Commit.
- Api doc fix. Commit.
- We don't need KComponentData anymore into plugin interface with Factory. Commit.
- Polish. Commit.
- Polish. Commit.
- Port ++. Commit.
- Polish. Commit.
- Fix namespace. Commit.
- Use kipi debug space. Commit.
- Use kipi debug space. Commit.
- Use kipi debug space. Commit.
- Port to new macro. Commit.
- Introduce libkipi debug space. Commit.
- Fix install icons. Commit.
- Polish. Commit.
- Allow to translate it. Commit.
- Remove it not necessary in kf5. Commit.
- Make it compile. Still need to port to QDialog. Commit.
- Port to QUrl. Commit.
- Port to QUrl. Commit.
- Fix includes. Commit.
- Remove kdemacro.h. Commit.
- Port to QAction. Commit.
- Kdelibs4support--. Commit.
- Fix namespace to export. Commit.
- Only build tests sub-dir if BUILD_TESTING is on. Commit.
- Polish. Commit.
- Fixing QIcon. Commit.
- Fix install export file. Now I can compile ksnapshot with libkipi. Commit.
- Make generate correct export macro file. Commit.
- Remove it. Commit.
- KIcon to QIcon. Commit.
- Libkipi_version is located in the top level directory. Commit.
- Version.h file must be managed with top level flag from digiKam SC. Commit.
- Add top level flag name in case of compilation from digiKam Sotfware Collection. Commit.
- Port to new connect api. Commit.
- Move libkipi/version.h to libkipi_config.h to hos SO version ID shared with kipi plugins. Commit.
- Minor. Commit.
- Polish. Commit.
- Compile. Commit.
- Compile. Commit.
- Polish. Commit.
- Move source to src sudbir. Commit.
- Fix path. Commit.
- Reduce minimum version to check. Commit.
- Make it compile. Commit.
- Allow to configure lib. Commit.
- Sync with master. Commit.
- Applying safe scripts. Commit.
libksane [Show]
- Polish. Commit.
- Disable implicit conversion from C-style strings to QString. Commit.
- KSaneWidgetPrivate: Fix untranslatable strings. Commit.
- Fix warning caused by policy CMP0063 introduced in CMake 3.3. Commit.
- Move ksaneviewertest to tests/. Commit.
- Rename file names accoring to kdelibs style. Commit.
- Rename dummy-hplip.cpp to i18n-hplip.cpp (more self-descriptive). Commit.
- Minimize public dependencies. Commit.
- Also allow sources containing "ADF" to trigger batch scanning. Commit. See bug #295119
- Remove pkgconfig configuration. Commit.
- Remove unused file libksane.lsm.cmake. Commit.
- Fix headers location. Commit.
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
- If libksane configuration is run as a slave from a top level project, it's better to see where libkface trace start and stop. Commit.
- Compile and link now. Commit.
- Print sane lib detection info. Commit.
- Sane lib must bot be visible in client application. Commit.
- Min requirement enough to compile. Commit.
- Minor optimization. Commit.
- Const'ref. Commit.
- Fix translate spinbox. Commit.
- Reindent. Commit.
- Minor clean. Commit.
- Increase version. Commit.
- Not necessary. Commit.
- Port to new connect api. Commit.
- Remove moc not necessary now. Commit.
- Translate. Commit.
- Increase version. Commit.
- Update version. Commit.
- Xmlgui not used; search for deps in the config file so skanlite doesn't have to. Commit.
- Printutils is no more. Commit.
- Remove KF5::PrintUtils linking. Commit.
- Use the new syntax for ecm_generate_headers(). Commit.
- Remove unused (and not found) include (since no kde4support). Commit.
- Kf5 version was fixed to 4.96.0 in kf5. Commit.
- Minor fixes and comments. Commit.
- Fix bug: reload device list button was not disabled during find devices. Commit.
- FindSaneDevicesThread::run(): rename local variable. Commit.
- Fix FIXMEs: button enabling/disabling and rename some widget variables to better see what they are used for. Commit.
- Introduce QDialogButtonBox because the setButtons(KDialog::User1...) etc. is not available anymore. Commit.
- Fix a FIXME. Commit.
- Comment. Commit.
- Class export fix. Commit.
- Remove old file. Commit.
- Installation fix. Commit.
- Src/CMakeLists.txt: fix wrong template code. Commit.
- KF5Sane installs. Commit.
- Rename back to ksane.h and adapt other files. Commit.
- Compiles and installs. Commit.
- Adapt CMakeLists.txt from frameworks_template, cmake works but does not compile. Commit.
- Add more from frameworks_template. Commit.
- Rename the sourcefolder from libksane to src. Commit.
- Add autotests from frameworks_template. Commit.
- Fix make install. Commit.
- Fix ksane_viewer_test. Commit.
- Many fixes because of removed KDE4 support BUT still major FIXMEs. Commit.
- Remove KDE4Support. Commit.
- Remove warnings. Commit.
- Port to frameworks: step 2: compiles and links. Commit.
- Port to frameworks: step 1: compiles (but does not link). Commit.
- Ignore local dev files. Commit.
lokalize [Show]
- Add sanity checks, fix build on osx. Commit. Fixes bug #355806
- Update packaging info, i hope that debian will cut kde4 dependencies from lokalize 15.12 now. Commit.
- More stringliterals. Commit.
- Fix more warnings. Commit.
- Fix clazy warnings. Commit.
- Add missing button box connections. Commit. Fixes bug #355702
- Bump required qt version to 5.5 because of QThreadPool::cancel(). Commit.
- Suggest default dir for tm scan in tm manager. Commit. Fixes bug #355681
- Fix build. Commit.
- Fix qt-only build (osx). Commit.
- Fix sourceFiles(). Commit. Fixes bug #355554
- Add missing space. Commit.
- Suggest user to show alttrans view when it has useful info. Commit.
- Bring back --project option. Commit. Fixes bug #347828
- Don't check presence of misspelled word in the source for en_GB. Commit. Fixes bug #336628
- Update markup regexp: include %1 %2 and so on. Commit.
- Safer processevents. Commit.
- With build with clang. Commit.
- Minor optimization. Commit.
- Make project model more resistant against exceptions. Commit. Fixes bug #352952
- Fix spellcheck. Commit.
- Debug output cleanup. Commit.
- Use KF5::Crash for DrKonqi support. Commit. Fixes bug #345324
- Ignore accelerators (&) when searching in files. Commit. Fixes bug #347239
- "When clicking right on a folder in the project summary and choosing Add to Translation Memory nothing happens". Commit. Fixes bug #348098
- *make linewrapping more similar to gettext. Commit.
- Cleanup debug output, get rid of unused params in job ctors. Commit.
- String optimizations. Commit.
- Fix crash on search under multicore systems. Commit. Fixes bug #354262
- REVIEW: 123434. Commit. Code review #123434
- BUG: 349427. Commit. Fixes bug #349427
- Fix minor static analyzer warnings. Commit.
- BUG: 348086. Commit. Fixes bug #348086
- BUG: 354175. Commit. Fixes bug #354175
- Build with hunspell win windows. Commit.
- Lookfor hunspell dicts in modern locations. Commit.
- Support building with hunspell on osx. Commit.
- Use QThreadPool::cancel() from Qt 5.5. Commit.
- Add support for statically built sonnet (tested on osx). Commit.
- Add 'Applications' to the version at Burkhard's claim. Commit.
- Update path, bump version and date. Commit.
- Add feature_summary. Commit.
lskat [Show]
- Fix lots of warnings (gcc and krazy), API doc fixes, clean up includes ... Commit. Code review #125906
marble [Show]
- MarblePart::openFile(): Create a working QUrl from the selected files. Commit. Fixes bug #355001
- Bring back support for Dr. Konqui. Commit.
- Some qBound vs. qreal fixes. Commit. Code review #125996
- Adjust Fountain color. Commit.
- Adding city wall (visible prominently e.g. in Nuremberg). Commit.
- Kremlins resemble a complex, not a building. Commit.
- Add Moscow. Commit.
- Improve multipolygon handling. Commit.
- Do not skip unclosed ways when removeAt alters subsequent indices. Commit.
- Improve way removal in multipolygons. Commit.
- Merge init() into c'tor. Commit.
- Let's avoid having street labels disappear suddenly close to. Commit.
- Decide early to not render stuff that is too small. Commit.
- Don't let the Lombardostreet disappear. Commit.
- Don't create further items from ways that are part of multipolygons. Commit.
- Somewhat nicer code for the polygon texture brush. Commit.
- Do the same kind of optimizations that were done in. Commit.
- Adding placemarks does not need a style reset. Commit.
- Avoid the costly full model traversal for label height determination. Commit.
- Cache the viewLatLonAltBox outside the loop. Commit.
- No need to sort the tiles, the list is sorted in the end. Commit.
- Remove intermediate proxy sort model (not needed). Commit.
- Move placemarkLayoutOrderCompare to GeoDataPlacemark. Commit.
- API change: Use QSharedPointer
instead of GeoDataStyle(*). Commit. - Use new mapnik highway colors. Introduce residential highway. Commit.
- Include cleanup. Commit.
- Code cleanup in GeoPainter::drawPolygon:. Commit.
- F-up to 707de86: Fix runtime trace display in dev dialog. Commit.
- Fix memory leak: Do not assign a temporary untracked line string. Commit.
- Fix memory leak: When removing last unused polygon, delete it. Commit.
- Fix memory leak: Delete plugin runner and parsing task instance. Commit.
- Fix memory leak: Delete private class instance and loaded map theme. Commit.
- Change QT_IMPORTS_DIR to also cover false and NOTFOUND. Commit. Code review #125880
- Actually render the text in the MapThemeDownloadDialog. Commit.
- Add MarbleQuickItem::centerOnCoordinates(). Commit.
- Work around a possible bug (extreme slowness) in Qt. Commit.
- Fix memory leak. Commit.
- Label color should match line color. Commit.
- Fix incorrect spelling of variables. Commit. Code review #125807
- More Silicon Valley. Commit.
- Define QT_NO_VERSION_TAGGING. Commit.
- Less heavy state saving / restoring. Commit.
- Reset only the transform changes (keep original transform, if any). Commit.
- Save/store only the transform, not the full state. Commit.
- Marble on Maemo isn't supported with Qt5 anymore. Commit.
- Render tourism=alpine_hut. Commit.
- Improve width of water styling. Commit.
- Use label style color in line string item. Hide track labels. Commit.
- Add alpinehut icon. Commit.
- Improve styling of level 13, 15. Commit.
- "Backport" QPolygonF::subtracted workaround to GeoPainter::drawPolygon(). Commit.
- Make sure relations are extracted as well. Commit.
- Extract natural=water in ways and multipolygons. Commit.
- Separate OSM place placemark styles from other city placemark styles. Commit.
- Render all OSM placemark labels centered. Commit.
- Render mountain peaks. Commit.
- Draw text below the icon in center alignment. Commit.
- Use a set instead of vector for performance reasons. Commit.
- Cache the scaled icon as well to improve performance. Commit.
- Add Feldberg (Black Forest, Germany). Commit.
- Add Twickenham, the home of England rugby. Commit.
- Render suburb POIs at level 13 and higher. Commit.
- Extract suburb POIs. Commit.
- Adding man_made=bridge (and hence the Golden Gate Bridge). Commit.
- Add Tokyo, Bangkok, Paris. Commit.
- Add Venice and Florence. Commit.
- Memleak fix and cleanup in GeoGraphicsPolygonItem::screenPolygon(). Commit.
- Workaround for a Qt bug inside QPolygonF::subtracted():. Commit.
- Add Athens and Hamburg. Commit.
- Add a refresh option to re-download cached OSM base files after n days. Commit.
- Add some more seldom building types. Commit.
- Do not render duplicated OSM placemarks several times. Commit.
- QT5BUILD is not used anymore, do not rely on it. Commit.
- Separate file load and display tile level, report the latter. Commit.
- Fix tile zoom level information when all texture layers are disabled. Commit.
- Improve holes in buildings. Commit.
- Drill holes into buildings where needed. Commit.
- Added merging for unclosed ways in OsmRelation. Commit. Code review #125740
- Fix crash when parsing fails. Commit.
- Mark Qt5 libs as required. Commit.
- Remove support for Qt 4. This will affect Applications/15.12 onwards. Commit.
- Add Berlin. Commit.
- Simplify buildingOffset() code ... Commit.
- Fake3D instead of accurate3D for the full level 17. Commit.
- This was reinventing the wheel. Commit.
- Don't crash in certain zoom operations when all texture layers are off. Commit.
- Approxinately 50% speed increase for level 17 and for. Commit.
- Better zoom with the mouse wheel for maps with the discrete tag and addeda new empty map theme for developers. Commit. Code review #124834
- Patch by Sergey Popov:. Commit.
- 'content-length' seems to work better across python versions. Commit.
- Download missing files. Improve status output. Add cache directory. Commit.
- Adding Department Store icon and preparing Sergobots next task. Commit.
- Increase least width of all major highways. Commit.
- Performance improvement: Don't create paths or fontmetrics that. Commit.
- Add automatically assigned detail levels to each node. Commit.
- Keep order of items with equal z-value. Commit.
- Revert "Revert "Avoid z value sorting where possible"". Commit.
- Revert "Avoid z value sorting where possible". Commit.
- Add Roma and Praha. Commit.
- Bump version to 1.0.0/3 (first public Android release). Commit.
- Add a fullscreen mode. Commit.
- Text fine-tuning. Mark for translation. Commit.
- Include right/bottom border. Commit.
- Add less important highways to level 15. Commit.
- Having fun on the sports_centre, in the swimming pool and playing golf ... Commit.
- Add Las Vegas, San Francisco, fix New York syntax. Commit.
- Avoid tr() calls when hashing. Commit.
- Take care of minimum tile level. Commit.
- Specify encoding. Commit.
- Add vector tile creator Python script. Commit.
- Fix discrete tile level calculation. Commit.
- Don't set a name on railways. Commit.
- Avoid z value sorting where possible. Commit.
- Reduce spatial cache size. Commit.
- Mouse shape needs no adjustment during animation. Commit.
- Spare another function call during comparisons while sorting. Commit.
- Replace costly O(n*n) implementation with O(n log n) approach. Commit.
- Do not render duplicate osm linear rings and polygons (2nd attempt). Commit.
- Avoid needless and costly p() and reinterpret_cast calls. Commit.
- Use a set of discrete tile levels 13, 15, 17 for now. Commit.
- Extract population value of places. Commit.
- Support a set of tile levels as an alternative to a min..max range. Commit.
- Don't crash when removing a document from the cache inside. Commit.
- Add all those shops which don't have a specific icon. Commit.
- Load vector tiles as soon as they INTERSECT the extended viewport. Commit.
- Revert "Do not create duplicate OSM items". Commit.
- Revert "OSM ids for ways are not unique after tile cutting". Commit.
- Do not insert dummy documents into the tree model. Commit.
- OSM ids for ways are not unique after tile cutting. Commit.
- Do not create duplicate OSM items. Commit.
- Render cathedrals as well. Commit.
- Hide more ghosts. Commit.
- Add water tower and container buildings. Commit.
- Bump version to 0.0.4/8 for Marble Maps. Commit.
- Move render performance layer below overview map / search field. Commit.
- Add a (hidden) dialog with developer settings in Marble Maps. Commit.
- I feel flattered, but I'm not the mapnik guy really ;-). Commit.
- Add winter season tree styling. Commit.
- Natural=water is a water area. Commit.
- Adding trees for the winter. Commit.
- Optipng. Commit.
- Autumn styling for trees based on date and location. Commit.
- Add autumn trees. Commit.
- College, school, university, hospital can be POIs and also areas. Commit.
- Add gate and liftgate barrier symbols. Commit.
- Proper fix for regression introduced with the MinimumTileLevel. Commit.
- Add a style for wall barriers. Commit.
- Hide postal boundaries and disused/closed/abandoned highways. Commit.
- Extract cycle ways. Commit.
- Const'ify *::presetStyle(). Commit.
- Default OSM web editor is now iD, rename user visible strings. Commit.
- Show the "Edit Map" action in all current osm based map themes. Commit.
- Quazip is not used anymore. Commit.
- License name has changed. Commit.
- Register .kmz extension on Windows. Commit.
- Fix temp path creation on Windows. Improve error reporting. Commit.
- Remove debug spam. Commit.
- Partly revert 87394d1. The license is used in the about dialog. Commit.
- Performance improvement:. Commit.
- Quick and dirty tunnel handling ... Commit.
- Make Alcatraz a better place to live in:. Commit.
- Adding trees. There are two variants: the official one (tree-16). Commit.
- Performance Improvement: Reduce expensive gdInv() calls for map themes. Commit.
- Fix visual regressions of vector tile street rendering. Commit.
- Add MSVC visibility export macros for the new declarative library. Commit.
- Provide install location on Windows. Commit.
- Compile with MSVC2010. Commit.
- Explicit lambda return type (MSVC). Commit.
- MSVC chokes on QStringLiteral macro as a default parameter. Commit.
- Download maps feature now works on Windows. Commit.
- OpenStreetMap level zero tile licensed under the Public Domain. Commit.
- Adding the license for the Behaim globe dgml file. Commit.
- Regression Fix: Moving the mouse in the area around the globe. Commit.
- Don't clear the style since GeoDataFeature::setVisualCategory() already sets a valid one. Commit.
- Fix camel casing. Commit.
- Regression fix: Adding street outlines for the vector osm. Commit.
- Simplify. Commit.
- Move sgp4 to 3rdparty folder. Commit.
- Support extracting .zip files in newstuff (e.g. 'Download Maps'). Commit.
- Search for zlib. Use system one if available, otherwise the internal. Commit.
- Add zlib 1.2.8 to be able to have zlib as an optional dependency. Commit.
- First alpha version of the Behaim Globe Android app. Commit.
- Clarify license of the DGML files. Commit.
- Use zip compressed osm xml files to reduce download size. Commit.
- Replace quazip dependency with new internal zip reader. Commit.
- Work around a problem extracting zip header info. FIXME revisit. Commit.
- Integrate qzip related classes. Commit.
- Add files from http://code.qt.io/cgit/qt/qt.git/plain/src/gui/text/. Commit.
- Improve text rendering along curved streets. Commit.
- Use the refactored osm parser, remove the old one. Commit.
- Render icons on top of area polygons as well. Commit.
- Render parking spaces like parking lots but without an icon. Commit.
- Render landuse=grass. Commit.
- Set POI icon styles on buildings. Commit.
- If the style provides an icon, draw it on top of buildings. Commit.
- Prefer the operator name for car sharing and ATM rendering like mapnik. Commit.
- Do not put an icon (path) into icon style by default. Commit.
- Use a faster data structure for area tag lookup (O(n) => O(1)). Commit.
- Add a simplified osm xml parser (not yet active). Commit.
- Move area tags to osm preset library class. Commit.
- Render public transport platforms. Commit.
- Extract social_facility building type as building. Commit.
- If no building height is given, estimate it from the number of levels. Commit.
- Render railway=razed for railway archeologists. Commit.
- Allow for specifying a bbox in "Custom" server layout. Commit.
- Use a larger cache area. Commit.
- Restore previous implementation of result passing. Commit.
- Fix crash when building geometry is a linear ring. Commit.
- Show vector tiles on screen after downloading them. Commit.
- API change in ParsingRunner: Synchronous calls. Commit.
- Use a gray color for accurate coastlines. Commit.
- Add license tag to behaim map theme. Commit.
- Allow querying/changing boolean map theme properties (~legend). Commit.
- Allow changing plugin settings from QML. Commit.
- Allow type conversions when changing a setting. Commit.
- Instantiate FormattedTextWidget via Qt Designer, not via C++. Commit.
- Add zoom and inertialGlobeRotation properties. Commit.
- 'TODO' is done. So, removing it. Commit. Code review #125396. Fixes bug #300161
- Fix copy and paste oversight. Commit.
- Version bump to 0.22.20 (0.23 development version). Commit. Fixes bug #352824
- Fix build in Kubuntu and Debian where headers are in /usr/include/quazip and library is called quazip-qt5. Commit.
- Removing OSM POI icons. Commit.
- Replacing plain blue osm level zero tile with actual data. Commit.
- Reduce Marble package size by shrinking the osm tour:. Commit.
- Adding the oldest existant globe of the earth: The Behaim globe. Commit.
- Improve vector tile cache: Dynamic size, hit/miss on viewport. Commit.
- Introduce scale() and scaled() methods for latLonBoxes. Commit.
- Routing layer must be informed of internal view context changes. Commit.
- Provide a proper runtime trace description for all layers. Commit.
- Allow overriding Qt designer plugins install dir. Commit. Code review #125299. See bug #348554
- Use QStringLiteral for QFont. Commit. Code review #125011
- Libmarbledeclarative: Fix build when Qt5Positioning is not available. Commit.
- Treat Regression: Add a maximum tile level so that Marble. Commit.
- Fix compile with QT_STRICT_ITERATORS. Commit.
- Use Q_DECL_HIDDEN to unexport private classes (part 2). Commit.
- Use Q_DECL_HIDDEN to unexport private classes. Commit.
- Remove dolphin's .directory files. Commit.
- Added texture rendering for cemeteries. Commit.
- Do not try to build the dbus adapter on Android. Commit.
- Enable experimental vector osm theme in Android by default. Commit.
- Disable python bindings as long as there is no maintainer. Commit.
- Added spaces in copyright declaration for uniformity. Commit.
- Consider both texture and vector tile layers in current tile level. Commit.
- My home is my castle. Commit.
- Provide icons for all religions. Commit.
- Set the ANDROID define manually to work with older ECM versions. Commit.
- Cleanup Android build and make compatible with ECM. Commit. Code review #125176
- Add more OSM tags and icons. Commit.
- Prefer Q_OS_ANDROID over ANDROID. Commit.
- Add library and peak symbol for vector osm. Commit.
- Do not set VERSION/SOVERSION on Android. Commit.
- Texture rendering for cliffs. Commit.
- Adding bus_station and car_share. Commit.
- Remove debug spam. Commit.
- Rename confusing variable names. Commit.
- Rename GeoSceneVectorTile to GeoSceneVectorTileDataset. Commit.
- Rename GeoSceneTextureTile to GeoSceneTextureTileDataset. Commit.
- Rename GeoSceneTiled to GeoSceneTileDataset. Commit.
- Improve street label performance. Commit.
- Add subway entrance icon. Commit.
- Do not set SOVERSION names on Android. Commit.
- Use less trigonometric method calls. Commit.
- Fix hillshading (f-up to 1cb2536). Commit.
- Add a minimumTileLevel parameter for dgml files, defaults to 0. Commit.
- Wmflabs server does not support https. Fixes hillshading layer. Commit.
- Improve/activate railway rendering. Might need further tweaks. Commit.
- Render narrow gauge rails. Commit.
- Extract unnamed railways. Commit.
- Minor OSM bugfixes. Commit.
- Do not change to vectorosm yet. Commit.
- Add piers. Commit.
- Improve rendering of steps. Commit.
- Fix for graveyards not rendering. Commit.
- Build fixed again. Sorry!. Commit.
- Build fixed. Commit.
- Improve rendering of small paths. Commit.
- Correct enum order (values are used for comparisons). Commit.
- Texture rendering for graveyards. Commit.
- ++landuse and more green. Commit.
- Also extract unnamed ways. Commit.
- Texture rendering for vineyards. Commit.
- Fix compilation. Commit.
- Enabling more OSM landuse areas. Commit.
- Texture rendering for orchards. Commit.
- Texture rendering for military danger areas. Commit.
- More fixes for OSM amenity and transportation places. Commit.
- Rename desktop file. Commit.
- Add debug option to toggle the visibility of the. Commit.
- Fix painter save/restore logic (follow-up to c89e8ed). Commit.
- Transparent fill for zoo area. Commit.
- Add Comment entries, distinguish Qt/KDE versions via their name. Commit. See bug #333838. See bug #327405. Fixes bug #351972
- Add a .desktop file for marble-maps, limit installation. Commit. Fixes bug #333838. Fixes bug #327405
- Remove .desktop files and do not install now outdated applications. Commit. See bug #333838. See bug #327405
- Disable Tram/Cablecar rendering until the rendering issues are sorted out. Commit.
- Texture rendering for scrubs. Commit.
- Texture rendering for glaciers. Commit.
- Texture rendering for wetlands. Commit.
- More amenities: post office, post boxes, etc. ... Commit.
- Use building height for 3D rendering (where available). Commit.
- Ensure MarblePlacemarkModel* type is registered with Qt. Commit.
- Do not install additional osmcarto license. Commit. Code review #125132
- Remove null image warnings and show bus stops. Commit.
- Add more OSM shop enums (+icons). Commit.
- - Add osmcarto symbols for OSM placemarks. Commit.
- Work with older Qt versions than 5.5. Commit.
- Do not use an outline if its color equals the fill color. Commit.
- Do not apply set operations out of the viewport (render area). Commit.
- Fix init order. Commit.
- Cache the texture image. Commit.
- Texture rendering for beach. Commit.
- Non-building areas are not elevated. Commit.
- Render playground areas. Commit.
- Render textures in OSM vector tiles. Commit.
- Set encoding. Commit.
- Add an (experimental) vector tiling OSM theme. Commit.
- Optipng. Commit.
- Calculate highway width based on tags. Commit.
- Add missing patterns of the osmcarto style. Commit.
- Patterns from the osmcarto style. Commit.
- Use a smaller width for highways. Commit.
- Extract more building types. Commit.
- Avoid crashes when passing thread boundaries. Commit.
- Do not crash when removing a feature that is not part of the tree. Commit.
- Center on waypoints when selecting them. Commit.
- Hide search results when clearing search. Commit.
- Remove unused methods. Commit.
- Use a placemark (named coordinate) for the current location. Commit.
- Pure qt5. Commit.
- Add improved routing turn icons. Commit.
- Fix commit 0aefbaf, which caused no plugins to be found at runtime. Commit.
- Follow-up to 1db330f. Commit.
- Revert "Temporarily remove navigation mode from the UI for next release". Commit.
- Bump version to 0.0.3 (7) for next Android release. Commit.
- Clear all search results when adding one to the route. Commit.
- Only add current position as route departure if it is known. Commit.
- Use a '+' icon for departure and via points. Commit.
- Clear old search results before starting a new search. Commit.
- Use the line height of the font, not a fixed guess. Commit.
- Tweak margins and sizes. Commit.
- Provide a suggestion how to calculate a route if there is none. Commit.
- Don't cut off text in search results, elide in the middle. Commit.
- Fix z-order of border image. Commit.
- Bump version to 0.0.3 (6) for next Android release. Commit.
- Temporarily remove navigation mode from the UI for next release. Commit.
- Clear search result placemarks. Commit.
- Change width of SearchField. Commit. Code review #124669
- Do not append via points, insert them where it fits. Keep their data. Commit.
- Show search results non-fullscreen. Commit.
- Invalidate cached address when placemark changes. Commit.
- Improve waypoint order manipulation. Commit.
- Use main routing button on map also in dialogs. Commit.
- Do not replace search term with search result name. Commit.
- Add a highlight property that uses different colors ('default' button). Commit.
- Improve one-line address formatting using OSM fields. Commit.
- Move license item from right screen anchor to left. Commit.
- Extract more fields from OSM. Commit.
- Use screen-fixed dialogs for search results and waypoints. Commit.
- Fix repeated initialization check (huge performance increase). Commit.
- Change qWarning to mDebug. Happens quite often in typical data. Commit.
- Add a generic placemark icon. Commit.
- Add Android routing waypoint icons. Commit.
- Keep placemark information. Commit.
- Add an insert overload that takes a placemark. Commit.
- Use nominatim display_name field to set the address. Commit.
- Export address as property. Commit.
- Add notify signal for count property. Commit.
- Rename for clarity. Commit.
- Remove dead code. Commit.
- Remove dead code. Commit.
- Rename for clarity. Commit.
- Join all route related information and actions in route dialog. Commit.
- Remove navigation instruction list. Commit.
- Move waypoint actions to delegate items. Commit.
- Ensure a repaint when route has been retrieved. Commit.
- Adjust zoom when moving to current position. Commit.
- Remove dead code. Commit.
- If the name is empty, fall back to address or coordinate display. Commit.
- Remove delete route action, route editor has the same functionality. Commit.
- Adding navigation basics to Marble Maps. Commit. Code review #124808
- GSoC: Implemented decorations and street label placement for OSM Vector rendering. Commit. Code review #124511
- Keeping OsmPlacemarkData synchronized with geometries while editing. Commit. Code review #124570
- Added the missing OsmRelationManagerWidget.ui to the cmakelist. Commit.
- Integrates the OsmTagEditorWidget and OsmRelationManagerWidget to the annotate editors. Commit. Code review #124781
- Introduces custom relation editing to placemarks within the AnnotatePlugin. Commit. Code review #124822
- Introduces the OsmTagEditorWidget. Commit. Code review #124780
- Adds custom relation support to the OsmPlacemarkData class. Commit. Code review #124820
- Do not overlap license float item and position button. Commit.
- Moving the OsmObjectManager from the OsmPlugin. Commit. Code review #124817
- Revert "Adding navigation basics to Marble Maps". Commit.
- Revert "Fix unfinished merge". Commit.
- Revert "Fix syntax". Commit.
- Fix syntax. Commit.
- Fix unfinished merge. Commit.
- Optipng. Commit.
- Adding navigation basics to Marble Maps. Commit. Code review #124808
- Added stacking and interactive waypoints to Marble Maps. Commit. Code review #124666
- Introducing the OsmPresetLibrary class. Commit. Code review #124672
- Increase version code. Commit.
- Move libastro in front of libmarblewidget. Commit.
- Fixes a failed test in TestGeoDataWriter ( bad comparation of double variables ). Commit.
- Changed tests to fit with the new extended data writing order. Commit.
- KML writer/handlers for OsmPlacemarkData objects. Commit. Code review #124522
- Gsoc: additional accesors and function name refactoring for the OsmPlacemarkData class. Commit. Code review #124775
- Guard QAndroidJniObject include. Commit.
- Adding TTS support to Marble Maps. Commit. Code review #124703
- Colored icons in WaypointOrderManager in MarbleMaps. Commit. Code review #124640
- Licence headers for qmls in Marble Maps. Commit. Code review #124661
- Markers on map in Marble Maps. Commit. Code review #124627
- Set/use explicit QT5BUILD option... Commit.
- Fixes style referencing for new polygons and polylines in the annotation plugin. Commit.
- Add icons to search results in Marble Maps. Commit. Code review #124664
- Add missing file. Commit.
- Improve rendering: Wider and with outline. Commit.
- Prefer iconPath to QImage instances in GeoDataIconStyle. Commit. Code review #124579
- Clear button and busy indicator for search field. Commit. Code review #124605
- Route state changes require a repaint. Commit.
- Basic routing in Marble Maps. Commit. Code review #124622
- Hide Position Button while search results are visible (Marble Maps). Commit. Code review #124609
- Bump Android version number to 0.0.2 (4). Commit.
- Set small screen + high resolution profile on Android. Commit.
- Do not require vertical accuracy to report horizontal. Commit.
- Remove invalid property. The signal is available to QML anyway. Commit.
- Indicator must update on GPS status changes. Commit.
- Handle GPS suspend/resume in QML. Commit.
- Hide distance and direction indicator when position is not available. Commit.
- Position marker visibility might change on plugin status changes. Commit.
- Improve position availability sanity checks. Commit.
- Handle GPS suspend/resume. Open KML, GPX and OSM files. Commit. Code review #124583
- Fix position marker stuck on some screen position. Commit.
- Jump to current location button for Marble Maps with distance and direction indicator. Commit. Code review #124519
- Add searchFinished signal. Code style fixes. Commit.
- Do not load orphane plugins on Android. Commit. Code review #124561
- Change declarative/Routing to a visible Qt Quick 2 item. Commit.
- Provide a way to disable position tracking. Commit.
- Fix too early start and lack of shutdown / memory leak. Commit.
- Added search completion for Marble Maps. Make a switch to Holo Light. Commit. Code review #124541
- Changes key type for the member hash within OsmPlacemarkData. Commit. Code review #124553
- Preparation for adding the KML OsmPlacemarkData writers/handlers. Commit. Code review #124521
- Do not hide the license overlay. Commit.
- More appearance improvements. Commit.
- Port to QtQuick 2. Commit.
- Add missing file. Commit.
- Improve appearance. Commit.
- Remove obsolete files. Commit.
- Basic port of marble-touch from QtQuick 1 to QtQuick 2. Commit.
- Remove Qt 4 support in the declarative part. Commit.
- Use declarative library plugin in marble-maps and quick 2 example. Commit.
- Change from a QML extension plugin to a library-like plugin. Commit.
- Remove obsolete zoom button interceptor. Commit.
- Move declarative plugin to lib/marble/declarative, change to Qt 5. Commit.
- Fix typo. Commit.
- Fix webkit detection. Commit.
- Change QT_NO_WEBKIT to MARBLE_NO_WEBKIT. Commit. Code review #124526
- Remove write-only variable. Commit.
- Showing location in Marble Maps. Commit. Code review #124493
- Fixing search field focus bug for Marble Maps. Commit. Code review #124520
- Use system palette for Marble Maps instead of our own. Commit. Code review #124505
- Fix buggy search field in Marble Maps. Bump version code to 3. Commit.
- Normalized SIGNAL and SLOT signatures. Commit. Code review #124492
- Bring back MarblePartFactory (lost in transla^Wporting). Commit.
- Move repeated computation out of loop. Commit.
- Increase package version code for upload. Commit.
- Decouple building and packaging for Android. Commit.
- Add search bar and "Theme item" for Marble Maps. Commit. Code review #124466, 124327
- Fix addSearchResult in SearchRunnerManager. Commit. Code review #124461
- Use QML properties instead of cpp function calls. Commit. Code review #124302
- Work around map themes overriding properties. Commit.
- Disable plugins that use webkit when building with QT_NO_WEBKIT. Commit.
- Provide a menu title. Commit.
- Follow-up to 2e426d7. Commit.
- Build marble-maps also on desktops. Remove version number. Commit.
- Rename marble_maps marble-maps for consistency. Commit.
- Allow changing angle unit with right click on status bar (Qt Marble). Commit. See bug #344364. Code review #124287
- Fix cmake warning. Commit.
- Fix non-working route preview. Commit. See bug #342775
- Don't prompt for a key if keystore file does not exist. Commit.
- Basic plugin install mechanism for Android. Commit. Code review #124457, 124337
- Load gettext catalog 'marble' for translations. Commit. See bug #350589
- Move Marble Maps to QQmlApplicationEngine and QtQuick components. Commit. Code review #124441
- Added zooming for Marble Maps. Commit. Code review #124440
- Set default theme and plugins visibility for Marble Maps app. Commit. Code review #124438
- Export classes used in plugins (MSVC). Commit.
- Compile (MSVC only). Commit.
- Fix docbook. Commit.
- Removing unneeded dependencies. Commit.
okteta [Show]
- Bump version to 0.18.0. Commit.
- Deal with relative paths of files passed as app arguments. Commit.
- Bump version to 0.17.90. Commit.
- Set window icon for Okteta app. Commit.
- Fix length of section header array in ELF struct. Commit. Code review #125808
- Primitive array element type consistency. Commit. Code review #125523
- Bump version to 0.17.60. Commit.
okular [Show]
- Increase version for KDE Applications 15.12.0. Commit.
- Increase version for beta. Commit.
- Make presentation widget tool bar follow the lineedit height. Commit. Code review #126050
- Optimize all those SettingsCore::paperColor().rgb() calls. Commit.
- Fix trimming margins when paperColor not white. Commit. Code review #125721
- Make it pass both locally and on CI. Commit.
- Test for internal link clicking. Commit.
- Add a test that selects text with the mouse and checks it is what it should be. Commit.
- Make leaving the presentation area finish the drawing. Commit. Fixes bug #354016
- Support for non-integer transition durations in PDF presentations. Commit. Code review #125329
- Presentation: correct durations for "Fade" transition effect by doing 20 FPS instead of 100 frames total. Commit. Code review #125310. Fixes bug #352876
- Repeat videos in PDFs automatically when needed. Commit. Code review #125341. Fixes bug #353171
- Add some info about layers to docs. Commit.
- Simplify KTreeviewSearchLine to only work on a treeview. Commit.
- Make the sidebar work on widget pointers and not ints. Commit.
- Small cleanup of the layer support feature. Commit.
- Remove useless VERSION file. Commit.
- Add Comment. Commit. Fixes bug #351973
- Document the new trim mode. Commit.
- Add "Trim To Selection" feature. Commit. Code review #124716. Fixes bug #351156
- See if this gives us coverage support. Commit.
- Hided layers pane in a cleaner way. Commit.
- Solved some minor bugs, corrected the search options and proper hiding of layers section when not present. Commit.
- Fix crash on startup when okularpart can't be found. Commit.
- More TODOs. Commit.
- Bring QPageSize from Qt5. Commit. Fixes bug #334708
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
- Fix my typo. Commit.
- Increase version number. Commit.
- Remove extra requirements for Poppler in docs according to Burkhard's request. Commit.
- Explain difference between 'Save as...' and 'Save copy as...' in the handbook. Commit. Fixes bug #348644
- Reloading form widgets with layer show and hide. Commit.
- Refreshing pixmaps in the correct order. Commit.
- Added separate search options for the layers feature. Commit.
- Hide layers from the sidebar when layers are not present in the document. Commit.
- Revert "added layer-visible-on and layer-visible-off icon instead of checkboxes". Commit.
- Added layer-visible-on and layer-visible-off icon instead of checkboxes. Commit.
- Fixed the license in new files. Commit.
- Added layers on the left sidebar. Commit.
palapeli [Show]
- Add homepage link to about dialog. Commit.
- Provide multi-column display and wrapped text in the puzzle collection. Commit.
- Drop unused methods of CollectionDelegate: make thumbnailRect private. Commit.
- Add the basic setup for multi-column displays in the QListView. Commit.
- Tidy indents, white space, braces and comments in Collection Delegate. Commit.
parley [Show]
picmi [Show]
- Fix homepage link: this time the real fix. Commit. Code review #125992
- Fix homepage link: Insert empty otherText in KAboutData constructor. Commit.
- Adjust metainfo for .desktop filename change. Commit.
poxml [Show]
- Update xml here too. Commit.
- Docbook: refentry instead of book. Commit.
- Update docbook. Commit.
- CheckXML -> checkXML5. Commit.
- Port to CMake to use ECM+Qt5. Commit.
print-manager [Show]
- Make applet belong to Hardware category. Commit.
rocs [Show]
- Remove funny string conversion. Commit.
- Workaround for QTBUG-40765: "un-black" QtQuickWidget. Commit.
- Enable NEW behavior for CMake policy 0063. Commit.
- Fix linking against KCrash for DrKonqui integration. Commit.
- Bump version for development branch. Commit.
- Use categorized logging for graphthory library. Commit.
- Use categorized logging for simulation kernel. Commit.
- Use nullptr. Commit.
- Use categorized logging for file formats. Commit.
- Fix build, add missing file. Commit.
- Add defined behavior if no file format suffix is provided. Commit.
- Use new graph file format in unit test. Commit.
- Set categorized logging in separate file. Commit.
- Handle empty graph document files gracefully. Commit.
- Use nullptr. Commit.
- Comply with appdata standard for file naming. Commit.
- Port (nearly) all remaing connects to new slot API. Commit.
- Connections are called Edges now. Commit.
- Use nullptr. Commit.
- No LGPL-2.0 code is left, thus do not ship license. Commit.
- Bump CMake requirement, since it is after April. Commit.
- Directly use JSON files for plugins. Commit.
- Use nullptr. Commit.
- Use org.kde.rocs style for logging category. Commit.
- Use scoped pointer for d-pointer pattern. Commit.
- Fix indentation. Commit.
- Drop Qt::Concurrent dependency. Commit.
spectacle [Show]
- New in this release
step [Show]
- Remove eigen2 support. Commit. Code review #125269
- Add unit test for force computation. Commit.
- Set window icon after qApp was created. Commit.
svgpart [Show]
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.
syndication [Show]
- Add Q_DISABLE_COPY to class with dtor but no copy-ctor. Commit.
- Add Q_DISABLE_COPY to classes with dtor but no copy-ctor. Commit.
- Use multi-arg QString::arg() overload for fewer allocations. Commit.
- Save a bunch of lookups and allocations by using qDeleteAll(). Commit.
- Avoid two expensive QHash::values() calls. Commit.
- Port to Qt5 connect style, which is faster. Commit.
- Reserve before appending. Commit.
- Remove global non-pods. Commit.
- Avoid heap allocations by QString::fromLatin1(). Commit.
- Avoid allocations due to QLatin1String->QString conversion. Commit.
- Use Q_DECL_OVERRIDE. Commit.
umbrello [Show]
- Adjust minor version. Commit.
- Fix [-Wreorder] warning in UMLAppPrivate constructor. Commit.
- Coverity check CID 155784: Uninitialized members (UNINIT_CTOR). Commit. See bug #340646
- Using pointer to umlobject when it is not found within the document. Commit. Fixes bug #352633
- Remove unused dependencies. Commit. Code review #126176
- Adjust version for 15.12 branch. Commit.
- Fix build. Build faild due to an Qt4 remainder in an Qt5 environment. Commit.
- Resolve cmake warnings regarding icons. Commit.
- Fix build. Commit.
- Add image resolution widget to bitmap export. Commit. Fixes bug #71386
- Refactor image type widget into separate class ImageTypeWidget. Commit.
- Add command line option --languages to list supported languages. Commit.
- Add sql round trip support for sql column attributes 'character set'. Commit. See bug #353668
- Let macro IS_DEBUG_ENABLED() use class name similar to DEBUG_REGISTER. Commit.
- Only set documentation widget focus on focus change on special user request. Commit. See bug #352740. Code review #125781
- Enable i18n calls in stereotype dock widget for coming umbrello 2.18 branch. Commit. See bug #345546
- Remove obsolate local variable cls, because method parameter c has already the required type. Commit.
- Move UML model related widget classes into sub directory 'umlwidgets'. Commit. See bug #352878
- Fix 'KF5 version can't be launched from the menu' in a frameworks independent way. Commit. See bug #351621
- Revert "Fix 'KF5 version can't be launched from the menu'.". Commit.
- Fix 'KF5 version can't be launched from the menu'. Commit. Fixes bug #351621
- Fix compile warning. Commit.
- Move UML model related classes into sub directory 'umlmodel'. Commit.
- Merge fix. Commit.
- Add AppStream metadata. Commit.
- Update version number to 2.17.99. Commit.
zeroconf-ioslave [Show]
- Set cmake_min_req to match kdelibs policy and enable newer cmake policies. Commit.