strange behavior of KCookieServer

2018-07-13 Thread Stefano Crocco
Hello to everyone, in my ongoing attempt to integrate Konqueror and QWebEngine, I'm still struggling with a way to share cookies between QWebEngineCookieStore and KCookieServer. While investigating this issue, I found a problem when adding cookies to KCookieServer by hand which doesn't seem happ

Re: strange behavior of KCookieServer

2018-07-18 Thread Stefano Crocco
On mercoledì 18 luglio 2018 23:31:38 CEST Albert Astals Cid wrote: > El divendres, 13 de juliol de 2018, a les 17:20:10 CEST, Stefano Crocco va escriure: > > Hello to everyone, > > Hi, given that KCookieServer is part of the KIO framework I am suggesting > you resend this email

How to detect changes in the Proxy KCM?

2020-04-14 Thread Stefano Crocco
Hello to everyone, I just realized that right now Konqueror isn't respecting the user's proxy settings made from SystemSettings (or from Konqueror Settings dialog itself) because QtWebEngine doesn't know about them. To set the proxy for QtWebEngine, I need to use QNetworkProxy::setApplicationP

Re: How to detect changes in the Proxy KCM?

2020-04-14 Thread Stefano Crocco
On martedì 14 aprile 2020 17:01:03 CEST Thiago Macieira wrote: > On Tuesday, 14 April 2020 05:46:18 -03 Stefano Crocco wrote: > > To set the proxy for QtWebEngine, I need to use > > QNetworkProxy::setApplicationProxy. I've found that proxy settings are > > stored in .conf

Problem with frameworks 5.86.0 and Konqueror

2021-09-16 Thread Stefano Crocco
Hello to everyone. I'm the current Konqueror maintainer and I need help about how to solve an incompatibility between the 5.86.0 version of KIO and Konqueror itself. After upgrading KDE frameworks from version 5.85.0 to 5.86.0 on my system, I noticed that whenever I entered an http(s) URL in th

Re: Problem with frameworks 5.86.0 and Konqueror

2021-09-17 Thread Stefano Crocco
On giovedì 16 settembre 2021 23:52:04 CEST Albert Astals Cid wrote: > El dijous, 16 de setembre de 2021, a les 19:38:42 (CEST), Stefano Crocco va escriure: > > Hello to everyone. > > I'm the current Konqueror maintainer and I need help about how to solve an > > incompat

Re: kio man + khelpcenter

2021-09-27 Thread Stefano Crocco
On domenica 26 settembre 2021 21:57:00 CEST David Hurka wrote: > On Sunday, September 26, 2021 6:54:29 PM CEST Martin Koller wrote: > > Hi, > > > > a recent update (openSuse TW, kio-extras5 Version: 21.08.1) had the effect > > that whenever I want to view a man page via Alt-F2 (Krunner) and e.g. >

Reviewer for Konqueror needed

2022-10-31 Thread Stefano Crocco
Hello to everyone, I'm the current Konqueror maintainer. Today I've been informed that the person who has reviewed my merge requests since I started working on Konqueror some years ago won't be able to do that anymore. Since I'm the only developer working on Konqueror, currently there's nobody

Re: Reviewer for Konqueror needed

2022-11-01 Thread Stefano Crocco
On lunedì 31 ottobre 2022 23:52:20 CET Reindl Harald wrote: > Am 31.10.22 um 20:51 schrieb Stefano Crocco: > > Hello to everyone, > > I'm the current Konqueror maintainer > > can you *please* restore close tabs by middle-click like in any other > browser? that got los

Re: Reviewer for Konqueror needed

2022-11-01 Thread Stefano Crocco
On lunedì 31 ottobre 2022 22:26:16 CET m...@ow.nekobit.net wrote: > I sent some simple reviews, I hope that helps some. Thanks

Re: Reviewer for Konqueror needed

