KDE Applications 18.08.0 Full Log Page
This is the automated full changelog for KDE Applications 18.08.0 from the git repositories.
akonadi [Show]
- Don't fetch missing parts from the resource. Commit.
- Revert "ProtocolHelper: only unserialize payload we requested". Commit.
- Monitor: rebuild Item from ntf if it's mustRetrieve but IFS is empty. Commit. Fixes bug #397131
- ProtocolHelper: only unserialize payload we requested. Commit.
- Fix warning due to deleteLater on null object. Commit.
- Server: create new Collection in a single step. Commit.
- Monitor: fix broken subscription to only Item or Collection ntfs. Commit.
- Server: fix Item notifications being rejected on mimetype filters. Commit. Fixes bug #396781
- Monitor: invalidate pending notifications on change. Commit.
- Notifications: retrieve Item when RID is missing. Commit.
- DataStore: don't access mNotificationCollector directly. Commit.
- Enrich pending notifications from ItemModifyJob with RID. Commit.
- Bump version due to the Protocol API changes. Commit.
- Fix RMB/"Update Folder" being disabled on favorite collection. Commit.
- Fix actionstatemanagertest after my recent changes. Commit.
- Windows: Disable MySQL and PostgreSQL isolated tests. Commit.
- MySQL: try to fix initialization on FreeBSD. Commit.
- Add missing namespace declaration. Commit.
- Tracer: include cleanup. Commit.
- Fix build against Qt 5.10. Commit.
- Connection: add missing include, remove dead code. Commit.
- Protocolgen: add default-generated move ctor and operator. Commit.
- Protocolgen: usae default-generated ctors, dtor and operators. Commit.
- Protocol: pass responses by value, make use of move semantics. Commit.
- Simplify Handlers. Commit.
- Simplify PartStreamer. Commit.
- Simplify NotificationCollector. Commit.
- Create (fake-able) DataStoreFactory. Commit.
- Minor cleanup in Connection. Commit.
- Bump minimumn C++ requirement to C++14. Commit.
- Replace FetchHelper's ResponseCollector with lambda callback. Commit.
- Fix various clang-tidy warnings. Commit.
- Fix a crash due to access of temporary object. Commit.
- ProtocolGen: add missing break statement. Commit.
- Fix warning. Commit.
- Attempt to make MSVC accept this, take 2. Commit.
- Attempt to fix MSVC build. Commit.
- Enable Json output for dbustracer. Commit.
- Protocol: QJsonObject for tracer. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Increase version. Commit.
- Delay initializing RemoteLog in Core. Commit.
- Fix toJson method. Commit.
- Fix compilation error. Commit.
- Use qAsConst for serializeProperties to not detach. Commit.
- Add toJson method for the protocol. Commit.
- My regexp was not good. I don't understand why it changed it. Commit.
- Collectionrequester.cpp - CollectionRequester::Private::fetchCollection crash guard. Commit.
- Introduce remote logging into Akonadi-based apps. Commit.
- Akonadi: fix documentation of ResourceBase::deferTask(). Commit.
- More MSVC fixes. Commit.
- Fix build on Windows. Commit.
- New API, bump version. Commit.
- MOVE: clear RIDs after notifications are emitted. Commit.
- NotificationManager: prevent crash when subscriber disappears during dispatching. Commit.
- Invalidate cached scope in AggragatedItemFetchScope on update. Commit.
- Monitor: always override parent collections in Items. Commit.
- Remove broken debug output. Commit.
- Fix AgentTypeTest. Commit.
- Fix MonitorNotificationTest. Commit.
- SessionThread: avoid nested event loop. Commit.
- Fix setting up fake EntityCache/Session. Commit.
- Session: hold default session in QPointer to avoid double-free. Commit.
- Send Items as part of ItemChangeNotification. Commit.
- Monitor: always use retrieved parent Collection. Commit.
- ProtocolGen: fix comparision of vectors of nested protocol objects. Commit.
- ProtocolGen: improve debug output of nested objects. Commit.
- Disable DrKonqi when running tests. Commit.
- Send Relations as part of RelationChangeNotification. Commit.
- Send Tags as part of TagChangeNotification. Commit.
- NotificationManager: fix querying Collection attributes. Commit.
- Add CollectionCreateTest. Commit.
- Fix Monitor::ensureDataAvailable logic. Commit.
- Add aggregated collection fetch scope into NotificationManager. Commit.
- Fix crash in Protocol::ChangeNotification::appendAndCompress(). Commit.
- HandlerHelper: fix cache policy serialization. Commit.
- Adjust protocolgen to correctly compare QSharedPointers. Commit.
- Send Collection as part of CollectionChangeNotification. Commit.
- Fix enum value handling in protocolgen. Commit.
- Let subscribers upload their CollectionFetchScope as well. Commit.
- Add xmllint test for protocol.xml. Commit.
- Let subscribers upload their ItemFetchScope to Server. Commit.
- Warning--. Commit.
- Const'ify. Use QByteArrayLiteral. Warning--. Commit.
- Not sure if default: will catch "3" but it's more logical. Commit.
- Remove not necessary break. Commit.
- Warning--. Commit.
- Use override here. Commit.
- Port to new connect api. Commit.
- Port to new connect api. Commit.
- Port to new connect api. Commit.
- Initialize value. Commit.
- Add override. Commit.
- Port to new connect api. Commit.
- Minor. Commit.
- Port to new connect api. Commit.
- Port to new connect api. Commit.
- Port to new connect api. Commit.
- Port to new connect api. Commit.
- Revert "Install akonadicore_debug.h.". Commit.
- Don't expose our logging categories to public interface. Commit.
- Update metainfo.yaml. Commit.
- Install akonadicore_debug.h. Commit.
- Use debug category. Commit.
- Use nullptr. Commit.
- Add override. Commit.
- Port to new connect api. Commit.
- Port to new connect api. Commit.
- Minor optimization in FetchHelper. Commit.
akonadi-calendar [Show]
- Fix warning about TRANSLATION_DOMAIN. Commit.
- Fix new warning (gcc 8 ) 'warning: catching polymorphic type'. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Always show an incidence if we are the organizer. Commit. Fixes bug #352214
akonadi-contacts [Show]
- Add missing category. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Don't use deprecated api. Commit.
- Port to new connect api. Commit.
- Reorder. Commit.
- Port to new connect api + fix disconnect it. Commit.
akonadi-mime [Show]
akonadi-search [Show]
akonadiconsole [Show]
- Adapt to API changes in Protocol. Commit.
- Use QProxyFilterModel to filter debug messages. Commit.
- Use TableView for debug page. Commit.
- Fix merge error, sorry. Commit.
- Add Logging view. Commit.
- Bump Akonadi dependency. Commit.
- Fix CollectionsChangeNotification debugging. Commit.
- Add tooltips. Commit.
- Simplify code. Commit.
- Rewrite the Notifications Monitor to allow full ntf inspection. Commit.
- Improve the Monitors tag. Commit.
akregator [Show]
- We depend against qt5.9. Commit.
- Apply same fix. Commit.
- Order QWebEngine settings, remove duplicate. Commit.
- Don't use deprecated api. Commit.
- FeedStorage::commit and rollback are MK4 specific. Commit.
- Get rid of close / clear. Commit.
- Several performance optimisations for Akregator. Commit.
- Article viewer: Zoom has to be applied after page starts to load. Commit.
- Don't push private APIs in the public 'interface'. Commit.
- Drop unused functions from storage. Commit.
- Fix build - forgot to add these 4 lines to review. Commit.
- Drop comment support, disabled since 10+ years. Commit.
- TagSet in storage was unused, drop it. Commit.
- Convert lastFetch to QDateTime. Commit.
- Keep the pubDate as a QDateTime in storage. Commit.
- Get rid of convertOldArchive logic. Commit.
- Drop tag and categories from storage. Commit.
- Use nullptr/add parent. Commit.
- Use nullptr. Commit.
- Remove include. Commit.
- Port away from remove Syndication API. Commit.
- Fix misaligned numbers on subscription list. Commit.
- Article viewer: Use default profile so the font settings actually work. Commit.
- Apply new font settings without need for restart. Commit.
- Add article zoom slider under appearance settings. Commit.
- Use a better icon for Kontact plugin. Commit.
- Add missing override. Commit.
- Article viewer: Reset scroll position when loading a new article. Commit. Fixes bug #382587
analitza [Show]
- Make the HelpTip widget a tooltip. Commit.
- Don't have two tests with the same name. Commit.
- Fix comparison in some 32bit machines. Commit. Fixes bug #393487
ark [Show]
- Don't show comment message widget after clearing the comment view. Commit.
- Libzip: use ZIP_FL_ENC_RAW for comments. Commit.
- Clizip: fix list after adding files to encrypted archive. Commit.
- Stop ignoring compression options when dropping files. Commit. Fixes bug #396579
- Make CI happy (I hope:)). Commit.
- More strict compile flags. Commit.
- Cliinterface: restore old working directory after extraction. Commit. Fixes bug #395939
- Libarchive: restore old working directory after extraction. Commit. See bug #395939
- Add checks for expected working dir in the extraction tests. Commit. See bug #395939
- Cliinterface: make m_operationMode protected. Commit.
- Revert "cliinterface: simplify cleanUpExtracting() usage". Commit.
- Libarchive: cleanup blank lines. Commit.
- Libarchive: rename counter variables. Commit.
- Libarchive: move variables closer to usage. Commit.
- Cliinterface: simplify cleanUpExtracting() usage. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Flatpak: enable graphics acceleration. Commit.
- Flatpak: drop QT_QPA_PLATFORM=flatpak. Commit.
audiocd-kio [Show]
- Generate and use a local cdda_interface headerfile copy. Commit.
baloo-widgets [Show]
- Honor BUILD_TESTING. Commit.
- Fix unnecessary soversion change. Commit.
- Fix typos in comments. Commit.
- Remove module prefixes from Qt includes. Commit.
- Use more explicit. Commit.
- Use consistently override. Commit.
- Use nullptr. Commit.
- Bump min Qt/KF versions to those of dolphin. Commit.
- Remove last traces of naturalqueryparser. Commit.
- Note known min versions of deps in CMake Config file. Commit.
- Port ECMPackageConfigHelpers -> CMakePackageConfigHelpers. Commit.
- Remove QT definitions duplicated from KDEFrameworkCompilerSettings or dead. Commit.
- Use same minimum version for ECM and KF5. Commit.
- Use version from KDE Applications release script. Commit.
- Cmake: set version in the project() call. Commit.
- Filemetadatadatedisplaytest: Build and pass with < Qt5.10. Commit.
- Add choice of date formats. Commit.
- Expose group information to Dolphin's Information panel, tooltips, etc. Commit. Implements feature #308002
- Remove all Nepomuk references. Commit.
- Filemetadatawidgettest: Enforce en_US locale. Commit.
calendarsupport [Show]
- Warning--. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Various - add support for multiple holiday regions. Commit.
- Calprinter.h - fix doPrint signature to use fully qualified slot args. Commit.
- Src/printing/calprintpluginbase.cpp - restore code removed by accident. Commit.
- Src/calendarutils.cpp - normalize a SLOT/SIGNAL. Commit.
- Utils - introduce CalendarSupport::tooltipString(). Commit.
- Autotests/modeltest.cpp - fix signed vs. unsigned comparison warning. Commit.
- Fix warning. Commit.
cantor [Show]
- Fix filenames and missing icons for opened worksheets. Commit.
- Remove from Python backend modification's function (the function works before sending code to interpreter) code for import statement handling (cause problems with imports statements) and code for print statement insertation (cause wrong printing, like printing None, or result from functions, often used without return value (like write, etc.)). Commit.
- Clazy warnings, part 3. Commit.
- Rewrite julia variables and functions names parsing code. Commit.
- Fix displaying commands source code in sage backend. Commit.
- Add variable manager and fix some unicode errors for R backend. Commit.
- Remove unnecessary empty line in end each text result for R backend. Commit.
- Remove html output from R backend for vectors. Commit.
- Update panels after closing worksheet. Commit.
- Store visibility of right panels ("Variables", "Help", etc) separately for each worksheet. Commit.
- Add using standart way of passing '--simple-prompt' to IPython for Sage 8.3. Commit.
- Add new example worksheet for maxima backend. Commit.
- Use standart %o, %i variables instead of %O, %I in maxima backend. Commit.
- Support python-3.7. Commit.
- Fix starting external sage viewers in Sage backend. Commit.
- Avoiding a lot of suggest-override warnings. Commit.
- Don't reinvent the wheel. Commit.
- Fix cmake syntax errors in commit fe2f45e2d6f358b6bcee168f507d62a2e9aa1996. Commit.
- Improve permissions for cantor-exchange file, that solve the problem, reported by lbeltrame. Commit.
- Fix bug with QFileDialog filter for backends, which support scripts extensions (Sage backend, for example, supports python script extension (*.py)). Commit.
- Fix bug with autocomplete popup in Sage backend. Commit. Fixes bug #395844
- Disable latex output for sage by default, because it don't work very well. Commit.
- Fix broken sage login for Sage versions greater, than 8.0 (8.1, 8.2, etc.) and set version 8.1 and 8.2 as recommends. Commit.
- Remove useless qDebug, which don't print anything. Commit.
- Fix kf5.kxmlgui problem for qalculate plot assistant. Commit.
- Add worksheet example for plotting in Maxima. Commit.
- Add missing plot command to Maxima backend. Commit.
- Add worksheet examples for Octave. Commit.
- Add missing 2d plot command (plotmatrix) for Octave. Commit.
- Solve a problem with cantor_plot() statement, which are appeared in Octave worksheets. Commit.
- Fix kf5.kxmlgui problem with deprecated location of rc files. Commit.
- Save and load latex entries render results into cws. Commit.
- Remove info about QT_PLUGIN_PATH in README.md. Commit.
- Remove the need to configure QT_PLUGIN_PATH before running Cantor by expanding default Qt plugins path. Commit.
- Disable qDebug for CMake Release target. Commit.
- Fix warning. Commit.
- Add removing variable from variable manager for modern julia versions (0.6 and highe) in julia backend. Commit.
- In R backend try to open files with unknown mimetype in Cantor script editor and add handling for command without results in rserver. Commit. Fixes bug #296814
- Avoid segfault in backends destructor, when terminate related process. Commit.
- Update README.md. Commit.
- Clazy warnings, part 2. Commit.
- Make Julia variables format in variables model more consistent with the other backends. Commit. Fixes bug #377771
- Change juliahighligter's regex for nonSeparatingCharacters. Commit. Fixes bug #377772
- Add unicode support in juliaserver (because julia can work with unicode, so juliaserver must too) and fix missing highlighting for functions for julia 0.6 and higher. Commit.
- Fix julia output: change display function from jl_static_show to 'display'. Commit. Fixes bug #377773
- In LatexEntry::updateEntry path to esp file is constructed invalid. This commit fix it. During debuging, it was found, that EpsRenderer don't check, that input is valid, at all. So, the commit also add checking, that input file is valid eps file, and warning message printing, if it is not true. Commit. Fixes bug #330834
- Clazy warnings, part 1. Commit.
- With this changes, maxima backend don't show source latex code for entries while they are generated. Commit.
- Add support for "application/x-extension-html" mimetype in R expression, because some systems use this mimetype for html, instead of "text/html". Commit. Fixes bug #394018
- Update info message for D12712 by adding link for bug discussion. Commit.
- Fix creating temporary directory for R backend. Commit.
- Add html escaping for ampersand in rexpression. Commit.
- Fix minor misspelling in debug message of maxima backend. Commit.
- Fix wrong indent in luasession.cpp. Commit.
- Improve LaTeX worksheet export. Commit. Fixes bug #387304
- Add GUI editor for R backend. Commit. Fixes bug #339127
- Fix maxima LaTeX output for matrics. Commit.
- Small fix for Sage backend. Commit.
- Improve octave login. Commit.
- Make the path of the currently opened project file available in the sage session. Commit. Fixes bug #358975
- Avoid octave backend crushing, when we try to kill ended process. Commit. Fixes bug #372074
- Add unit tests for lua backends. Commit.
- Don't crash with Lua when fetching completion without login being done. Commit.
- Improved handling of multi-line commands in Lua. See D12074 for further details and the remaining open issues. Commit.
- Improve Julia cmake build system. Commit.
- Show error message in case the user tries to open a non valid Cantor project file. Commit.
- Fix segfault in key settings menu when worksheet not open. Commit.
- Fix incorrect regexs for string in backend highlighters. Commit.
- Added some debug output to measure the time it took to load a saved worksheet. Commit.
- Add parsing errors in lua backend. Commit.
- Small improving of order of logic operators in evaluateNext. Commit.
- Show waiting cursor while openning a project. Commit.
- Fix bad performance for `addRules` in `DefaultHighlighter` for big containers. Commit.
- [Octave] added couple of missing 2d plot commands. Commit.
- [Octave] add couple of more 3d plot commands. Commit.
- Add forgotten print command `plot3` to octavebackend print commands. Commit.
- Added couple of missing variable initialisations and override keywords. Commit.
- Add amsmath package to LaTeX template. Commit.
- Remove then branch of always false condition. Commit.
- Fixed missing latex typesetting. Commit.
- Fix problems with unnesesary unsaved empty entries when load worksheet from file. Commit.
- Don't crash when openning a saved octave worksheet in an already open but empty worksheet. Commit.
- When extracting images from the project file, don't try to copy the image file to a temporary folder that is not existing. Commit.
- Fix octave backend problem with repetitive addition of function `cantor_print ()` in worksheet. Commit.
- Don't login on project load. Commit.
- Git ignore all build folders. Commit.
- Fix lua backend, which ignored first running entry. Commit.
- Fix not working maxima backend, due to a missing file. Commit.
- [Octave] fixed the initial parsing of Octave's promt. Commit.
- Login to octave session prior to initilizing the octave highligher in the worksheet. Commit.
dolphin [Show]
- Remove custom icon selection for trash. Commit.
- Sorting files by date is significantly faster now. Commit.
- Fixes small memory leak in DolphinContextMenu. Commit.
- [KItemListSelectionToggle] Adjust painting icon for high dpi scaling. Commit.
- Fixes memory leak in KItemListViewAccessible. Commit.
- Removes unused member variables. Commit.
- Modernize View Properties window. Commit.
- Speedup sort. Commit.
- Revert to change the commit message. Commit.
- Speedup sort. Commit.
- [KFileItemModelRolesUpdater] Fix preview scaling for frameless previews. Commit.
- [KStandardItemListWidget] Avoid needless image resizing. Commit.
- Mark PHONON_INCLUDES dirs as SYSTEM, so compiler omits them for warnings. Commit.
- A complete build does not fix the crashes I'm having. Commit.
- Speedup sort. Commit.
- Modernize Settings window. Commit.
- Use more nullptr. Commit.
- Remove QT definitions duplicated from KDEFrameworkCompilerSettings or dead. Commit.
- Port from KComboBox to QComboBox. Commit.
- Use collapsible box to configure visible roles. Commit.
- Don't use temporaries when uneeded. Commit.
- Don't use temporaries when uneeded. Commit.
- Use copy ellision. Commit.
- Remove unused variable. Commit.
- Don't use temporaries when uneeded. Commit.
- Move General settings to the top. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- ViewPropertiesDialog: disable Apply button on startup. Commit.
- Fix scrolling to renamed file when using the rename dialog. Commit.
- Drop obsolete version checks. Commit.
- Enable test mode in dolphinmainwindowtest. Commit.
- Add 'Sort By' and 'View Mode' into Dolphin file context menus. Commit.
- Show a warning when running as the root user. Commit.
- Fix the test that broke after recent changes to the default Places items. Commit.
- Re-allow running Dolphin as the root user (but still not using sudo). Commit. Fixes bug #387974
- Properly sort int roles. Commit. Fixes bug #394355
- Part: fix name of 'Select All' action. Commit.
- Bring back 'New Window' action in viewport context menu. Commit.
- Cmake: add warning when baloo will be disabled. Commit.
- Make target_link_libraries for kdeinit_dolphin PRIVATE. Commit.
- Remove main.cpp from dolphinstatic_SRCS. Commit.
- Revert "Reverting Baloo-widgets version change in cmakelists, since this breaks the information panel". Commit.
- Reverting Baloo-widgets version change in cmakelists, since this breaks the information panel. Commit.
- Re-add "Open With" items to context menu for files in search view. Commit.
- Remove duplicated entry. Commit.
- Fix broken build without baloo-widgets master. Commit.
- Disable all the 'create new' items when in the Trash. Commit. Fixes bug #332463
- Use QGuiApplication::applicationDisplayName(). Commit.
- Bundle dolphinui.rc also in dolphinmainwindowtest. Commit.
- DolphinTabPage: deactivate secondary view after closing split view. Commit.
- Move "Open" actions to the top of the context menu for files. Commit.
- Convert hard coded shortcuts to standard keys. Commit.
- Infopanel: Add choice of date display formats. Commit. Implements feature #392352
- Select and scroll to the file for "Open path" and "Open Path in New Window" operations. Commit. Fixes bug #377510
- Add more tab access functions. Commit.
- Use the same bound check as setCurrentItem when setting m_currentItem manually. Commit.
- Improve QDialogButtonBox::Yes override text. Commit.
- Show folder previews for items that have a Places Panel entry. Commit. Fixes bug #392621
- Split Image Size into Width/Height. Commit. Implements feature #374559
- Fix detaching. Commit.
- Use QHash rather than QMap. Commit.
- Use rightRef() instead of right(). Commit.
- Fix minor typos. Commit.
- Fix alignment of icons in Places panel and Compact view mode. Commit. Fixes bug #390771
- Update dolphin docbook to 18.04. Commit.
- [KItemListView] Check if KItemListStyleOption actually changed before emitting a change. Commit.
- [DolphinContextMenu] Fix excluding ourself from Open With menu. Commit. Fixes bug #391997
eventviews [Show]
- Use Q_REQUIRED_RESULT. Commit.
- Various - support multiple holiday regions. Commit.
- Src/agenda/agenda.cpp - const ref range-loop (found by clazy). Commit.
- Timelabels.cpp - Don't call QList::first() on temporary (found by clazy). Commit.
- Todo/todoviewquickaddline - rename returnPressed() slot (for clazy). Commit.
- Src/agenda/calendardecoration.h - de-const some signals (found by clazy). Commit.
- Src/agenda/agenda.cpp - Q_EMIT showNewEventPopupSignal (found by clazy). Commit.
- Src/eventview.h - eventDurationHint is not a SLOT (found by clazy). Commit.
- Src/agenda/agendaview.cpp - removed unused variable found by clazy. Commit.
- Todo/incidencetreemodel.h - minor includes clean. Commit.
- Todo/todoview.cpp - add some KUIT. Commit.
- Various - tidy-up includes and some coding style. Commit.
- Eventview.cpp - fix fallthrough compiler warning. Commit.
- Support firstDayOfWeek setting (to override the locale) in monthview. Commit. See bug #358106
ffmpegthumbs [Show]
- Add filmstrip embed configuration. Commit.
filelight [Show]
- Ignore squashfs partitions. Commit.
- Add minimum kf5 version. Commit.
- Remove usage of dead QT_USE_FAST_CONCATENATION. Commit.
granatier [Show]
- Port to ranged-based for loop. Commit.
- Fix alignment. Commit.
- Fix debug output. Commit.
- Small random number generator improvements. Commit.
- Enable compiler warnings and fix them. Commit.
- Add license text. Commit.
- Add functions to get random numbers from a range. Commit.
- Increase version number. Commit.
- Add Arturo Silva to the credits page ... long overdue, somehow I fogot to add him. Commit.
- Remove clanbomber import ... shouldn't be needed anymore. Commit.
- Make random arena mode work again. Commit.
grantlee-editor [Show]
grantleetheme [Show]
gwenview [Show]
- Fix video controls volume slider not vertically centered sometimes. Commit. Fixes bug #390929
- Disable setImageData for dragging of unmodified images. Commit.
- Make sure, a newly saved image is selected in ContextManager. Commit.
- Keep crop handles inside selection rectangle. Commit.
- Remove crosshair cursor from crop tool. Commit.
- Fix crosshair cursor not showing in red eye reduction tool. Commit. Fixes bug #321933
- Propagate unused mouse press events in edit tools. Commit.
- Reactivate size slider in Red Eye Reduction tool. Commit.
- Propagate unused mouse wheel events in edit tools. Commit.
- Fix image smoothing sometimes not getting applied. Commit. Fixes bug #396736
- Center zoom to cursor position for zoom In/Out, Fill and 100% actions. Commit.
- Remove superfluous zoom action initialization. Commit.
- Add mouse shortcut for Fill and adapt docbook. Commit. See bug #396360
- Toggle between zoom options "Fit"/"Fill" and "100%" on multiple activation. Commit. Fixes bug #396360
- Add shortcut Shift+F for zoom option "Fill". Commit. See bug #396360
- Improve experience when using mouse clicks to zoom. Commit.
- Remove unused constant from DragPixmapGenerator. Commit.
- Add caption to screenshot in AppStream data. Commit.
- Avoid cursor glitch after trying to drag an image onto itself. Commit.
- Show more appropriate cursor when dragging and enable modifier keys. Commit.
- Do not allow to drag an image onto itself. Commit. See bug #386034
- Remove superfluous forward declaration. Commit.
- Warning--. Add missing QDebug. Commit.
- Separate directories and archives when sorting by date. Commit.
- Fix sorting by date in some situations. Commit.
- Clean forward declaration. Commit.
- Add missing override/explicit/nullptr. Commit.
- Fix warning. Remove extra "virtual" keyword. Add explicit. Commit.
- Add separator. Commit.
- Allow dragging from View mode to external applications. Commit. Fixes bug #386034
- Add possibility to sort by rating. Commit. Implements feature #340667
- Make mapping between sorting enum and model columns explicit. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Fix 'Loading...' action not showing. Commit.
- Add possibility to sort by descending order. Commit. Implements feature #293333
- Prompt to install kipi-plugins when the share button is clicked. Commit. Fixes bug #386753
- Allow dragging files/folders to View mode. Commit. Fixes bug #169408
- Remove superfluous code for empty KIPI toolbar button. Commit.
- Update KIPI toolbar button after installation of kipi-plugins. Commit.
- Refine behaviour for dragging modified images to external applications. Commit.
- Refactor determining mime data for selection. Commit.
- Add system "Home" shortcuts as default for opening Start Page. Commit.
- Refine behaviour for copying modified images to external applications. Commit.
- Extend .gitignore. Commit.
- Copy raster image and SVG content to clipboard. Commit. Implements feature #290294
- Remove superfluous calls to startLoadingFullImage. Commit.
- Add comment to make slotDirListerCompleted easier to understand. Commit.
- Disable View mode shortcuts outside of View mode. Commit.
- Fix dark HUD icons when using light system theme. Commit. Fixes bug #380257
- Remember width of sidebar. Commit. Fixes bug #238682
- Set central splitter to non collapsible. Commit.
- Overhaul image resize dialog. Commit.
- Ensure full screen info label shows at least two lines of text. Commit.
- Display document count labels in View, Browse, and Full Screen modes. Commit. Fixes bug #203042
- Change smooth zoom threshold from 200% to 400%. Commit. Fixes bug #270980
- Add ability to resize images based on percentage. Commit. Fixes bug #207802
- Update markup for xi18n* in failed-save message box. Commit.
- Shorten URL for local files in failed-save message box. Commit.
- Remove duplicate setting of CurrentMainPageId variable. Commit.
- Slightly update the docs, add configuration section. Commit.
- Fix size/alignment of compare view selection rectangle. Commit.
- Remove unnecessary update(). Commit.
- Rename Transparent background config options. Commit.
- Improve Image View fade transitions. Commit. Fixes bug #373161
- Add "None" option for transparent background in Image view. Commit.
- Add support for configurable transparent background to SVGs. Commit.
- Fix SVGs overlapping selection rect in View compare mode. Commit.
- Fix selection rectangle for SVG images in View comparison mode. Commit.
incidenceeditor [Show]
- Fix label to avoid %lt; tag misformation. Commit.
- Don't hardcode link colors. Commit.
- Fix warning. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Implement TODO: show error message on invalid date/time. Commit.
- Don't use deprecated api. Commit.
juk [Show]
- Bring back inline tag editing. Commit. Fixes bug #395948
- Use KDE_INSTALL_METAINFODIR. Commit.
- Remove slight bias in random track selection. Commit.
- Inhibit power management when playing audio. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Fix one warning because of deprecated API call. Commit.
k3b [Show]
- Update changelog for 18.04 release. Commit.
- [plugins] K3b FFMpeg Decoder Plugin Fix. Commit. Fixes bug #386105
- Fix heap-use-after-free issue for ThemeManager. Commit. Fixes bug #390878
- There is k3bfuzzertest to test QFile::encodeName and. Commit. See bug #391610
kaccounts-integration [Show]
kaccounts-providers [Show]
- Fix Twitter tooltip. Commit.
kaddressbook [Show]
- Fix filter checkcombobox. Commit.
- Fix restore to default. Commit.
- Increase version. Commit.
- Warning--. Commit.
- Fix manager leak. Commit.
- Use a better icon for the Kontact plugin. Commit.
- Mainwidget: Add space after "Search...". Commit.
kajongg [Show]
kalarm [Show]
- Remove version suffix. Commit.
- Set version. Commit.
- Bug 365257: Fix times being truncated in main window. Commit.
- It's already defined in ecm. Commit.
- Add beta1. Commit.
- Fix warning. Commit.
- Warning --. Commit.
- Warning--. Commit.
- Remove 'clock time' option in favour of local system time zone. Commit.
- Remove duplicate and outdated design notes. Commit.
- Remove most dependencies on KDE4Support. Commit.
- Initialize kcrash. Commit.
kalarmcal [Show]
- Use QTEST_GUILESS_MAIN. Commit.
- Does not depend on kdelibs4support anymore. Commit.
- Test: Fix qCompare type. Commit.
- Reenable tests. Commit.
- Disable tests for KAlarmCal. Commit.
- Clarifications, formatting. Commit.
- Fix saving local times to calendar. Commit.
- Ignore X-KDE-KALARM-REPEAT if a main alarm exists. Commit.
- Partial test class for KAEvent. Commit.
- Remove KDE4Support. Commit.
- Minor fixes. Commit.
kalgebra [Show]
- Kirigami: fix delegate look. Commit.
- Kirigami: fix qtquick warning. Commit.
- Kirigami: fix Tables when From and To are the same. Commit.
- Kirigami: fix qml error. Commit.
- Kirigami: keep the global drawer open as we do in discover on the desktop. Commit.
- Kirigami: don't make it as if items were clickable. Commit.
- Kirigami: let Kirigami.ApplicationWindow decide which header to use. Commit.
- Kirigami: Fix completion. Commit.
- Small code polish around the console html generation code. Commit.
- Fix consolehtml loading. Commit.
- Fix crash. Commit.
- Fix popup menu position. Commit.
- Fix signal/slot. Commit.
- Add separator. Commit.
- Name the desktop file the same as the appdata file. Commit.
- Include an appdata file for kalgebra mobile. Commit.
kamera [Show]
- Proofread kcontrol/kamera docbook for 18.04. Commit.
- Fix dangly pointer if gp_context_new fails. Commit. Fixes bug #386533
kamoso [Show]
- Fix crash when destroying a surface. Commit.
- Simplify effect items code. Commit.
- Improve appstream summary and description. Commit.
- Webcamcontrol: Solve crash when calling gst_element_set_state twice. Commit.
- Fix build against gst 1.14. Commit. Fixes bug #392245
- Remove unused defines. Commit.
- Fix warning. Commit.
- Search for runtime components. Commit.
kate [Show]
- Honor BUILD_TESTING. Commit.
- Bump version on rc file. Commit.
- Add kcolorschemechooser support and related setting menu entry. Commit.
- Better handling of mouse clicks. Commit. Fixes bug #395082
- Remove deprecated QT_USE_FAST_OPERATOR_PLUS. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Re-allow running Kate and KWrite as the actual root user (but still not using sudo). Commit. Fixes bug #387973
- Avoid short pages in kate configuring docbook. Commit.
- Fix CTags dialog error message when adding target. Commit. Fixes bug #394402
- Fix formatting. Commit.
- Fix minor typos. Commit.
- Update kate plugins docbook. Commit.
- Update shortcuts in kate / katepart docbook. Commit.
- Update+fix kate menu docbook. Commit.
- Kateproject: add git submodule file listing. Commit.
- Move KWrite command line options from katepart to kwrite docbook. Commit.
- Update+fix katepart menu docbook. Commit.
- S & R: next try at formatting the string so that it satisfies the i18n requirements. Commit.
- Search& Replace: fixing last commit. Commit.
- Search&Replace: try to fix issues with plural in 18np(). Commit.
- S & R: move the "Use current docs path" button next to the URL requester. Commit.
- Search & Replace: show number of checked items in the header row. Commit.
- Search & Replace: move code for setting the root item into separate function. Commit.
- Use new signal-slot-syntax in PreviewWidget. Commit.
- Use Tree View as the default view mode in the Filesystem Browser plugin. Commit.
- Update kwrite docbook to 18.04. Commit.
- Update katepart docbooks to 18.04. Commit.
- Update kate manpage to 18.04. Commit.
- Update kate docbooks to 18.04. Commit.
kbackup [Show]
- Remove unneeded QT definitions. Commit.
- Remove some deprecated method. Commit.
- Make it compile with strict compile flags. Commit.
- Fix includes. Commit.
- Use nullptr. Commit.
- Fix releaseinfo. Commit.
kblog [Show]
- Fix build against Syndication. Commit.
kcalc [Show]
kcalcore [Show]
kcalutils [Show]
- Use Q_REQUIRED_RESULT. Commit.
- Fix Bug 394344: If the Location is a URL then it should be clickable in the incidence viewer. Commit. Fixes bug #394344
- Warning--. Commit.
- Various - adjust reference data to try to fix testincidenceformatter again. Commit.
- Add override. Commit.
kcharselect [Show]
- Use QT_USE_QSTRINGBUILDER instead of outdated QT definitions. Commit.
- Add simple appdata file for KCharSelect. Commit.
kcontacts [Show]
- Cache country <-> ISO code mapping in both directions. Commit.
- Load the address formatting rules only once. Commit.
- Fix country detection from QLocale. Commit.
- Don't rely on address formatting data from kdelibs4support. Commit.
- Put the countrytransl.map file into a Qt resource. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Fix countryToISO() returning the local country for unknown country names. Commit.
- Remove unused D-Bus dependency. Commit.
kdav [Show]
- Use Q_REQUIRED_RESULT. Commit.
- Assign colors correctly also when the alpha channel is set. Commit. Fixes bug #395216
- Cache value. Commit.
- Fix signed/unsigned int. Commit.
- Warning--. Commit.
kde-dev-scripts [Show]
- Grantlee_strings_extractor.py: port to next() for iterators. Commit.
- Kde_generate_export_header: convert from deprecated string methods. Commit.
- Kde_generate_export_header: convert to print as function. Commit.
- Kde-project-info: convert to print as function. Commit.
- Zonetab2pot.py: convert from deprecated string methods. Commit.
- Kdelnk2desktop.py: convert from deprecated string methods. Commit.
- Kdelnk2desktop.py: convert to print as function. Commit.
- Createtarball: updated krusader config (v2.7.0). Commit.
- Catch more std::atomic symbols in the suppression rules. Commit.
- Add suppression for C++ atomic load/store operations. Commit.
- Supress data race warnings for some C atomic operations (AO_*). Commit.
- Create pim deps on master not on stable. Commit.
kde-dev-utils [Show]
kdebugsettings [Show]
- The default setting for kf5.kcoreaddons.desktopparser is actually Warning. Commit.
- Time to increase it. Commit.
- Use strict compile flags. Commit.
- Remove usage of dead QT_USE_FAST_CONCATENATION. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Allow to disable all debug messages. Commit.
- Rename method. Commit.
kdegraphics-thumbnailers [Show]
- Use NO_POLICY_SCOPE with KDECompilerSettings. Commit.
- Use QT_USE_QSTRINGBUILDER, drop outdated QT definitions. Commit.
- Set cmake required min only one, bump to 3.0. Commit.
kdenetwork-filesharing [Show]
kdenlive [Show]
- Fix custom lift/gamma/gain displaying wrong UI. Commit. Fixes bug #364127
- Updated appdata. Commit.
- Fix possible crash in monitor restart. Commit.
- Reduce minimum profile widget height to make dialog fit in screen. Commit. Fixes bug #384511
- Require MLT 6.10 (to avoid the incompatible 6.8). Commit.
- Fix compile warning. Commit.
- Backport KF5 Purpose share feature. Commit.
- Backport fix for incorrect gap in texts. Commit.
- Update readme with correct infos. Commit.
- Scale TitleTemplateDialog preview with the window. Commit.
kdepim-addons [Show]
- Add missing categories. Commit.
- Empty email is an invalid email. Commit.
- Fix Bug 396685 - Edit Location not possible with dark theme. Commit. Fixes bug #396685
- Don't set the icon theme too early. Commit.
- Split rendertest data in tests that need Akonadi and those that don't. Commit.
- Load information about other travelers from the calendar too. Commit.
- Disable build. Commit.
- Refactor multi-traveler merging so we use it for calendar events too. Commit.
- Fix check whether reservation data has been found. Commit.
- Add multi-traveler support for train tickets too. Commit.
- Show actions correctly for multi-traveler reservations. Commit.
- More clearly separate trip and reservation data. Commit.
- For multi-traveler flights, show per-traveler information in the details. Commit.
- Merge reservations for multiple travelers. Commit.
- USe isNull here. Commit.
- Enable by default csv. Commit.
- Move date/time localization to Grantlee. Commit.
- Use locale-aware formatting for addresses. Commit.
- Only enable the add to calendar action when we have enough data for it. Commit.
- Refactor calendar lookup to only do that once. Commit.
- Refactor reservation action display. Commit.
- Remove some leftovers from the KItinerary move. Commit.
- Make as invalid email. Commit.
- Adapt to new api. Commit.
- Fix warning. Commit.
- Fix warning. Commit.
- Increase version. Commit.
- Add action to import extracted data into the itinerary app, if present. Commit.
- Remove the last traces of string-based property access. Commit.
- Remove more string-based property access. Commit.
- Get rid off some string-based property access. Commit.
- Use SortUtil::startDateTime to determine the calendar time range to show. Commit.
- Add i18n. Commit.
- Remove leftovers from the KItinerary move. Commit.
- Revert "Remove extra /". Commit.
- Remove extra /. Commit.
- Remove extra /. Commit.
- Add support for the new PDF extractors. Commit.
- Don't parse the ticket token content manually here. Commit.
- Cleanup left-over method declarations. Commit.
- Attach pkpass boarding passes to the calendar event too. Commit.
- Minor: Fix string, respect KDE HIG. Commit.
- Increase version. Commit.
- Increase version. Commit.
- Display current data merged with already existing data in the calendar. Commit.
- Properly merge existing reservation data in the calendar. Commit.
- Rework data extraction. Commit.
- Clean up. Commit.
- Adapt to new api. Commit.
- Load config. Commit.
- Comment--. Commit.
- Fix read/load data. Commit.
- Add comment. Commit.
- Add method for filling combobox. Commit.
- Prepare loading/saving data. Commit.
- Add comment. Commit.
- Comment--. Commit.
- Allow to reload config. Commit.
- Fix show on map action if both address and geo coordinates are present. Commit.
- Improve map actions. Commit.
- Also consider pkpass attachments for extraction. Commit.
- Warning--. Commit.
- Save as html. Commit.
- Switch to the KItinerary library. Commit.
- Switch the pkpass formatter plugin to use KPkPass. Commit.
- Add clear button. Commit.
kdepim-apps-libs [Show]
kdepim-runtime [Show]
- We need them. Commit.
- IMAP: port GmailPasswordRequester to the new KGAPI2::AccountManager. Commit.
- Bump KIMAP dependency. Commit.
- IMAP: port away from deprecated encryption options. Commit.
- The Kolab resource still needs kdelibs4support. Commit.
- Compile again after the kdelibs4support removal. Commit.
- Compile again after the kdelibs4support removal. Commit.
- Add more missing dependencies. Commit.
- Fix typo. Commit.
- Add KDocTools dependency (for handbook generation). Commit.
- Add GenerateExportHeader. Commit.
- Fixing ewssetting test ( adding AkonadiCore to depdenendy). Commit.
- Use QOverload<>::of. Commit.
- Don't use deprecated api. Commit.
- Handle Error in GetFolderResponseMessage. Commit. Fixes bug #387580
- Handle Error in GetFolderResponseMessage. Commit. Fixes bug #387580
- Always add domain delimiter if "Domain" checkbox is selected. Commit. Fixes bug #388496. See bug #390798
- Always add domain delimiter if "Domain" checkbox is selected. Commit. Fixes bug #388496. See bug #390798
- I18n: remove extra quotes from Comment keys. Commit.
- I18n: remove extra quotes from Comment key. Commit.
- IMAP: Remove the requirement to use only OAuth with GMail. Commit.
- Move the XOAUTH SASL plugin to KGAPI. Commit.
- Fix layouting. Commit.
- Make sure to create unique filename in maildir resource. Commit.
- Respect KDE HIG for capitalization. Commit.
- Fix Bug 376286 - Add a "Mark as read" button in the new mail notification. Commit. Fixes bug #376286
- Start to fix Bug 376286 - Add a "Mark as read" button in the new mail notification. Commit. See bug #376286
kdf [Show]
- Not necessary to generate moc file. Commit.
- Remove extra ;. Commit.
- Warning--. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Add simple appdata file for KDiskFree. Commit.
kdialog [Show]
keditbookmarks [Show]
- Remove usage of dead QT_USE_FAST_CONCATENATION. Commit.
kfind [Show]
- Add KF5_MIN_VERSION. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Port away from KMimeType. Commit.
kfloppy [Show]
- Remove unneeded moc includes. Commit.
- Remove usage of dead QT_USE_FAST_CONCATENATION. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
kget [Show]
- [mirrorsettings] Delay accepting the QDialog. Commit.
- [metalinkcreator] Setup the country and language models. Commit.
- [metalinkcreator] Properly connect buttons to the file dialog. Commit.
- [metalinkcreator] Only enable "finish" when all required data is entered. Commit.
- [metalinkcreator] Use the real KGet version for the "generator" field. Commit.
- [metalinkcreator] Properly set Save mode for save dialog with KIO 5.33+. Commit.
kgpg [Show]
- Fix translated labels text cropping in kgpgfirstassistant. Commit.
- Remove unneeded QT definitions. Commit.
- Return std::vector instead of QList from KeyTreeView::selectedNodes(). Commit.
- Get rid of foreach. Commit.
- Factor out duplicate code to find best encryption key. Commit.
- Clean up _describe_key_strength(). Commit.
- Tests: clean up checking encrypted text format. Commit.
- Fix build with strict compile flags. Commit.
- Fix warning. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Tests: increase timeouts, GnuPG can need a bit. Commit.
- Tests: build common code only once. Commit.
- Tests: allow to run in parallel. Commit.
- Use more KGpgTransaction::addArguments(). Commit.
- Remove the unused return value of KGpgTransaction::addArguments(). Commit.
- Use delegating constructor. Commit.
- Tests: verify some cornercases. Commit.
- Tests: include own header first. Commit.
- Tests: verify that invalid email adresses are rejected when adding uid. Commit.
- Tests: fix "add photo" tests. Commit.
- Tests: add more casts to fix build with older Qt versions. Commit.
- Add KGpgExport tests. Commit.
- Add tests for KGpgAddUid. Commit.
- Use insertArguments instead of addArgument. Commit.
- Make KGpgTransaction::insertArgument,insertArguments public. Commit.
- Add test for KGpgAddPhoto. Commit.
- Add KGpgDelKey tests. Commit.
- Add KGpgDecrypt tests. Commit.
- Add KGpgEncrypt tests. Commit.
- Only build the tests if BUILD_TESTING is ON. Commit.
- Tests: cleanup. Commit.
- Tests: do not use Qt module in include statement. Commit.
- Mark constructor as explicit. Commit.
- Officially require Qt 5.9. Commit.
- Tests: add more casts to fix build with older Qt versions. Commit.
- Tests: add casts to fix build with older Qt versions. Commit.
- Add KGpgInterface tests. Commit.
- Make KGpgTransaction::addArgument public. Commit.
- Tests: stylistic cleanups. Commit.
- Add KGpgChangeDisable tests. Commit.
- Add KGpgChangeTrust tests. Commit.
- Add KGpgVerify tests. Commit.
- Add KGpgImport tests. Commit.
- Create static lib. Commit.
khelpcenter [Show]
- [Khelpcenter] Use HiDPI icons. Commit.
- Proofread online help docbook. Commit.
- Set desktop file name in KAboutData. Commit.
kidentitymanagement [Show]
kig [Show]
kimap [Show]
- Fix merging. Commit.
- USe Q_REQUIRED_RESULT. Commit.
- Fix minor typos. Commit.
- LOGIN: remove deprecated encryption options. Commit.
- Add proper error message when STARTTLS is not supported. Commit.
- LoginJob: add Q_FALLTHROUGH. Commit.
kio-extras [Show]
- Remove an space and a new line. Commit.
- Fix sftp links with new uds implementation. Commit.
- Don't generate thumbnail for desktop files. Commit. Fixes bug #220330
- [activity plugin] Use the imperative mood to match all other Dolphin plugins. Commit.
- Rename KActivities linking plugin. Commit.
- Constrain libsmbclient bug workaround to affected versions only. Commit. See bug #390551
- Use a more intuitive, user-friendly name for Samba share access. Commit. Fixes bug #141257
kiriki [Show]
kiten [Show]
- Fix warning. Commit.
kitinerary [Show]
- New in this release
kldap [Show]
- Fix warning. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Kldap: add support for TLS CA certificate handling. Commit.
kleopatra [Show]
- Fix bad commit for Windows. Commit.
- Update list of supported smartcards. Commit.
- Revert "Allow NetKey cards with Version 15". Commit.
- Use the new Formatting::prettyID in more places. Commit.
- Fix lookup dlg by porting it to keytreeview. Commit.
- Use long KeyID in keyTreeView's. Commit.
- Remove spurious qDebug. Commit.
- Allow NetKey cards with Version 15. Commit.
- Handle upcoming "diagnostics" log from GPGME. Commit.
- Add new column in subkey details to mark primary. Commit.
- Clarify i18n comment. Commit.
- Handle no MDC for legacy algos gracefully. Commit.
- Improve error handling for decrypt/verify. Commit.
- Don't show message box for task errors. Commit.
- Replace Q_FOREACH in decverifyfilesdialog. Commit.
- Make recipients look better. Commit.
- Remove dead code. Commit.
- Fix warning. Commit.
- Use qapplication path for uniqueservice test. Commit.
- Don't use c++ file as test data. Commit.
- Improve NetKey card error handling. Commit.
- Fix crash if netkeycard has no pinstates. Commit.
- Fix warning. Commit.
- Set default expiry date of 2y for new keys. Commit.
- Only set "allow-version-check" once on windows. Commit.
- Support openpgp4fpr URI scheme. Commit.
- Bump patch version. Commit.
- Change icon to open selection dlg in lineedit. Commit.
- Update calendarwidget selection when page changes. Commit.
- Translate placeholder string in pad. Commit.
- Warning--. Commit.
- Add option to show config dialog with parent. Commit.
- Bump version to 3.1.1. Commit.
- Change working dir on Windows after startup. Commit. Fixes bug #393447
- Enable / Disable Apply Profile button. Commit.
- Change License of versioninfo.rc.in to GPL. Commit.
- Initialize kcrash. Commit.
- Fix some warnings. Commit.
- On Windows use Gpg4win tracker for bugreports. Commit.
- Add missing i18n in netkeywidget. Commit.
- Add missing override. Commit.
- Add override. Commit.
- Use clearsign in padwidget. Commit.
- Handle URL's in S/MIME certificate details. Commit.
- Improve i18n of notepad actions. Commit.
- Add import support to Notepad. Commit.
- Add ImportCertificateFromDataCommand. Commit.
- Set TypeWriter style hint for exportdialog font. Commit.
- Clarify profile config GUI element. Commit.
- Show skipped v3 keys in import result. Commit.
- Fix detailscommand leak / close on accept. Commit.
klettres [Show]
kmail [Show]
- Fix enable/disable print action. Commit.
- Add warning when we can't print message. Commit.
- Add "Add Followup Reminder..." entry in messagelib popupmenu too. Commit.
- Port to setAutoSaveSettings so that saving happens before hiding. Commit. Fixes bug #396339. See bug #395988
- KMail: don't sync after save, don't reload after last sync. Commit.
- Fix selecting a favorite that is filtered out in the foldertreeview. Commit.
- Fix reset to default value. Commit.
- Fix reset to default value. Commit.
- Remove it. Commit.
- Use nullptr. Commit.
- Add dialog box when we are not able to send email. Commit.
- Minor. Commit.
- Increase version. Commit.
- Minor. Commit.
- Remove the locolor icons. Commit.
- It's a critical action. So we need to be informed. Commit.
- Fix warning. Commit.
- Fix warning. Commit.
- Don't use deprecated api. Commit.
- Minor: Fix string, respect KDE HIG. Commit.
- Fix layouting. Commit.
- Adapt to new api. Commit.
- Use better icons for Kontact plugins. Commit.
- Fix include. Commit.
- Kmmainwidget: Add space after "Search...". Commit.
- Avoid to detach element. Commit.
- Warning--. Commit.
- Use new macro. Commit.
- Port to new connect api. Commit.
- Don't assign invalid collection. Commit.
kmail-account-wizard [Show]
kmailtransport [Show]
- Kioslave was remove long time ago. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- SMTP: port XOAUTH handler to the new KGAPI2::AccountManager. Commit.
- SMTP: use the new KSmtp encryption enumerators. Commit.
- Use 587 as default SMTP port, fallback to 25 if 587 fails in ServerTest. Commit.
- Use SSL/TLS and STARTTLS as encryption option labels. Commit.
- Handle XOAUTH token expiration reported by KSmtp. Commit.
- Don't use deprecated api. Commit.
- SMTP: Add support for XOAUTH2 method. Commit.
- Implement auto-detection of XOAUTH2 method. Commit.
- Add clear button. Commit.
- Avoid to export private class. Commit.
- Fix metainfo.yaml. Commit.
- Port to new connect api. Commit.
- Remove private slot. Commit.
kmbox [Show]
- Use Q_REQUIRED_RESULT. Commit.
kmime [Show]
kmix [Show]
- Bump version and date in docs. Commit.
- Update docs. Commit.
- Merge git://anongit.kde.org/kmix. Commit.
- Preferences dialogue: Improve appearance of "Sound Menu" tab. Commit.
- System tray popup menu: Add "Configure KMix" action. Commit.
- Preferences dialogue: Improve appearance of "General" and "Startup" tabs. Commit.
- Update X-KDE-Library data to new binary name (not used, just to be correct). Commit.
- Remove unused entry X-KDE-DBus-ModuleName from the kded plugin metadata. Commit.
- Merge git://anongit.kde.org/kmix. Commit.
- Use PRIVATE linking for the shared library where appropriate. Commit.
- Version the library, to avoid Neon packaging problems. Commit.
- Put back English translations removed by scripty. Commit.
- Reorganise CMakeLists.txt, use libraries to reduce duplication. Commit.
- Convert KMixD KDED module to JSON metadata. Commit.
- Configure Channels dialog: Avoid zero margin. Commit.
kmousetool [Show]
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
kmouth [Show]
knotes [Show]
- Apply patch from Oleg Solovyov. Commit. Fixes bug #334138
- Use a pretty icon in Kontact sidebar. Commit.
- Use KDE_INSTALL_DATADIR. Commit.
- Add missing override. Commit.
kolourpaint [Show]
- There's only http for kolourpaint.org. Commit.
- Use QT_USE_QSTRINGBUILDER instead of outdated QT definitions. Commit.
- [Kolourpaint] Use HiDPI icons. Commit.
- Add .arcconfig file. Commit.
- Proofread kolourpaint docbook for 18.04. Commit.
konqueror [Show]
- Restore the ability to view man and info pages from Konqueror. Commit.
- Display an error page for error URLs in WebEnginePart. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Akregator feed detector plugin: Use new connect() syntax. Commit.
- Akregator feed detector plugin: Make PluginBase just a namespace. Commit.
- Akregator feed detector plugin: Restore the popup menu action. Commit.
- Akregator feed detector plugin: Port away from KDELibs4Support. Commit.
- Akregator feed detector plugin: Do not crash for an invalid URL. Commit.
- Fix test failure once D12206 lands. Commit.
- Fix test failure when D11569 lands. Commit.
konsole [Show]
- Don't pollute the environment inside Konsole with QT_NO_GLIB. Commit.
- Vt102EmulationTest: Use QTEST_GUILESS_MAIN. Commit.
- Revert "Change internal character type size to 32 bit". Commit. See bug #396435
- Fix hang on a lot of output from a program. Commit. Fixes bug #230184
- Move search line upper bound check to less generic function. Commit.
- Add a sample emoji test file. Commit.
- IncrementalSearchBox: use autoFillBackground. Commit.
- IncrementalSearchBox: do not propagate unhandled keys to parent. Commit.
- IncrementalSearchBox: fix rendering during terminal scroll. Commit. Fixes bug #396119
- Fix SearchBar font. Commit.
- For QPointer do not compare to nullptr, use isNull(). Commit.
- Fix crashes when font's height() < 1. Commit. Fixes bug #396009
- For demo_konsolepart, enable blur from the profile's settings. Commit. See bug #395520
- Fix KConfig. Commit.
- Revert "Treat scrollBar as overlay". Commit.
- Revert "Show the scrollbar only when needed". Commit.
- Remove usage of dead QT_USE_FAST_CONCATENATION. Commit.
- Add a global shortcut (Ctrl+Alt+T) to launch Konsole. Commit.
- Remove SearchBar from the MainWindowOverview. Commit.
- Remove SearchBar from the MainWindowOverview. Commit.
- Add note about using pointer for dialog. Commit.
- Revert "Stack when heap's uneeded.". Commit.
- Revert "Simplify code dealing with creating new sessions.". Commit. Fixes bug #395555
- Code cleanup on the Profile Settings. Commit.
- Code cleanup on the Profile Settings. Commit.
- Stack when heap's uneeded. Commit.
- Simplify Logic: use ternary when it improves readability. Commit.
- Use auto when types are explicit. Commit.
- Simplify Logic. Commit.
- Favor manual list creator over for loop for small list. Commit.
- Use Initializer list instead of temporaries. Commit.
- Clean setFoundMatch. Commit.
- Return early - minimize if indentation. Commit.
- Don't check what doesn't needs to be checked. Commit.
- Use initializer list to create QSet. Commit.
- Return early - minimize if indentation. Commit.
- Expose profile switching through d-bus. Commit.
- Simplify saveShortcuts and saveFavorites. Commit.
- Show the scrollbar only when needed. Commit.
- Treat scrollbar as overlay. Commit.
- Treat scrollBar as overlay. Commit.
- Simplify: Use locals instead of pointers. Commit.
- Simplify code dealing with creating new sessions. Commit.
- Simplify isProfileDeletable. Commit.
- Remove unnecessary forward-calls. Commit.
- Simplify if-logic. Commit.
- De duplicate setContainerFeatures. Commit.
- Simplify Apply Profile to View. Commit.
- Simplify calls using a lambda. Commit.
- Correctly list the open programs when trying to quit. Commit.
- Use Q_ASSERT to catch null pointers for _sessionController and session(). Commit.
- Fix block selection mode in a couple of cases. Commit. Fixes bug #331034
- Only consider startDragDistance for drag-n-drop tabs. Commit.
- Move isPrimaryScreen() to Session. Commit.
- Remove default edge to getCharacterPosition(). Commit.
- Fix mouse coords for programs interested with it. Commit.
- Replace setUserTitle() with setSessionAttribute(). Commit.
- Invert the logic for Mouse Tracking events. Commit.
- Refine tab bar settings UI string. Commit.
- Allow any character(s) as a key in key binding. Commit. Fixes bug #385380
- Ignore control characters in the text part of Xpe "ESC]" sequences. Commit. Fixes bug #315581
- Silence -Wformat-truncation warnings. Commit. Fixes bug #394565
- Remove StackedViewContainer class. Commit.
- Modernize: Remove 'this->'. Commit.
- Improve the Keyboard tab and the KeyBindings editor. Commit.
- Reduce the boilerplate needed for commandLineArgs. Commit.
- Convert loc() to function and add arguments checks. Commit.
- Use setPlaceholderText for profile name instead of kmessagewidget. Commit.
- Fix word selection mode. Commit.
- Change internal character type size to 32 bit. Commit.
- Backspace without CTRL should send '^?'. Commit. Fixes bug #394276
- Fix cursor advancement in last column. Commit.
- Update docs for file used with --tabs-from-file. Commit.
- Check for valid currentView before using it for scrolling up/down. Commit.
- Fix when the name of a process called with sudo is not shown. Commit.
- Prevent invalid image array indexing. Commit.
- Fix scoping issues with Screen::DecodingOptions. Commit.
- The exported version env var should have a consistent length. Commit.
- Fallback to fixed width fonts. Commit. Fixes bug #393620
- Do not paint long pre-edit text outside display. Commit.
- Export KONSOLE_VERSION as an environment variable. Commit. See bug #347323
- Do not round up character coordinates for hotspots. Commit.
- Paste dropped files and folders as text by default. Commit. Implements feature #393523
- Restore Bi-Directional text support. Commit. Fixes bug #393644
- Add support for Set Cursor Style (DECSCUSR) escape sequences. Commit. Fixes bug #347323
- Apply the key bindings changes to the current profile. Commit.
- Revert "s/quint8/int/ to simplify and avoid conversion issues". Commit. Fixes bug #393174
- Fix build with Qt 5.11_beta3 (dropping qt5_use_modules). Commit.
- S/quint8/int/ to simplify and avoid conversion issues. Commit.
- Check for valid _foregroundProcessInfo to prevent crash. Commit. Fixes bug #391447
- Add more tests for CharacterColor. Commit.
- Support XTerm Alternate Scroll Mode escape sequences. Commit.
- Tweak README-KeyTab and README.keyboard a bit. Commit.
- Add profile property to toggle alternate scrolling. Commit. Fixes bug #170582
- Add note about Edit Bookmarks menu requires keditbookmark program. Commit. Fixes bug #392938
- Add docs to the user manual about the terminal key bindings. Commit.
- Always preserve line breaks on "Select All" action. Commit. Fixes bug #352616
- Remove ESC sequences from pastes in bracketed mode. Commit.
- Convert the token parsing from #define to constexpr. Commit.
- Make the keypad "5" key send "\E[E" when NumLock is off. Commit. Fixes bug #189116
- Fix test now that & is converted to &. Commit.
- Convert & to & for HTML decoder. Commit.
- Correct delete lines. Commit.
- Add data drived tests for PlainText and HTML decoder. Commit.
- Add faint/concel/strike/overline and combo italic/underline. Commit.
- Fix readability-implicit-bool-cast issues. Commit.
- Add Vt102Emultation tests for token changes s/#define/constexpr/. Commit.
- Do not resize new screen lines. Commit. Fixes bug #392419
- Clip character drawing to its own cell. Commit. Fixes bug #361547
- Fix 2 issues: don't use last() on temp object and use for loop reference. Commit.
- For QPointer do not compare to nullptr, use isNull(). Commit.
- Remove unused variables. Commit.
- Fixed scrollbar background bug for transparent Konsole. Commit. Fixes bug #391788
- Remove unused [this] in lambda. Commit.
- Use constuctor initialization list for all members. Commit.
- Add _ to member name for clarity and use constuctor initialization list. Commit.
- Fix crash when using resetColorScheme(). Commit.
- Properly handle mouse in read-only mode. Commit.
- Process key event even without active TerminalDisplay. Commit.
- Add check for valid screen; fixes test. Commit.
- Initialize _currentTerminalDisplay. Commit.
- Delete new KMessageWidgets first before _image. Commit.
- Allow view-controlling keys in read-only mode. Commit.
- Mostly revert of "Allow view-controlling keys in read-only mode". Commit.
- Partial revert of "Allow view-controlling keys in read-only mode". Commit.
- Allow view-controlling keys in read-only mode. Commit.
- Make the key binding editor dialog bigger. Commit.
- Fix spelling issue. Commit.
- Disable menu actions when read-only/locked. Commit.
kontact [Show]
- Add location hint for Parts' toolbars. Commit. Fixes bug #383916
- We depend against qt5.9. Commit.
- ‘if you to hide’ → ‘if you want to hide’. Commit.
- Improve size panel icon rendering. Commit.
- Kcmkontact.cpp - skip disabled plugins when making the "start with component" combobox. Commit. See bug #121884
kontactinterface [Show]
- Use Q_REQUIRED_RESULT. Commit.
kopete [Show]
- Stop mentioning "Windows Live Messenger" in appdata. Commit.
- Remove the Yahoo protocol. Commit. Fixes bug #395287
- Fix minor typo. Commit.
- Add simple appdata file for Kopete. Commit.
korganizer [Show]
- Use nullptr here. Commit.
- Searchdialog_base.ui - add missing tooltip and whatsthis. Commit.
- Src/prefs/koprefsdialog.cpp - allow clearing the Holiday region selector. Commit.
- Various - now we can configure multiple holiday regions. Commit.
- Views/collectionview/calendardelegate.cpp - show calendar tooltips. Commit.
- Korgac/alarmdialog.h - ENUMS -> ENUM. Commit.
- Korgac/alarmdialog.cpp - do a better job finding the incidence to select. Commit.
- Warning--. Commit.
- Use better icon for Kontact plugins. Commit.
- Add missing override. Commit.
- Fix warning. Commit.
- We can't use a popupmenu with a qpushbutton. We need a toolbutton. Commit.
- Use nullptr. Commit.
- Kodialogmanager.cpp, koviewmanager.cpp - normalize SIGNALs/SLOTs. Commit.
- Various - cleanup headers and a bit of coding style. Commit.
- Allow configuring first day of week. Commit. Fixes bug #358106
- Alarmdialog.cpp - add some missing WhatsThis. minor code style. Commit.
- Alarmdialog - add new Suspend menu where you can set/reset default value. Commit.
- Remove dead code. Commit.
- Port to new connect api. Commit.
- Convert it. Commit.
kpat [Show]
- Freecell: Don't allow moving out of foundation. Commit. Fixes bug #396882
- Make keyboard action labels translatable. Commit.
- Apply Jonathan's suggested change, let's see if it still builds on BSD. Commit.
- Fix linking on FreeBSD. Commit.
- Use Freecell Solver for FreeCell and Simple Simon. Commit.
- Use Freecell Solver for FreeCell and Simple Simon. Commit.
- Refactor the Solver class. Commit.
- Getting rid of macros and dead code:. Commit.
- General Code clean-up. Commit.
kpimtextedit [Show]
- RichtextEditor: don't rehighlight() directly, once is enough. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Make sure to use value. Commit.
kpkpass [Show]
- New in this release
krdc [Show]
- Fix deadlock when user cancels ssh password dialog. Commit.
- Add option of connecting to the vnc server through a ssh tunnel. Commit.
- Enable override warnings (on gcc). Commit.
- Small typo fix. Commit.
- Make gcc happy. Commit.
- No need for such a big margin on top now that image is gone. Commit.
- Remove needless space-eating header. Commit.
- Clang-tidy: modernize-use-nullptr. Commit.
- Clang-tidy: modernize-use-override run. Commit.
- CMake: Fix AUTOMOC warnings. Commit.
krfb [Show]
- Fix IPv6 connectivity. Commit.
kross-interpreters [Show]
- Python: the module is optional, so make the dependency optional too. Commit.
kruler [Show]
- Remove unneeded QT definitions. Commit.
- Fix compile without deprecated method. Commit.
- Make sure that it compiles with strict compile flags. Commit.
ksirk [Show]
- Remove the locolor icons. Commit.
ksmtp [Show]
- Use Q_REQUIRED_RESULT. Commit.
- Login: remove the deprected encryption options. Commit.
- Add proper error message when STARTTLS is not supported. Commit.
- Handle XOAUTH token expiration better. Commit.
- Use QOverload. Commit.
- Fix missing implemenation of LoginJob::usedAuthMethod(). Commit.
- Fix variable. Commit.
- Remove dependency on KMime, in master branch. Commit.
- Rename XOAUTH to XOAUTH2. Commit.
- Increase SMTP session timeout to 1 minute. Commit.
ksudoku [Show]
- Improve two messages. Commit. Fixes bug #357999. See bug #242300
- Improve Hint and Solve action visibility and enabled state. Commit. Fixes bug #357996
- Implement wish 319522: Option to restart current game. Commit. Fixes bug #319522
- Remove TODO file. Commit.
- Remove AUTHORS file. Commit.
- Remove obsolete INSTALL and VERSION files. Commit.
- Remove file TODOPORT. Commit.
ksystemlog [Show]
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
kteatime [Show]
- Fix no tea is ready notification after second run. Commit. Fixes bug #397151
- Fix broken context menu after adding custom tea. Commit. Fixes bug #396448
- Warning--. Commit.
- Remove usage of dead QT_USE_FAST_CONCATENATION. Commit.
ktimer [Show]
- Make sure to compile without deprecated method. Commit.
- Make compile with strict compile flags. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
ktnef [Show]
ktp-common-internals [Show]
- Provide a default to fix a fall through statement in FavoriteRoomsModel. Commit.
- Fix a fall through statement in FavoriteRoomsModel. Commit.
- KCoreConfigSkeleton::readConfig () is deprecated, port away. Commit.
- KCoreConfigSkeleton::writeConfig () is deprecated, port away. Commit.
- QStyleOptionViewItemV4 is deprecated, port away. Commit.
- [declarative] Add getters to MessageModel for lastMessage and lastMessageDateTime. Commit.
- [declarative] Add roles to MessagesModel that allows painting the messages grouped. Commit.
- [declarative] Allow later setting of Tp::Account to Conversation. Commit.
- [declarative] Add "ready" property to TelepathyManager and call becomeReady() in ctor. Commit.
ktp-contact-list [Show]
- KMainWindow::helpMenu() is deprecated, port away. Commit.
- No default value in switch. Commit.
- KLineEdit::setClearButtonShown() is deprecated, port away. Commit.
- QStyleOptionViewItemV4 is deprecated, port away. Commit.
- KToolInvocation::invokeBrowser() is deprecated, port away. Commit.
ktp-text-ui [Show]
ktuberling [Show]
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Add OARS tags to the appdata. Commit.
kturtle [Show]
- Add explicit/nullptr. Commit.
- Use nullptr/explicit. Commit.
- Remove double margin here too. Commit.
- Remove double margin. Commit.
kwalletmanager [Show]
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Add simple appdata file for KWalletManager. Commit.
kwave [Show]
- Fix fro refcount falling below 1 when switching gui type per script. Commit.
- Remove usage of dead QT_USE_FAST_CONCATENATION. Commit.
- URL updates in documentation. Commit.
- Rewrote some misleading sections of the description of the internal command 'menu(...)'. Commit.
- Some documentation fixes (partial):. Commit.
- (minor EBN fix). Commit.
- (fixed some cppcheck warnings). Commit.
- EBN: fix for QDialog::exec() issue. Commit.
- Use Q_UNUSED instead of (void) cast. Commit.
- Fixed race condition in RecordThread (queue handling). Commit.
- (svn-update-l10n.sh fix for languages without long name). Commit.
- Fix for RPM support, re-added make target 'specfile'. Commit.
- Revert "SVN_SILENT made messages (.desktop file) - always resolve ours". Commit.
- Fixed initial creation of l10n dir. Commit.
- Moved checks for sys/times.h, stdint.h and stdio.h to libkwave. Commit.
- Reduced use of stdio.h. Commit.
- No longer use sys/types.h. Commit.
- No longer use limits.h, changed to std::numeric_limits from
. Commit. - Fixed some wrong includes of "math.h". Commit.
- More use of new(std::nothrow). Commit.
- Workaround for MP3 files with wrong length information. Commit.
- Fix for potential deadlock when canceling playback test dialog. Commit.
- Bugfix: label positions got messed up after sample rate conversion. Commit.
- Cleanup: removed unused feature to attach meta data to lists of tracks and ranges of samples. Commit.
- Bin/svn-update-l10n.sh: fixed abort of script when a language did not exist. Commit.
- Search&replace: 'KWave' -> 'Kwave'. Commit.
- Updated developer handbook. Commit.
- Fix for creating rpm changelog between releases. Commit.
kwordquiz [Show]
libgravatar [Show]
- Use Q_REQUIRED_RESULT. Commit.
- Don't export symbol. Commit.
- Increase version. Commit.
- Byebye libravatar. Commit.
- Libravatar will be shutdown in september. Commit.
- Remove old comment. Commit.
- Add info about shutdown. Commit.
libkcddb [Show]
libkdepim [Show]
- Use Q_REQUIRED_RESULT. Commit.
- Fix show default text when we clear lineedit. Commit.
- Make clear button works. Commit.
- Don't use deprecated api. Commit.
- Warning--. Commit.
- Warning--. Commit.
- Add missing override. Commit.
- Revert "GIT_SILENT: prepare 5.8rc". Commit.
- Fix metainfo.yaml. Commit.
libkeduvocdocument [Show]
- Honnor BUILD_TESTING. Commit.
libkgapi [Show]
- Fix build against Qt < 5.10. Commit.
- Replace KGAPIRaw logging category with file logging. Commit.
- Force default size for auth dialog. Commit.
- Fix MSVC build. Commit.
- Clean forward declaration. Commit.
- Bump version, we added a bunch of new APIs. Commit.
- AccountManager: automatically refresh tokens if they're passed expiration date. Commit.
- Fix loading scopes from KWallet. Commit.
- Account: add mail scope URL. Commit.
- Sasl: don't dump outBuf when disposing of the plugin. Commit.
- AccountManager: add refreshTokens() API. Commit.
- Add public error gettersto AccountPromise. Commit.
- AccountManager: deduplicate requests. Commit.
- Cleanup includes. Commit.
- Don't instantiate QWebEngineView at all when using FakeAuthWidget. Commit.
- Drive: use only filename to create multipart boundary hash. Commit.
- Implement AccountManager. Commit.
- Drive: first bunch of tests. Commit.
- Drive: add missing implementation of FileAbstractUploadJob::files(). Commit.
- AccountInfo add tests. Commit.
- Core: add comparison operator to AccountInfo. Commit.
- Drive: add comparison operators to all objects. Commit.
- Correct various typos in the comments and Mainpage.dox. Commit.
- Unify variable name. Commit.
- Import SASL plugin woth XOAUTH implementation. Commit.
- Warning--. Commit.
- Port away from deprecated Qt API. Commit.
- Tasks: Add tests for Tasks API jobs. Commit.
- Tasks: Fix extracting request URL in TaskFetchJob. Commit.
- Tasks: Add comparison operators to Task and TaskList. Commit.
- Contacts: Extend ContactsModifyJobTest. Commit.
- Latitude: Deprecate the API. Commit.
- Use QtInfoMsg as for other repo. Commit.
- Tests: use QJsonDocument to beautify JSON instead of json_reformat. Commit.
- Calendar: fix test timezone discrepancies. Commit.
- Calendar: add another batch of tests. Commit.
- Calendar: add comparison operator to BusyRange. Commit.
- Calendar: user reply URL in event fetch job instead of request URL. Commit.
- Calendar: properly use 'kind' parameter instead of 'type'. Commit.
- Calendar: (de)serialize attendee ID. Commit.
- Calendar: print error when parsing JSON fails. Commit.
- Calendar: fix QDate::toString() format string when converting events to JSON. Commit.
- Calendar: first batch of tests. Commit.
- Calendar: use calendarList endpoing for modifying calendars. Commit.
- Calendar: add comparison operator to Calendar, Reminder and Event classes. Commit.
- Contacts: extend ContactModifyJobTest and fix picture handling in the job. Commit.
- Fix build. Commit.
- Contacts: add tests for contacts groups jobs. Commit.
- Contacts: add comparision operator for Contact and ContactsGroup classes. Commit.
- Contacts: fix XML category in group jobs. Commit.
- Contacts: fix reference test data. Commit.
- Contacts: fix extracting etag and last update from XML. Commit.
- Fix photo link missing in contact2_create_response test data. Commit.
- Update README (remove deprecated dependencies). Commit.
- Add metainfo.yaml. Commit.
- Docs: fix typos, update. Commit.
- Fix build. Commit.
- Add more unittests for Contacts API. Commit.
- Contacts: fix parsing of gd:fullName from XML. Commit.
- Add test for ContactCreateJob. Commit.
- Contacts: properly handle contacts without picture. Commit.
- Contacts: fix creating contacts with photo. Commit.
- Contacts: assign ID to phone number and address to make comparision work. Commit.
- Contacts: fix handling of primary and alternative email addresses. Commit.
- Contacts: improve handling of alternative website types. Commit.
- Tests: check if the Authorization header is present in authenticated requests. Commit.
- Fix passing Authorization header when handling redirect. Commit.
- Update copyright. Commit.
- Introduce initial infrastructure to test jobs against fake endpoints. Commit.
- Re-send POST/PUT data after redirect. Commit.
- Remove the old disabled tests for KGAPI1 API. Commit.
- Move QNAM instantiation to a factory class that can be overriden. Commit.
libkleo [Show]
- Fix some warning. Commit.
- Use nullptr. Commit.
- Add long keyid column and Formatting::prettyID. Commit.
- Use p7m and p7s also for armored CMS data. Commit.
- Fix warning. Commit.
- Increase version. Commit.
- Prefer perfect uid matches in keyselection combo. Commit.
- Don't use deprecated api. Commit.
- Only return CMS or PGP recps if resolvable. Commit.
- Handle compliance in keyresolver. Commit.
- Use Formatting::complianceMode. Commit.
- Remove overly verbose debug message. Commit.
- Fix logic error in keyresolver fallback to s/mime. Commit.
- Update de-vs caption also for keygen. Commit.
- Fix some warning. Commit.
- Add missing override. Commit.
- Fix findBestByMailbox sign key selection. Commit.
- Fix crash in Keyselectioncombo. Commit.
- Keyresolver: Fix reduction to single format. Commit.
- Add first version of a new KeyResolver. Commit.
- Fix adding status to subkeys in tooltip. Commit.
- Add subkeys as tool tip formatting option. Commit.
- Add ToolTip to keyselectioncombo. Commit.
libksane [Show]
- Add workaround for broken bytes_per_line values in line-art mode. Commit.
- Make finding Sane required on all platforms except Windows. Commit.
- Wrong place to fix clang warning. Commit.
- Clang static anayzer report this variable is never used in this function. Commit.
- Fix clang static analyzer report about uninitialized argument value. Commit.
libksieve [Show]
- Empty email is an invalid email. Commit.
- Clear values when we reset to default. Commit.
- Add comment. Commit.
- Add missing QLatin1Char('/'). Commit.
- First step for simplifying code. Commit.
- Return message error. Commit.
- Allow to select multi script when server has this support. Commit.
- Oops fix code (bug found by david). Commit.
- Rename this boolean too. Commit.
- Fix check if script is enable. Commit.
- Rename script + rename variable as discussed with david. Commit.
- Don't allow multi emails. Commit.
- Return valid value. Commit.
- Start to implement check email validation. Commit.
- Inform that we didn't able to install script. Commit.
- Signal that email is not valid. Commit.
- Use vacationmaillineedit. Commit.
- Change stylesheet when emails are not valid. Commit.
- Create custom lineedit. Commit.
- Not used now. Commit.
- Don't close dialog when we have a error on email. Commit.
- Use -DQT_USE_QSTRINGBUILDER. Commit.
- Start to implement validation. Commit.
- Add warning when we are not able to parse address. Commit.
- Fix warning. Commit.
- Fix order. Commit.
- Give info about script name. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Disable ok button when we can't test sieve script. Commit.
- Move PimCommon::SieveSyntaxHighlighterUtil to ksieveui. Commit.
- Avoid to export private class. Commit.
- Allow to select address here too. Commit.
lokalize [Show]
- Add .arcconfig file. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Make ‘Incomplete’ column sortable. Commit.
- Show number of incomplete (fuzzy + untranslated) strings in project view. Commit.
- Port KDE_{ISUN,}LIKELY to QT_{UN,}LIKELY. Commit.
- Cleanup debugging (categories). Commit.
mailcommon [Show]
- Use nullptr. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Minor. Commit.
- Don't use deprecated api. Commit.
- Don't export symbole. Commit.
mailimporter [Show]
marble [Show]
- Avoid runtime error about unknown signal when compiled without WebKit. Commit.
- No version number for the libs on Android. Commit.
- Fix accidental use of comma operator. Commit.
- Modernize-use-using. Commit.
- Let Magrathea become a myth. Commit.
- Modernize-use-equals-delete. Commit.
- Add even more override specifiers. Commit.
- Stop InertialEarthRotation when a new coordinate is set or keyboard interaction. Commit.
- Signal is rejected not reject. Commit.
- Worldmap Plasma wallpaper: fix potential binding loop for config label width. Commit.
- Modernize code to use nullptr (clang-tidy). Commit.
- X in tan(x) must be radian, not degree. Commit.
- Must be 180 (two times right angle). Commit.
- Remove unused toString() methods. Commit.
- Const'ify, use geodata_cast<>. Commit.
- Avoid detour through QString when hashing. Commit.
- Reuse GeoDataCoordinates::interpolate(). Commit.
- Reuse GeoDataCoordinates::interpolate(). Commit.
- No need for using GeoDataLineString when calculating distance between just two points. Commit.
- Reuse RouteSegment::projected(). Commit.
- No need for #including MarbleMath.h here. Commit.
- Get rid of (heap allocated) coef vector. Commit.
- GeoDataLatLonBox::{north(),south(),east(),west()} are already normalized. Commit.
- Use GeoDataLatLonBox, just like in GeoGraphicsScene::items(). Commit.
mbox-importer [Show]
- Add missing override. Commit.
messagelib [Show]
- It seems that we need to register it. Commit.
- Make sure that we load "disable emoticon" for header too. Commit.
- Save "disable emoticon" when we change this value. Commit.
- Don't show "Show detail" when we print mail. Commit.
- We need to add isPrinting variable (otherwise it will not work). Commit.
- Fix link color/style text when we print mail. Commit.
- Fix indent. Commit.
- Fix rendering text. We can have Utf8 text. Commit.
- Fix printing support in signedmessage. Commit.
- Avoid crash by initializing pointer. Commit.
- Significant performance increase for specific use conditions. Commit.
- KMail: fix selecting a favorite that is filtered out in the foldertreeview. Commit.
- Fix some warning. Commit.
- Minor. Commit.
- Clean up. Reorder vairbal. Commit.
- Fix UI string: vCard. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Add warning. Commit.
- Use Q_REQUIRED_RESULT. Commit.
- Minor. Commit.
- Fix warning. Commit.
- Fix version. Commit.
- Show messagebox when there is an error. Commit.
- Fix i18n. Commit.
- Fix Bug 395077 - New attachment type: "Attach clipboard". Commit. Fixes bug #395077
- Use showMailAction form GrantleeHeaderStyle in formatter. Commit.
- Add test for vCard link. Commit.
- Add missing depdendency to build on CI. Commit.
- Remove unused variable. Commit.
- Add grantleeformattertests to test in more detail. Commit.
- Return valid html for emailAddrAsAnchor. Commit.
- Use toexpandable for grantleeheaderstyletest. Commit.
- Cleanup. Commit.
- Constify emailAddrAsAnchor. Commit.
- Add grantleeheaderstyle test for invalid theme. Commit.
- Fix image tag ob spam meter and do not add double spaces. Commit.
- Add test to test a bunch of headers. Commit.
- Split different tests. Commit.
- Test for grantleethemestyle.name. Commit.
- Start implementing tests for grantleeheaderstyle. Commit.
- Use QOverload directly. Commit.
- Remove unused files. Commit.
- Minor optimization. Commit.
- Fix version. Commit.
- Load external references in encrypted emails only on explicit request. Commit.
- Use directly css. Remove script for show full address. I know that some autotests are broken. Commit.
- Clean up. Commit.
- Cache number of identity. Commit.
- Cache string. Commit.
- Add comment. Commit.
- Minor optimization. Commit.
- Add comment. Commit.
- Initialize value. Commit.
- Warning--. Commit.
- Minor optimization. Commit.
- Increase version. Commit.
- Move it in cpp file directly. Commit.
- Clean up. Commit.
- Increase version. Commit.
- Remove it. We will move code to sonnet directly. Commit.
- Adapt to new api. Commit.
- Avoid to detach element. Commit.
- Use QOverload. Commit.
- Use QOverload. Commit.
- Remove not necessary cast. Commit.
- Minor optimization. Commit.
- Remove this private slot too. Commit.
- Remove some Q_PRIVATE_SLOT. Commit.
- Remove some Q_PRIVATE_SLOT. Commit.
- Add local file. Commit.
- Add debug. Commit.
okular [Show]
- Fix properties dialog path not being correct on Save As. Commit. Fixes bug #397039
- Improve picture scaling issues in epub generator. Commit. See bug #391625
- Fix crash on shutdown when having edited text forms. Commit. Fixes bug #396807
- Add missing (). Commit.
- Honor BUILD_TESTING. Commit.
- Remove usage of dead QT_USE_FAST_CONCATENATION. Commit.
- Expose 'change colors' through dbus interface. Commit.
- Allow to select more than one file in the 'open file' dialog. Commit. Fixes bug #395175
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Name the manifest the same as the appdata. Commit.
- Add test for additional form actions. Commit.
- Support additional widget actions in PDF Forms. Commit.
- Fix recalculating forms twice. Commit.
- Add info about default/custom annotations. Commit.
- Draw a dark rectangle around highlighted search results. Commit. Fixes bug #355043
- Raise annotation window when clicking on annotation. Commit. Fixes bug #388532
- Kirigami: Don't show two drawer items. Commit.
- Android: Make it possible to open documents from Android. Commit.
- Kirigami: Remove unused slot. Commit.
- Kirigami/Android: Try to get all android-specific code together. Commit.
- Remove the internal file navigation from the global drawer. Commit.
- Don't pretend to translate "Okular" as an application name. Commit.
- Kirigami: Properly reuse the page when scrolling back. Commit.
- Remove dup'ed comment. Commit.
- Kirigami: Asynchronous request of pixmaps. Commit.
- Kirigami: Don't try to render if the item is empty. Commit.
- Kirigami: set request's normalized rect. Commit.
- Android: Make it possible to associate with files. Commit.
- QtQuick: schedule a texture render when the window changes. Commit.
- QtQuick: simplify PageItem. Commit.
- QtQuick: simplify drawing code. Commit.
- Delete old actions when setting new. Commit.
- Add support for chained / next actions. Commit.
- QtQuick: Use proper drawer API. Commit.
- QtQuick: Don't reset zoom when scrollbars appear. Commit.
- QtQuick: make certain properties readonly. Commit.
- QtQuick: remove unnecessary use of QQuickPixmapItem. Commit.
- QtQuick: Port from Text to proper Kirigami.Units. Commit.
- QtQuick: Only emit when there's something to change. Commit.
- QtQuick: Adopt more assertive behavior upon document change. Commit.
- QtQuick: fix visual corruption. Commit.
- QtQuick: use the right bounds when painting. Commit.
- Use QFile::encodeName instead of toLocal8Bit. Commit.
- Fix autotest build if poppler is not installed. Commit.
- Add test for visibility changes. Commit.
- Add support for dynamic visibility. Commit.
- Correctly list the supported file suffixes. Commit.
- Did not meant to commit that. Commit.
- Make it possible to disable the build of okularkirigami. Commit. Fixes bug #393119
- Change annotation type name when an annotation is associated to non-empty popup. Commit. Fixes bug #389836
- Android: include metadata for okular kirigami. Commit.
- Upport high dpi. Commit.
- Set the context properties the app expects. Commit.
- Make some frameworks optional so okular can be built on Android. Commit.
- Turn okularkirigami into an executable. Commit.
- No need to link to okularpart. Commit.
- Only compile FileKeeper when it's necessary. Commit.
- Also don't use KPty code for Android. Commit.
- Improve searching for KActivities. Commit.
- Remove unneeded dependencies. Commit.
- Use KCrash. Commit.
- Use correct filepath. Commit.
- Use correct filepath. Commit.
- New version for master. Commit.
parley [Show]
- Remove duplicate code. Commit.
pim-data-exporter [Show]
- Blogilo is unmaintained now. Commit.
pim-sieve-editor [Show]
- We depend against qt5.9. Commit.
pimcommon [Show]
- Use Q_REQUIRED_RESULT. Commit.
- Increase version. Commit.
- Don't use deprecated api. Commit.
- Fix shouldLoadSaveAutocorrection. Commit.
- Move PimCommon::SieveSyntaxHighlighterUtil to KSieveUi. Commit.
- It's already initialized in header. Commit.
- Fix support when we expand contact. Commit.
- Make it async. Commit.
- Move code in aclmodifyjob. Next step, change it as async. Commit.
- Add missing override. Commit.
- Fix metainfo.yaml. Commit.
print-manager [Show]
- Use nullptr. Commit.
- Use nullptr. use override. Commit.
- Use nullptr/override. Commit.
- Remove usage of dead QT_USE_FAST_CONCATENATION. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Simplify accessing a job object. Commit.
- Possibly fix a crash by updating a row before moving it. Commit. Fixes bug #326289
- Fix typo. Commit.
signon-kwallet-extension [Show]
- Remove unneeded cmake condition left from porting. Commit.
- Remove unneeded cmake macro include. Commit.
- Use override. Commit.
- Use nullptr. Commit.
- Bump min versions to cmake 3.0, qt 5.6, kf 5.18. Commit.
- Remove module prefixes from includes. Commit.
- Remove unneeded moc includes. Commit.
spectacle [Show]
- Rework rectangle/arrow key handling to avoid "stuck edges" and 0x0px rectangle. Commit.
- Add license header to TextLabel.qml. Commit.
- Fix rendering of on-screen help texts for fractional scaling. Commit.
- Improve inline documentation for magnifier toggle feature. Commit.
- Add arrow keys to move and resize selection rectangle. Commit. Fixes bug #394947
- Remove extra semicolon after function definition. Commit.
- Add caption to screenshot in AppStream data. Commit.
- Remove duplicate definition in CMakeLists.txt. Commit.
- Fix typos in docbook. Commit.
- Use share icon in share menu. Commit.
- Warning--. Commit.
- Auto-copy shared image link to clipboard. Commit. Implements feature #392722
- Hide shared image message after taking a new screenshot. Commit.
- Do not duplicate work of KAboutData::setupCommandLine(). Commit.
- Warning--. Commit.
- Adopt a more reasonable approach for passing the file to purpose. Commit. Fixes bug #389765
- Do not hide sharing URL automatically. Commit.
- Deduplicate code for showing inline messages. Commit.
- Deduplicate code for quitting. Commit.
- Improve readability of saving glue code. Commit.
- Allow saving screenshots in custom auto-generated subdirectories. Commit. Implements feature #394183
- Revert "Allow saving screenshots in custom auto-generated subdirectories". Commit.
- Allow saving screenshots in custom auto-generated subdirectories. Commit. Implements feature #394183
- Remove unused header file. Commit.
- Respect system color scheme for rectangular selection. Commit.
- Improve on-screen help text for rectangular selection. Commit.
- Add magnifier for rectangle mode. Commit. Implements feature #392482
step [Show]
- Warning--. Commit.
sweeper [Show]
- Remove outdated Qt definitions. Commit.
- Require at least Qt 5.4.0. Commit.
- Make sure that it builds with strict compile flags. Commit.
- Use same kf5 version. Commit.
- Warning--. Commit.
- Increase version for next Applications release. Commit.
syndication [Show]
- Use Q_REQUIRED_RESULT. Commit.
- Remove the unused OutputRetriever. Commit.
- Replace KRandom with QUuid to ensure uniqueness. Commit.
- Remove Syndication::FileRetriever. Commit.
umbrello [Show]
- Never implemented context menu entry for adding actor, usecase, component, artifact and activity from a widget. Commit. See bug #394230
- Never implemented context menu entry for adding a subsystem port removed. Commit. See bug #394230
- Never implemented context menu entry for adding a subsystem removed. Commit. See bug #394230
- Remove context menu entry for adding port on component diagrams. Commit. See bug #394230
- Fix position of adding note entry to context menu entries. Commit. See bug #394230
- Position and presence of adding plain text unified using context menu for diagrams and widgets. Commit. See bug #394230
- Fix 'Set input focus on first input field in the general properties dialog page'. Commit. Fixes bug #396844
- Add entry to each diagram context menu to add an unconnected note. Commit.
- Add 'note' context menu entry to widgets to add a connected note. Commit. Fixes bug #393188
- Set window title of note property dialog. Commit.
- Fixup note widget calculation. Commit.
- Remove duplicated definition of margin in note widget. Commit.
- Add minimum size calculation to note widget. Commit.
- Fix package name and version in release script. Commit.
- Recreate png icons from available svg sources. Commit.
- Extend drawings in svg file of icon 'umbr-message-synchronous' to match current cursor icon. Commit.
- Fix size in svg file of icon 'pin'. Commit.
- Fix size in svg file of icon 'combined_fragment'-. Commit.
- Fix size of svg file of icon 'category2parent' and 'child2categorxy'. Commit.
- Fix size in svg file for icon 'refactor'. Commit.
- Fix size in svg file of icon 'enum'. Commit.
- Fix first text line display only in svg file of icon 'enum'. Commit.
- Fix color gradient orientation in svg source of icon 'actor' and 'anchor'. Commit.
- Fix color gradient direction in svg file of icon 'enum'. Commit.
- Fix color gradient orientation in svg file of icon 'containment'. Commit.
- Fix color gradient direction in svg file for icon 'containment'. Commit.
- Fix color gradient orientation in svg file of icon 'category'. Commit.
- Fix color gradient direction of several svg files. Commit.
- Fix color gradient orientation and size of icon 'umbr-messsage-synchronous'. Commit.
- Fix color gradient in svg file for icon 'usecase'. Commit.
- Fix color gradient in svg file for icon 'precondition'. Commit.
- Fix color gradient direction in svg file of icon 'note'. Commit.
- Add fill gradient to svg file for icon 'send_signal'. Commit.
- Fix wrong line wrap in svg file for icon 'datatype' and 'interface'. Commit.
- Fix size and display of text in svg source file of icon 'text'. Commit.
- Fix text display of top right box in svg source of icon 'template'. Commit.
- Fix not using white background in svg file for icons 'deep-history' and 'shallow-history'. Commit.
- Remove partially intransparent background in svg file for icon 'umbr-coll-message-asynchronous'. Commit.
- Fix centering of base line and arrow lines for icon 'uniassociation'. Commit.
- Replace inkscape specific line ending mark support by raw drawings in svg file for icon 'join', 'junction' and 'state-fork'. Commit.
- Add displaying of sub menus to ListPopupMenu debug output. Commit.
- Reduce duplicated implementation of ListPopupMenu::insert(). Commit.
- Move dialogs related context menu creating into a separate class DialogsPopupMenu. Commit.
- Remove unused members from class ListPopupMenu. Commit.
- Refactor method ListPopupMenu::makeCategoryTypeMenu() into insertSubMenuCategoryType() using common sub menu style. Commit.
- Merge makeClassifierPopup() into WidgetBasePopupMenu::insertSingleSelectionMenu(). Commit.
- Remove implementation of menu entry "change to instance" because it does not work as expected. Commit.
- Fix adding of entries to the wrong menu in ListPopupMenu::insert(const MenuType m, KMenu* menu). Commit.
- Remove obsolate menu and trigger type definitions. Commit.
- Separate menu entry types from types to create specific menus. Commit.
- Merge multiple definitions of menu entries into ListPopupMenu::insert(MenuType m). Commit.
- Merge ListPopupMenu::insert(MenuType) into ListPopupMenu::insert(MenuType, KMenu*). Commit.
- Move list view related context menu setup to UMLListViewPopupMenu::UMLListViewPopupMenu. Commit.
- Merge AssociationWidgetPopupMenu::insertAssociationItem() into constructor. Commit.
- Merge AssociationWidgetPopupMenu::setupMenu into constructor. Commit.
- Move ListPopupMenu::insertStdItems(), insertSubMenuAlign() and insertSubMenuColor() into class WidgetBasePopupMenu. Commit.
- Move definition of mt_Note to ListPopupMenu::insert(const MenuType m, KMenu* menu). Commit.
- Move ListPopupMenu::insertSubmodelAction() to class UMListViewPopupMenu. Commit.
- Move ListPopupMenu::insertSubMenuLayout() to class AssociationWidgetPopupMenu. Commit.
- Remove CHECKABLE from WidgetBasePopupMenu::insertSingleSelectionMenu(). Commit.
- Rename parameter name WidgetBasePopupMenu::insertSingleSelectionMenu(). Commit.
- Rename unused menu type constant mt_New_Connected_Note to mt_Note. Commit.
- Add manual unit test for class ListPopupMenu. Commit.
- Move popup menu related classes into separate dir. Commit.
- Integrate setupMenu and friends into constructors of derived classes. Commit.
- Remove unused constants from ListPopupMenu enum MenuType. Commit.
- Print warning in case undefined menutype is handled. Commit.
- Split class ListPopupMenu into a base class and derived classes covering widgets, uml list view and uml scene. Commit. See bug #393188
- Remove unwanted import class context menu entry for classes. Commit.
- Fix duplicated definition of keyboard shortcut in stereotype widget. Commit.
- Fixup of commit 988fa1ecbfa0aac74912c58f09180c12d539bb68. Commit. See bug #391559
- Fix minor version number. Commit.
- Use reverse domain notation for application desktop file name. Commit. Fixes bug #391559
- Fix 'Umbrello raises confirmation dialog for deleting an association where no association is involved'. Commit. Fixes bug #393996
- Add comment to umbrello desktop file. Commit. Fixes bug #351979
- Add auto layout config for entity relation diagrams. Commit. Fixes bug #393535
- Add context menu entry to add new stereotypes to stereotypes window. Commit. Fixes bug #393237
- Fix not opening note property widget on double click of a note widget. Commit. See bug #390886
- Add "don't ask again" checkbox to Dialog_Utils::askDeleteDiagram(). Commit. See bug #141809
- Ask user for permission to delete an association from a diagram using the context menu. Commit. Fixes bug #141809
- Add support for importing 'volatile' and 'mutable' type qualifiers for c++. Commit. See bug #60452
- Fixup of commit 2e90bfc27. Commit.
- Add missing diagram attributes 'showdocumentation' and 'autoincrementsequence' to umbrello xmi dtd. Commit.
- Fixup of commit 40018f4fb. Commit. See bug #392773
- Fixup of commit 40018f4fb - document xmi attribute 'isInline'. Commit. See bug #392773
- Fixup of commit 2c9ee5795 - document xmi attribute 'isVirtual'. Commit. See bug #392772
- Fixup of 63595fabc - document xmi attribute 'isVirtual'. Commit. See bug #386258
- Remove unused file. Commit.
- Doxyfile: Exclude 3rdparty code from generating api doc. Commit.
- Fix 'c++ importer does not recognize inline keyword'. Commit. Fixes bug #392773
- Fix 'c++ importer does not recognize c++ virtual keyword'. Commit. Fixes bug #392772
- In UMLScene::deleteSelection() fix number of selection count. Commit. See bug #141809
- Add icon for context menu entry 'Duplicate'. Commit.
- Rename 'Delete' in widget context menu for cloneable widgets to 'Remove'. Commit. See bug #141809
- Give KDE CI a change to build KF5 based umbrello. Commit.
- Update copyright year in about umbrello about dialog. Commit.