Safely storing an application's API keys

2021-01-18 Thread Jean-Baptiste Mardelle
experience / advice on how to protect these API keys so that they are not publicly available ? Is there any KDE online service or framework helping to achieve that ? Thanks in advance for your help, Jean-Baptiste Mardelle

Re: More GSoC Mentors needed

2020-04-08 Thread Jean-Baptiste Mardelle
address. Thanks a lot and let me know if anything else is required.. Jean-Baptiste Mardelle Kdenlive maintainer Nico, Done. Ensure that you are subscribed to KDE-Soc-Mentor mail list. Thanks, Valorie PS: more backups needed! On Tue, Mar 31, 2020 at 10:06 AM Nicolas Fella <mailto:nicolas

D28273: Fix building breeze-icons

2020-03-25 Thread Jean-Baptiste Mardelle
mardelle closed this revision. mardelle added a comment. Fixed in commit https://commits.kde.org/breeze-icons/7a7cbad866bbab362b4b27e2e283c1ff94458927 REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/D28273 To: mardelle, nicolasfella, ngraham Cc: ngraham,

D28273: Fix building breeze-icons

2020-03-25 Thread Jean-Baptiste Mardelle
mardelle created this revision. mardelle added a reviewer: nicolasfella. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. mardelle requested review of this revision. REVISION SUMMARY Trying to build breeze icons fails on the 24px icons generations with

Re: D24489: KAutosaveFile not respecting maximum filename length

2019-12-13 Thread Jean-Baptiste Mardelle
Ouch sorry about that! Won't be able to work on it before tomorrow afternoon at best. Feel free to revert if you think it's best and I can work on an updated version... On Dec 13, 2019, 21:49, at 21:49, David Faure wrote: >dfaure added a comment. > > > It *also* broke Windows compilation: >

D24489: KAutosaveFile not respecting maximum filename length

2019-12-13 Thread Jean-Baptiste Mardelle
mardelle added a comment. Oh sorry about that. Won't be able to work on it before sunday.. feel free to revert if you think it's best - no computer access now... and I can work on an updated patch... REPOSITORY R244 KCoreAddons REVISION DETAIL https://phabricator.kde.org/D24489 To:

D25767: KAutoSaveFile: add a unit test to check max. filename length

2019-12-13 Thread Jean-Baptiste Mardelle
mardelle added a comment. I have now committed https://phabricator.kde.org/D24489 REPOSITORY R244 KCoreAddons BRANCH l-kautosave-unittest (branched from master) REVISION DETAIL https://phabricator.kde.org/D25767 To: ahmadsamir, #frameworks, mpyne, dfaure Cc: mardelle, dhaumann,

D24489: KAutosaveFile not respecting maximum filename length

2019-12-08 Thread Jean-Baptiste Mardelle
mardelle marked 3 inline comments as done. REPOSITORY R244 KCoreAddons REVISION DETAIL https://phabricator.kde.org/D24489 To: mardelle, #frameworks, dfaure, mpyne Cc: ahmadsamir, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D24489: KAutosaveFile not respecting maximum filename length

2019-12-08 Thread Jean-Baptiste Mardelle
mardelle updated this revision to Diff 71081. mardelle added a comment. Update patch according to discussion. extractManagedFilePath will be broken in case of long truncated path but that has always been the case... REPOSITORY R244 KCoreAddons CHANGES SINCE LAST UPDATE

D24489: KAutosaveFile not respecting maximum filename length

2019-12-06 Thread Jean-Baptiste Mardelle
mardelle added a comment. Oh no don't misunderstand me. I am very glad that someone else stepped up! I have more than enough work on my plate with Kdenlive so please help :) Hopefully David can give us some hints about the best way to move on! REPOSITORY R244 KCoreAddons REVISION DETAIL

D24489: KAutosaveFile not respecting maximum filename length

2019-12-06 Thread Jean-Baptiste Mardelle
mardelle added a comment. The unittest is in another diff because it's a different author I guess. I can process the comments but looking closer I found 2 other important issues in this class: 1. When using KAutoSaveFile::staleFiles(filename) to check if there is an existing stale file

D24489: KAutosaveFile not respecting maximum filename length

2019-12-01 Thread Jean-Baptiste Mardelle
mardelle added a reviewer: dfaure. REPOSITORY R244 KCoreAddons REVISION DETAIL https://phabricator.kde.org/D24489 To: mardelle, #frameworks, dfaure Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D24489: KAutosaveFile not respecting maximum filename length