2022-11-01 Thread Stefano Crocco
On martedì 1 novembre 2022 01:28:48 CET Albert Astals Cid wrote: > > Does anyone know what should I do in case nobody is willing to review my > > merge requests? Can I go on and merge them without reviews? > > If you have a very high confidence a patch is correct, it's OK to merge it > without rev

Re: Unknown protocol "konq"

2022-12-27 Thread Stefano Crocco
On martedì 27 dicembre 2022 18:56:39 CET Reindl Harald wrote: > Hi > > for month now on Fedora you get a error message everytime you start > konqueror or open a new tab that the protocol "knoq" isn't known > > nobody in the distro bugtarcker cares, recently again kf5/konqueror > updates and still

Problem with KParts::BrowserOpenOrSaveQuestion

2023-04-02 Thread Stefano Crocco
Hello to everyone, I just found what I believe to be a problem with the service selection of KParts::BrowserOpenOrSaveQuestion in KF-5.104 (installed from Gentoo packages). Before creating a bug report, I'd like to be sure that this isn't a problem related to my system and that I'm not misunders

Re: Problem with KParts::BrowserOpenOrSaveQuestion

2023-04-06 Thread Stefano Crocco
On giovedì 6 aprile 2023 00:19:35 CEST Albert Astals Cid wrote: > El diumenge, 2 d’abril de 2023, a les 10:30:22 (CEST), Stefano Crocco va > > escriure: > > Hello to everyone, > > I just found what I believe to be a problem with the service selection of > > KParts::Brow

Handling outdated translations in the po directory

2023-09-24 Thread Stefano Crocco
Hello to everyone, while trying to make Konqueror build with Qt6, I found out that the some translations for the documentation were causing building errors because of undefined entities. Looking at them, I noticed that some of them were outdated. A number of them contained several .docbook files

Problems while attempting configure the CI to build Konqueror for both KF5 and KF6

2023-10-01 Thread Stefano Crocco
Hello to everyone, in the last weeks, I worked on making Konqueror compile with both KF5 and KF6. I had all the code on my PC and today I tried to upload it on GitLab. I created a kf6 branch for Konqueror, pushed the code in my Konqueror fork and created a merge request [1] for the kf6 branch. H

Re: Problems while attempting configure the CI to build Konqueror for both KF5 and KF6

2023-10-01 Thread Stefano Crocco
On domenica 1 ottobre 2023 16:43:41 CEST Nicolas Fella wrote: > Am 01.10.23 um 16:37 schrieb Stefano Crocco: > > Hello to everyone, > > in the last weeks, I worked on making Konqueror compile with both KF5 and > > KF6. I had all the code on my PC and today I tried to uploa

Re: Compilation error in CI when building Konqueror for KF6 on linux

2023-10-08 Thread Stefano Crocco
On domenica 8 ottobre 2023 21:59:54 CEST christ...@cullmann.io wrote: > On 2023-10-08 18:20, Stefano Crocco wrote: > > Hello to everyone, > > I successfully ported Konqueror to KF6, at least to the point that, on > > my > > system, it compiles correctly. However, wh

Re: Compilation error in CI when building Konqueror for KF6 on linux

2023-10-08 Thread Stefano Crocco
On domenica 8 ottobre 2023 21:49:30 CEST Albert Astals Cid wrote: > El diumenge, 8 d’octubre de 2023, a les 18:20:00 (CEST), Stefano Crocco va > > escriure: > > Hello to everyone, > > I successfully ported Konqueror to KF6, at least to the point that, on my > > sy

Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-29 Thread Stefano Crocco
Hello to everyone, while porting Konqueror to KF6, I've hit a problem I don't know how to solve. The issue is that it's impossible to give focus to the location bar by clicking on it with the mouse as you can do in KF5. After spending some hours trying to find out the cause of this, I reached th

Re: Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-30 Thread Stefano Crocco
On lunedì 30 ottobre 2023 01:07:43 CET Albert Astals Cid wrote: > El diumenge, 29 d’octubre de 2023, a les 18:38:50 (CET), Stefano Crocco va > > escriure: > > Hello to everyone, > > while porting Konqueror to KF6, I've hit a problem I don't know how to > > sol

Re: Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-30 Thread Stefano Crocco
On lunedì 30 ottobre 2023 01:11:27 CET Nicolas Fella wrote: > On 10/29/23 18:38, Stefano Crocco wrote: > > Hello to everyone, > > while porting Konqueror to KF6, I've hit a problem I don't know how to > > solve. The issue is that it's impossible to give focus to

Re: Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-30 Thread Stefano Crocco
On lunedì 30 ottobre 2023 11:53:51 CET Ingo Klöcker wrote: > On Montag, 30. Oktober 2023 09:53:08 CET Stefano Crocco wrote: > > On lunedì 30 ottobre 2023 01:11:27 CET Nicolas Fella wrote: > > > On 10/29/23 18:38, Stefano Crocco wrote: > > > > Hello to everyone, >

help with KProtocolManager::userAgentForHost

2015-03-08 Thread Stefano Crocco
Hello to everyone, I'm trying to port the User Agent Changer Konqueror plugin to KF5 (note that I'm not the original developer of the plugin), but I found a problem I can't understand and I'd need some help. For those unfamiliar, the UAChanger plugin displays a menu where the user can choose a fak

Re: help with KProtocolManager::userAgentForHost

2015-03-09 Thread Stefano Crocco
Excerpts from Albert Astals Cid's message of 2015-03-08 23:41:20 +0100: > El Diumenge, 8 de març de 2015, a les 11:02:51, Stefano Crocco va escriure: > > Hello to everyone, > > I'm trying to port the User Agent Changer Konqueror plugin to KF5 (note that > > I'

help with a crash when loading a plugin in konqueror

2015-08-23 Thread Stefano Crocco
Hello to everyone, I'm in the process of finisihing porting konqueror to KF5. Most of the application has already been ported (by David Faure) and I've ported the plugins, so now I've started working on those parts of konqueror which David didn't port, in particular the sidebar. I've reached the po

Re: help with a crash when loading a plugin in konqueror

2015-08-23 Thread Stefano Crocco
Excerpts from Thomas Lübking's message of 2015-08-23 19:25:16 +0200: > The plugin links Qt4 > > Am Sonntag, 23. August 2015 schrieb Stefano Crocco : > Thanks. I completely missed this detail. I'll have to investigate on how this can happen. Stefano >> Visit

KIO and cookies

2017-10-29 Thread Stefano Crocco
Hello to everyone, I'm working on making QWebEngine work correctly in Konqueror when downloading files (although I didn't have much time to spend on this in the last months). The problem is that instead of downloading the correct files, in some cases Konqueror download html files. This only hap

Re: KIO and cookies

2017-10-30 Thread Stefano Crocco
On lunedì 30 ottobre 2017 21:23:04 CET Albert Astals Cid wrote: > El diumenge, 29 d’octubre de 2017, a les 9:47:24 CET, Stefano Crocco va > > escriure: > > Hello to everyone, > > I'm working on making QWebEngine work correctly in Konqueror when > > downloading fi

Re: KIO and cookies

2017-10-31 Thread Stefano Crocco
On martedì 31 ottobre 2017 01:47:37 CET Allan Sandfeld Jensen wrote: > On Sonntag, 29. Oktober 2017 09:47:24 CET Stefano Crocco wrote: > > Hello to everyone, > > I'm working on making QWebEngine work correctly in Konqueror when > > downloading files (although I didn&#x

Re: KIO and cookies

2017-11-01 Thread Stefano Crocco
On martedì 31 ottobre 2017 22:33:24 CET Allan Sandfeld Jensen wrote: > On Dienstag, 31. Oktober 2017 21:17:35 CET Stefano Crocco wrote: > > On martedì 31 ottobre 2017 01:47:37 CET Allan Sandfeld Jensen wrote: > > > On Sonntag, 29. Oktober 2017 09:47:24 CET Stefano Crocco wrote