2019-10-08 Thread Jean-Baptiste Mardelle
mardelle created this revision. mardelle added a reviewer: Frameworks. mardelle added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. mardelle requested review of this revision. REVISION SUMMARY There are 2 different issues in current code regarding maximum filename

D7954: Fix repaint loop in KToolBar

2018-02-21 Thread Jean-Baptiste Mardelle
mardelle abandoned this revision. REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D7954 To: mardelle, #frameworks, ilic, dfaure Cc: michaelh

D8084: KAutoSaveFile breaks if source file name contains a space!

2017-11-05 Thread Jean-Baptiste Mardelle
This revision was automatically updated to reflect the committed changes. Closed by commit R244:8ed107304694: Fix KAutoSave bug on file with white space in it (authored by mardelle). REPOSITORY R244 KCoreAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D8084?vs=21868=21898

D8084: KAutoSaveFile breaks if source file name contains a space!

2017-11-04 Thread Jean-Baptiste Mardelle
mardelle marked 2 inline comments as done. REPOSITORY R244 KCoreAddons REVISION DETAIL https://phabricator.kde.org/D8084 To: mardelle, #frameworks, shaforostoff Cc: dfaure, ngraham, cfeck, ltoscano

D8084: KAutoSaveFile breaks if source file name contains a space!

2017-11-04 Thread Jean-Baptiste Mardelle
mardelle updated this revision to Diff 21868. REPOSITORY R244 KCoreAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D8084?vs=20216=21868 REVISION DETAIL https://phabricator.kde.org/D8084 AFFECTED FILES autotests/kautosavefiletest.cpp src/lib/io/kautosavefile.cpp To:

D8060: allow to set a custom palette instead of colorSets

2017-10-07 Thread Jean-Baptiste Mardelle
mardelle added a comment. Thanks I can confirm it is fixed with last commit. REPOSITORY R302 KIconThemes REVISION DETAIL https://phabricator.kde.org/D8060 To: mart, dfaure, #frameworks, rikmills, davidedmundson Cc: mardelle, davidedmundson, broulik, cfeck, #frameworks

D8060: allow to set a custom palette instead of colorSets

2017-10-06 Thread Jean-Baptiste Mardelle
mardelle added a comment. Just to let you know, these last 2 commits to KIconThemes break the icon coloring in existing apps like Kdenlive and KDevelop. Previously, in a KXmlGuiWindow, doing: QPalette plt = KColorScheme::createApplicationPalette(config); setPalette(plt);

D7954: Fix repaint loop in KToolBar

2017-10-05 Thread Jean-Baptiste Mardelle
mardelle added a comment. So did some more tests, and the loop is caused by the tb->settext() call. The QAbstractButton setText method checks if : d->text == text But d->text contains the & accel marker and not text, so we end up comparing 'ren' with 'render' on paint, thus the loop.

D8084: KAutoSaveFile breaks if source file name contains a space!

2017-10-01 Thread Jean-Baptiste Mardelle
mardelle updated this revision to Diff 20216. mardelle added a comment. Added test to check stale file is correctly found REPOSITORY R244 KCoreAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D8084?vs=20180=20216 REVISION DETAIL https://phabricator.kde.org/D8084 AFFECTED

D8084: KAutoSaveFile breaks if source file name contains a space!

2017-10-01 Thread Jean-Baptiste Mardelle
mardelle created this revision. mardelle added reviewers: Frameworks, shaforostoff. Restricted Application added a project: Frameworks. REVISION SUMMARY KAutoSaveFile does not correctly handle simple characters like spaces in file names!!! When creating a stale file (backup file) , to

D7964: KAcceleratorManager: set icon text on actions to remove CJK markers

2017-09-29 Thread Jean-Baptiste Mardelle
mardelle added a comment. Not sure how to test this accelerator thing properly for a review but I would really love to get rid of the ktoolbar hack . Can we get this patch in time for frameworks 5.39 release, or should I commit my workaround https://phabricator.kde.org/D7954 as a temporary

D7954: Fix repaint loop in KToolBar

2017-09-23 Thread Jean-Baptiste Mardelle
mardelle created this revision. mardelle added reviewers: Frameworks, ilic, dfaure. Restricted Application added a project: Frameworks. REVISION SUMMARY Patch is based on https://git.reviewboard.kde.org/r/128421/ This issue - endless repaint loop when a QToolButton is embedded in a KToolBar

Qml/Plasma icon coloring issue