Re: KIO and cookies

2017-11-02 Thread Stefano Crocco
On mercoledì 1 novembre 2017 09:37:29 CET Stefano Crocco wrote: > On martedì 31 ottobre 2017 22:33:24 CET Allan Sandfeld Jensen wrote: > > On Dienstag, 31. Oktober 2017 21:17:35 CET Stefano Crocco wrote: > > > On martedì 31 ottobre 2017 01:47:37 CET Allan Sandfeld Jensen wrote:

Unexpected behavior in KIO::KMimeTypeFinderJob

2024-08-06 Thread Stefano Crocco
Hello to everyone, while investigating a bug in Konqueror, I just found what in my opinion is an unexpected behavior of KIO::MimeTypeFinderJob. If I'm reading the code correctly, when it uses KIO::get() to determine the mimetype [1], it lets the TransferJob go on even after it detected the mimet

Re: Unexpected behavior in KIO::KMimeTypeFinderJob

2024-08-06 Thread Stefano Crocco
On mercoledì 7 agosto 2024 00:53:12 CEST Albert Astals Cid wrote: > El dimarts, 6 d’agost del 2024, a les 10:25:12 (CEST), Stefano Crocco va > > escriure: > > Hello to everyone, > > while investigating a bug in Konqueror, I just found what in my opinion is > > an

Re: Advice request on how to handle change in how Konqueror stores login information

2024-09-22 Thread Stefano Crocco
On domenica 22 settembre 2024 18:40:29 CEST Steven Robbins wrote: > On Sunday, September 22, 2024 2:10:52 A.M. CDT Stefano Crocco wrote: > > On sabato 21 settembre 2024 14:34:57 CEST you wrote: > > > One more option: Keep the old load code as a fallback to the new load > >

Re: Advice request on how to handle change in how Konqueror stores login information

2024-09-21 Thread Stefano Crocco
On sabato 21 settembre 2024 13:59:52 CEST Neal Gompa wrote: > On Sat, Sep 21, 2024 at 2:39 AM Stefano Crocco wrote: > > Hello to everyone, > > I'd need an advice on how to proceed with a change I'm going to make in > > Konqueror which could lead to data loss fo

Re: Advice request on how to handle change in how Konqueror stores login information

2024-09-22 Thread Stefano Crocco
On domenica 22 settembre 2024 23:53:33 CEST Steven Robbins wrote: > On Sunday, September 22, 2024 2:32:31 P.M. CDT Stefano Crocco wrote: > > Thanks for your answer. If I understand correctly what you mean, I think I > > was aiming for a solution with slightly different res

Re: Advice request on how to handle change in how Konqueror stores login information

2024-09-22 Thread Stefano Crocco
On sabato 21 settembre 2024 14:34:57 CEST you wrote: > One more option: Keep the old load code as a fallback to the new load > code. You can drop the old save code, but the old load code probably > has to be kept forever. > > -Jin This is what I thought to do at the beginning, but I realized that

Advice request on how to handle change in how Konqueror stores login information

2024-09-20 Thread Stefano Crocco
Hello to everyone, I'd need an advice on how to proceed with a change I'm going to make in Konqueror which could lead to data loss for the users. To improve the way Konqueror auto-fills login information in web pages, I had to change (in a way which depends on the page content) the name of the e

Re: Advice request on how to handle change in how Konqueror stores login information

2024-09-25 Thread Stefano Crocco
On mercoledì 25 settembre 2024 16:12:49 CEST Steven Robbins wrote: > On Monday, September 23, 2024 12:33:40 A.M. CDT Stefano Crocco wrote: > > On domenica 22 settembre 2024 23:53:33 CEST Steven Robbins wrote: > > > The way I understood that suggestion is that there