2017-05-14 Thread Jean-Baptiste Mardelle
lor theme with setPalette() 3 - Using QIconItem, sameresults as QML's ToolButton icon As I said, this behavior only happens if the Desktop icon theme is different than Breeze. If you use Breeze as icon theme, everything works fine. Any help appreciated, thanks. Jean-Baptiste Mardelle

Re: Review Request 129986: KUrlRequester does not allow proper save filedialog

2017-03-05 Thread Jean-Baptiste Mardelle
marked as submitted. Review request for KDE Frameworks and David Faure. Changes --- Submitted with commit 143fbd2cd9d5698420ec246f03a4aea24d9d33b3 by Jean-Baptiste Mardelle to branch master. Bugs: 371685 https://bugs.kde.org/show_bug.cgi?id=371685 Repository: kio Description

Re: Review Request 129986: KUrlRequester does not allow proper save filedialog

2017-03-05 Thread Jean-Baptiste Mardelle
- src/widgets/kurlrequester.h 51c1259 src/widgets/kurlrequester.cpp 62e1fea Diff: https://git.reviewboard.kde.org/r/129986/diff/ Testing --- Tested locally, the dialog opening from the KUrlRequester is now a proper "save" dialog Thanks, Jean-Baptiste Mardelle

Review Request 129986: KUrlRequester does not allow proper save filedialog

2017-03-05 Thread Jean-Baptiste Mardelle
ard.kde.org/r/129986/diff/ Testing --- Tested locally, the dialog opening from the KUrlRequester is now a proper "save" dialog Thanks, Jean-Baptiste Mardelle

Re: Review Request 129607: Display Application version in About dialog header

2016-12-08 Thread Jean-Baptiste Mardelle
marked as submitted. Review request for KDE Frameworks, KDE Usability and Sebastian Kügler. Changes --- Submitted with commit 3d28036b0ed33ef077c7df6ba30a6d4ceac61884 by Jean-Baptiste Mardelle to branch master. Repository: kxmlgui Description --- Last year, a change

Re: Review Request 129607: Display Application version in About dialog header

2016-12-07 Thread Jean-Baptiste Mardelle
-a177d9a7b54a__about3.png Thanks, Jean-Baptiste Mardelle

Re: Review Request 129607: Display Application version in About dialog header

2016-12-07 Thread Jean-Baptiste Mardelle
- About dialog with version https://git.reviewboard.kde.org/media/uploaded/files/2016/12/03/c02f4767-2a74-4c25-8599-de410678867e__about.png Updated patch https://git.reviewboard.kde.org/media/uploaded/files/2016/12/03/ee13cb47-2162-4be7-8255-3dce7f470c2b__about2.png Thanks, Jean-Baptiste Mardelle

Re: Review Request 129607: Display Application version in About dialog header

2016-12-03 Thread Jean-Baptiste Mardelle
/2016/12/03/c02f4767-2a74-4c25-8599-de410678867e__about.png Updated patch https://git.reviewboard.kde.org/media/uploaded/files/2016/12/03/ee13cb47-2162-4be7-8255-3dce7f470c2b__about2.png Thanks, Jean-Baptiste Mardelle

Re: Review Request 129607: Display Application version in About dialog header

2016-12-03 Thread Jean-Baptiste Mardelle
ttachments About dialog with version https://git.reviewboard.kde.org/media/uploaded/files/2016/12/03/c02f4767-2a74-4c25-8599-de410678867e__about.png Thanks, Jean-Baptiste Mardelle

Review Request 129607: Display Application version in About dialog header

2016-12-03 Thread Jean-Baptiste Mardelle
://git.reviewboard.kde.org/r/129607/diff/ Testing --- Reverts a recent change, tested and works. File Attachments About dialog with version https://git.reviewboard.kde.org/media/uploaded/files/2016/12/03/c02f4767-2a74-4c25-8599-de410678867e__about.png Thanks, Jean-Baptiste

KDE store question

2016-10-26 Thread Jean-Baptiste Mardelle
Hi all, I would like to use the KDE Store to add downloadable content to Kdenlive. This would require adding some new categories on store.kde.org. However I have not found any contact info on the store, so does anybody know where these requests should be made ? I only found the global

Re: Review Request 126184: Editing toolbars in KXmlGuiWindow sometimes deletes all UI plugged actions

2016-03-05 Thread Jean-Baptiste Mardelle
toolbar_p.h 73152ef Diff: https://git.reviewboard.kde.org/r/126184/diff/ Testing --- Tested, fixes the reported problem. Thanks, Jean-Baptiste Mardelle ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 126184: Editing toolbars in KXmlGuiWindow sometimes deletes all UI plugged actions

2016-03-05 Thread Jean-Baptiste Mardelle
.kde.org/r/126184/diff/ Testing --- Tested, fixes the reported problem. Thanks, Jean-Baptiste Mardelle ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Review Request 126184: Editing toolbars in KXmlGuiWindow sometimes deletes all UI plugged actions

2015-11-27 Thread Jean-Baptiste Mardelle
et->save triggers ui rebuild), but signal is not emitted. My solution is to rebuild ui only if something changed when clicking "ok". Diffs - src/kedittoolbar.cpp ba4ba0f Diff: https://git.reviewboard.kde.org/r/126184/diff/ Testing --- Tested, fixes the reported problem.

Re: Review Request 125208: Fixes file dialog randomly not showing up with frameworkintegration

2015-09-30 Thread Jean-Baptiste Mardelle
with this patch. I would really like to have it included in KDE Frameworks 5.15 because having our apps randomly freeze is a really big problem. - Jean-Baptiste Mardelle On Sept. 13, 2015, 12:18 a.m., Xuetian Weng wrote

Re: Review Request 125208: Workaround bug 350758

2015-09-12 Thread Jean-Baptiste Mardelle
at the code but unless someone comes up quickly with a better fix, this workaround is really needed by our users who are very frustrated by invisible open/save dialog - Jean-Baptiste Mardelle On Sept. 12, 2015, 9:40 p.m., Xuetian Weng wrote

Re: Review Request 125154: Workaround 350758 with same hack in 494584ee43c20948044eb80012b69f65920b33f4

2015-09-12 Thread Jean-Baptiste Mardelle
> On Sept. 11, 2015, 10:02 a.m., Luca Beltrame wrote: > > +1 > > Jean-Baptiste Mardelle wrote: > Kdenlive is also affected by this issue, as described in bug #346413 > Pressing "Esc" allows to dismiss the invisible file dialog and regain > control

Re: Review Request 125154: Workaround 350758 with same hack in 494584ee43c20948044eb80012b69f65920b33f4

2015-09-11 Thread Jean-Baptiste Mardelle
> On Sept. 11, 2015, 10:02 a.m., Luca Beltrame wrote: > > +1 Kdenlive is also affected by this issue, as described in bug #346413 Pressing "Esc" allows to dismiss the invisible file dialog and regain control of the app. However I tested the proposed patch and it does not solve the problem for

Re: Review Request 125051: KFileWidget: multiple files with ":" in filename recognized as directories

2015-09-07 Thread Jean-Baptiste Mardelle
sted on my system, but maybe there is a better way to fix it ? Thanks, Jean-Baptiste Mardelle ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 125051: KFileWidget: multiple files with ":" in filename recognized as directories

2015-09-06 Thread Jean-Baptiste Mardelle
logic behind the original code. However, your patch proposal fixes my bug, so it's perfect for me if you want to commit it. - Jean-Baptiste --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125

Re: Review Request 125051: KFileWidget: multiple files with ":" in filename recognized as directories

2015-09-04 Thread Jean-Baptiste Mardelle
ilewidgets/kfilewidget.cpp dc3c1f4 Diff: https://git.reviewboard.kde.org/r/125051/diff/ Testing --- Patch fixes issue #350696, tested on my system, but maybe there is a better way to fix it ? Thanks, Jean-Baptiste Mardelle ___ Kde-frameworks-dev

Re: Review Request 125051: KFileWidget: multiple files with ":" in filename recognized as directories

2015-09-04 Thread Jean-Baptiste Mardelle
urns empty filename Diffs (updated) - src/filewidgets/kfilewidget.cpp dc3c1f4 Diff: https://git.reviewboard.kde.org/r/125051/diff/ Testing --- Patch fixes issue #350696, tested on my system, but maybe there is a better way to fix it ? Thanks, Jean-Baptist

Re: Review Request 125051: KFileWidget: multiple files with ":" in filename recognized as directories

2015-09-04 Thread Jean-Baptiste Mardelle
g). Updated patch attached. - Jean-Baptiste --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125051/#review84856 --- On Sept. 4,

Review Request 125051: KFileWidget: multiple files with ":" in filename recognized as directories

2015-09-04 Thread Jean-Baptiste Mardelle
iff: https://git.reviewboard.kde.org/r/125051/diff/ Testing --- Patch fixes issue #350696, tested on my system, but maybe there is a better way to fix it ? Thanks, Jean-Baptiste Mardelle ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde