[Falkon] [Bug 493406] "Enable automatic searching from the Adress Bar" option deactivated in Falkon's preferences: If a search is executed in the Address Bar, Falkon quits with a segmentation fault

2024-09-20 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=493406

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
Hello Jens, 
Since you already compiled Falkon, can you provide backtrace?
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
I am not sure if KCrash showed up, you might need to use some other option (I
use plain gdb).

I am unable to reproduce this on my machine. (I will try some virtual machine
later)
It could be that Falkon tries to start an external program (another web
browser?) to process the "site" protocol which is unknown to Falkon. And maybe
since it cannot find any program associated with it, well it crashes. (The
backtrace would help narrow down where it crashed)

Thank you for reporting.

PS: I remember here being another report that Falkon always tries to execute
stuff from addressbar with unknown protocol without asking the user. It could
be since there is no associated program to run it crashes, hard to say without
proper backtrace or testing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 492023] Falkon crashes when unloading plugins

2024-09-20 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=492023

Juraj  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/fe81fe5
   ||aaa99d81512a4d241855fd42568
   ||0b6ec9
   Version Fixed In||24.12.0
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Juraj  ---
Git commit fe81fe5aaa99d81512a4d241855fd425680b6ec9 by Juraj Oravec.
Committed on 20/09/2024 at 20:50.
Pushed by jurajo into branch 'master'.

Preferences: Fix crash when un/loading of plugins
FIXED-IN: 24.12.0

Signed-off-by: Juraj Oravec 

M  +12   -8src/lib/preferences/pluginsmanager.cpp
M  +3-1src/lib/preferences/pluginsmanager.h

https://invent.kde.org/network/falkon/-/commit/fe81fe5aaa99d81512a4d241855fd425680b6ec9

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 477105] All buttons are missing in the Navigation Toolbar

2024-09-14 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=477105

--- Comment #6 from Juraj  ---
Hello,
> When I start Falkon from within a console, the console generates among others 
> the following information:
> 'Cannot load theme  "linux"'

This looks like an issue with incorrect search path in Falkon.
This issue happens (to me) when it is installed in nonstandard path or when it
was compiled from sources (and run from non standard path).
To solve it, I set few environment variables in the shell.
Try to check the "falkon:config" (Menu, Help, Configuration Information) page
to see in which path Falkon searches for the themes, plugins, etc.

An example from prefix.sh script from kdesrcbuild:

export PATH=/home/juraj/kde6/usr/bin:$PATH

# LD_LIBRARY_PATH only needed if you are building without rpath
# export LD_LIBRARY_PATH=/home/juraj/kde6/usr/lib:$LD_LIBRARY_PATH

export
XDG_DATA_DIRS=/home/juraj/kde6/usr/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}
export
XDG_CONFIG_DIRS=/home/juraj/kde6/usr/etc/xdg:${XDG_CONFIG_DIRS:-/etc/xdg}

export QT_PLUGIN_PATH=/home/juraj/kde6/usr/lib/plugins:$QT_PLUGIN_PATH
export QML2_IMPORT_PATH=/home/juraj/kde6/usr/lib/qml:$QML2_IMPORT_PATH

export
QT_QUICK_CONTROLS_STYLE_PATH=/home/juraj/kde6/usr/lib/qml/QtQuick/Controls.2/:$QT_QUICK_CONTROLS_STYLE_PATH

export
MANPATH=/home/juraj/kde6/usr/share/man:${MANPATH:-/usr/local/share/man:/usr/share/man}

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 492710] Menu entry "Open Location": When opened, nothing happens

2024-09-06 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=492710

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
 Resolution|--- |WORKSFORME
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Juraj  ---
Hello,
At least on my machine (Artix Qt6) it puts focus into address-bar and select
all text inside (so it can be overwritten), which I count as working properly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 492364] CSS :is pseudo-class appears to be ignored by Falkon

2024-08-29 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=492364

Juraj  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 CC||jurajora...@mailo.com
 Status|REPORTED|RESOLVED

--- Comment #2 from Juraj  ---
According to the "Browser Compatibility" table from the provided link[1], this
feature was added to Chromium (Chrome) 88.
The QtWebEngine version provided in this bug report (5.15.3), it uses Chromium
87 as a backend.

So it is not implemented there, because it is too old.

Works perfectly fine on newer Falkon with Qt6 backend.

PS: You can check the Chromium version used for given QtWebEngine version at Qt
wiki[2].

[1] https://developer.mozilla.org/en-US/docs/Web/CSS/:is
[2] https://wiki.qt.io/QtWebEngine/ChromiumVersions

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 413513] ssl certs for s.cn.bing.net are not trusted

2024-08-24 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=413513

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from Juraj  ---
Falkon uses system certificates for ssl stuff, while Firefox and Chromium
maintain their own certificates on top of the system ones.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 492023] Falkon crashes when unloading plugins

2024-08-23 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=492023

Juraj  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |jurajora...@mailo.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 491993] KDEFrameworksIntegration: First start of Falkon after compilation and installation: "custom scheme(s) ... will be available after browser restart" and other errors

2024-08-22 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=491993

Juraj  changed:

   What|Removed |Added

   Version Fixed In||24.12.0
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/0c67d1e
   ||0c87d8cb63877463834eac9722f
   ||f6c296
 Resolution|--- |FIXED

--- Comment #4 from Juraj  ---
Git commit 0c67d1e0c87d8cb63877463834eac9722ff6c296 by Juraj Oravec.
Committed on 22/08/2024 at 19:42.
Pushed by jurajo into branch 'master'.

ProfileManager: Skip clear comment SQL statements

Qt throws errors when the SQL command does nothing.
FIXED-IN: 24.12.0

Signed-off-by: Juraj Oravec 

M  +4-0src/lib/app/profilemanager.cpp

https://invent.kde.org/network/falkon/-/commit/0c67d1e0c87d8cb63877463834eac9722ff6c296

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 491993] KDEFrameworksIntegration: First start of Falkon after compilation and installation: "custom scheme(s) ... will be available after browser restart" and other errors

2024-08-22 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=491993

--- Comment #3 from Juraj  ---
Hello again,

After an investigation, the
> Error creating database schema "Kein Abfrage Der Datensatz konnte nicht 
> abgeholt werden"
Is not an error as something bad, since it is showsn because the default sql
contain an empty comment at the end of the file and it is evaluated as nothing
to do for the database.
So it throw this weird sounding error somewhere along the call.

I will try to get something to bypass cases like this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 491993] KDEFrameworksIntegration: First start of Falkon after compilation and installation: "custom scheme(s) ... will be available after browser restart" and other errors

2024-08-22 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=491993

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #2 from Juraj  ---
Hello,

> Error creating database schema "Kein Abfrage Der Datensatz konnte nicht 
> abgeholt werden"

This only happens at profile creation, and if I remember was there for a long
time.
It might be worth taking a look at.
Seems like the initial payload for the database fails? (but everything still
works?)


> "KDEFrameworksIntegration: Custom scheme 'desktop' will be available after 
> browser restart."

and all others are there due to QtWebEngine limitation, when all custom schemes
need to be registered before it starts.
There was an added feature to register custom schemes, there is even GUI in
preferences for it [Preferences > Other >Custom Scheme Manager].
The KDE plugin, since it contains the KIO (broken since it faked the support)
at start registers the available schemes and prints to the terminal logs about
it.


> Path override failed for key base::DIR_APP_DICTIONARIES ...

This showed up recently, I did not investigate it yet.


> MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete
> libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed

This has to be from your system configuration.


> Cannot load theme  "linux"

You might have installed Falkon to a place where the environmental variables
when running Falkon do not point.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 492023] New: Falkon crashes when unloading plugins

2024-08-21 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=492023

Bug ID: 492023
   Summary: Falkon crashes when unloading plugins
Classification: Applications
   Product: Falkon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: jurajora...@mailo.com
  Target Milestone: ---

SUMMARY
Falkon mishandles loading of plugins causing weird behaviours and crash.

STEPS TO REPRODUCE
1. Go to [Preferences > Extensions] and enable some plugins (eg. AutoScroll)
2. Press OK, in preferences (to close it)
3. Go to [Preferences > Extensions] and disable the same plugin (eg.
Autoscroll)
4. Keep preferences window open till the crash
5. Enable the same plugin (eg. Autoscroll)
6. Disable the same plugin (eg. Autoscroll)

OBSERVED RESULT
Falkon crashes.

EXPECTED RESULT
Falkon does not crash.


There is a reverse version as well:

STEPS TO REPRODUCE
1. To see it better, go to enable StatusBar (since it has no protection from
showing the same thing multiple times) [Menu > View > [x] Status Bar]
1. Go to [Preferences > Extensions] and enable some plugins (eg. GreaseMonkey)
2. Keep preferences window open
4. Disable the same plugin (eg. GreaseMonkey)
5. Enable the same plugin (eg. GreaseMonkey)
6. Repeat from point "4" multiple times

OBSERVED RESULT
When plugin is enabled, it loads.
When disabled, nothing happens and the plugin is still loaded.
When enabled multiple times, multiple instances of the same plugin are running.
Restarting Falkon "fixes" this issue.

EXPECTED RESULT
Plugin loads and unloads


SOFTWARE/OS VERSIONS
Qt Version: 6.7.2

ADDITIONAL INFORMATION
Possibly caused by the way how Plugins::Plugin::operator==() compares 2
plugins.
Current implementation does not take into account if the plugin has an isntance
(isLoaded) or not, this makes it to look and work fine in Falkon UI and code as
well; BUT cuases Qt to think that nothing changed when plugin is enabled  or
disabled, so it does not update the item data with new plugin data (with
instance changed), so causing this behaviour.

Possible workaround for Preferences window is to keep the plugin status in
separate container instead of as data of QListWidgetItem (which relies on
QVariant which uses operator==() to check if the new data are any different
from the stored ones.)

PS: This is probably cause of SOME !random" crashes.



EXAMPLE BRACKTRACE:
*** Program received signal SIGSEGV (Segmentation fault) ***error:
libFalkonPrivate.so.3 0x07841731: DW_TAG_member 'data' refers to type
0x0784746b which extends beyond the bounds of 0x07841727
(lldb) 18bt
* thread #1, name = 'falkon', stop reason = signal SIGSEGV: address not mapped
to object (fault address: 0xb0)
* frame #0: 0x7fffba4bc2c1 GreaseMonkey.so`int
QAtomicOps::loadRelaxed(std::atomic const&) [inlined]
std::__atomic_base::load(this=0x00b0,
__m=memory_order_relaxed) const at atomic_base.h:501:24
frame #1: 0x7fffba4bc27f GreaseMonkey.so`int
QAtomicOps::loadRelaxed(_q_value=0x00b0) at
qatomic_cxx11.h:202:29
frame #2: 0x7fffba4bbe72
GreaseMonkey.so`QBasicAtomicInteger::loadRelaxed(this=0x00b0)
const at qbasicatomic.h:36:61
frame #3: 0x7fffba4c1154
GreaseMonkey.so`QtPrivate::RefCount::ref(this=0x00b0) at
qrefcount.h:19:39
frame #4: 0x7fffba4c3847 GreaseMonkey.so`QHash::QHash(this=, other=) at qhash.h:847:23
frame #5: 0x7fffba4c2680 GreaseMonkey.so`QHashIterator::QHashIterator(this=0x7fffc3d0, container=) at
qhash.h:2189:1
frame #6: 0x7fffba4bf7f3
GreaseMonkey.so`GM_Manager::unloadPlugin(this=0x5a360d30) at
gm_manager.cpp:147:57
frame #7: 0x7fffba4bcde0
GreaseMonkey.so`GM_Plugin::unload(this=0x58a53cd0) at
gm_plugin.cpp:54:28
frame #8: 0x77b414c6
libFalkonPrivate.so.3`Plugins::unloadPlugin(this=0x55e5d590,
plugin=0x7fffc520) at plugins.cpp:95:29
frame #9: 0x77bae25a
libFalkonPrivate.so.3`PluginsManager::itemChanged(this=0x555d78a0,
item=0x598b4a60) at pluginsmanager.cpp:190:38
frame #10: 0x77bb0b17
libFalkonPrivate.so.3`QtPrivate::FunctorCall,
QtPrivate::List, void, void
(PluginsManager::*)(QListWidgetItem*)>::call(f=(libFalkonPrivate.so.3`PluginsManager::itemChanged(QListWidgetItem*)
at pluginsmanager.cpp:177:1), o=0x555d78a0, arg=0x7fffc820) at
qobjectdefs_impl.h:145:20
frame #11: 0x77bb0970 libFalkonPrivate.so.3`void
QtPrivate::FunctionPointer::call,
void>(f=(libFalkonPrivate.so.3`PluginsManager::itemChanged(QListWidgetItem*) at
pluginsmanager.cpp:177:1), o=0x555d78a0, arg=0x7fffc820) at
qobjectdefs_impl.h:182:95
frame #12: 0x77bb0755
libFalkonPrivate.so.3`QtPrivate::QCallableObject,
void>::impl(which=1, this_=0x7fffd800bae0, r=0x555d78a0,
a=0x7fffc820, ret=0x000

[Falkon] [Bug 392711] Wish: Add-on to set brightness of web content

2024-08-18 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=392711

Juraj  changed:

   What|Removed |Added

   Version Fixed In||24.08.0
 Status|REPORTED|RESOLVED
 CC||jurajora...@mailo.com
 Resolution|--- |FIXED

--- Comment #2 from Juraj  ---
Next version of Falkon 24.08.0 (with Qt 6.7+) contains a feature to force dark
mode on selected pages.

I consider the request to be done by this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 452818] Vertical tabs puts pinned tabs horizontally

2024-08-18 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=452818

Juraj  changed:

   What|Removed |Added

   Version Fixed In||24.12.0
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/95b1f3c
   ||e3c983656be4e0a6e4e29b90e2f
   ||422c8e
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #19 from Juraj  ---
Git commit 95b1f3ce3c983656be4e0a6e4e29b90e2f422c8e by Juraj Oravec.
Committed on 18/08/2024 at 18:46.
Pushed by jurajo into branch 'master'.

VerticalTabs: Arrange pinned tabs vertically
FIXED-IN: 24.12.0

Signed-off-by: Juraj Oravec 

M  +31   -28   src/plugins/VerticalTabs/tablistdelegate.cpp
M  +2-0src/plugins/VerticalTabs/tablistdelegate.h
M  +12   -4src/plugins/VerticalTabs/tablistview.cpp

https://invent.kde.org/network/falkon/-/commit/95b1f3ce3c983656be4e0a6e4e29b90e2f422c8e

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 394066] [Vertical Tabs] No tab switching with mouse wheel on full sidebar

2024-08-18 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=394066

Juraj  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/ccce081
   ||8ccbc18ea402cb88794999a2651
   ||42ddb3
 Status|ASSIGNED|RESOLVED
   Version Fixed In||24.12.0

--- Comment #4 from Juraj  ---
Git commit ccce0818ccbc18ea402cb88794999a265142ddb3 by Juraj Oravec.
Committed on 18/08/2024 at 18:36.
Pushed by jurajo into branch 'master'.

VerticalTabs: Fix tab switching with mouse wheel

Respect the "Always switch between tabs with mouse wheel" option.
FIXED-IN: 24.12.0

Signed-off-by: Juraj Oravec 

M  +13   -0src/plugins/VerticalTabs/tabtreeview.cpp
M  +2-1src/plugins/VerticalTabs/verticaltabswidget.cpp

https://invent.kde.org/network/falkon/-/commit/ccce0818ccbc18ea402cb88794999a265142ddb3

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 491653] Support for firefox extensions (or equivalent)

2024-08-18 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=491653

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Juraj  ---


*** This bug has been marked as a duplicate of bug 404686 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 404686] Chrome and Firefox extensions

2024-08-18 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=404686

Juraj  changed:

   What|Removed |Added

 CC||martin.tlus...@gmail.com

--- Comment #10 from Juraj  ---
*** Bug 491653 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 491639] Closing Falkon deletes all the cookies (despite it's configured to keep it) - issue appeared after the latest update

2024-08-13 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=491639

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #2 from Juraj  ---
Hello,
I am using ditro / system version of Falkon on Artix installed from
repositories and also compiled and I am unable to reproduce this issue.
The cookies are by default not being deleted.

Are you using cookie whitelist or blacklist feature (could be I missed
something there).

I am unable to say anything about Snap or Flatpak version.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 420902] Site info falsely claims that connection is secure after certificate exception

2024-08-13 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=420902

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
   Assignee|now...@gmail.com|jurajora...@mailo.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 452818] Vertical tabs puts pinned tabs horizontally

2024-08-13 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=452818

Juraj  changed:

   What|Removed |Added

   Assignee|now...@gmail.com|jurajora...@mailo.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 394066] [Vertical Tabs] No tab switching with mouse wheel on full sidebar

2024-08-10 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=394066

Juraj  changed:

   What|Removed |Added

   Assignee|now...@gmail.com|jurajora...@mailo.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 462887] Web Inspector is not fuctional when disabling JS by default

2024-08-03 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=462887

Juraj  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/falkon/-/commit/8037c9d |ork/falkon/-/commit/7d5bd0c
   |e3bb1d666847b7f761c46c5b33c |a0c63914571e66afb14dd8744b7
   |9f4edc  |c4bdd9

--- Comment #2 from Juraj  ---
Git commit 7d5bd0ca0c63914571e66afb14dd8744b7c4bdd9 by Juraj Oravec.
Committed on 03/08/2024 at 11:25.
Pushed by jurajo into branch 'release/24.08'.

Enable WebInspector with disabled JavaScript
FIXED-IN: 24.08.0

Cherry-picked from: 8037c9de3bb1d666847b7f761c46c5b33c9f4edc

Signed-off-by: Juraj Oravec 

M  +0-3src/lib/webengine/webinspector.cpp

https://invent.kde.org/network/falkon/-/commit/7d5bd0ca0c63914571e66afb14dd8744b7c4bdd9

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 462887] Web Inspector is not fuctional when disabling JS by default

2024-08-03 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=462887

Juraj  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||24.08.0
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/8037c9d
   ||e3bb1d666847b7f761c46c5b33c
   ||9f4edc
 Resolution|--- |FIXED

--- Comment #1 from Juraj  ---
Git commit 8037c9de3bb1d666847b7f761c46c5b33c9f4edc by Juraj Oravec.
Committed on 03/08/2024 at 11:17.
Pushed by jurajo into branch 'master'.

Enable WebInspector with disabled JavaScript
FIXED-IN: 24.08.0

Signed-off-by: Juraj Oravec 

M  +0-3src/lib/webengine/webinspector.cpp

https://invent.kde.org/network/falkon/-/commit/8037c9de3bb1d666847b7f761c46c5b33c9f4edc

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 491147] New: Opening a select box while Falkon is in fullscreen mode shows navigation bar

2024-08-01 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=491147

Bug ID: 491147
   Summary: Opening a select box while Falkon is in fullscreen
mode shows navigation bar
Classification: Applications
   Product: Falkon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: jurajora...@mailo.com
  Target Milestone: ---

SUMMARY
Opening a select box while Falkon is in fullscreen mode shows navigation bar.
After the first event on on the tab, it is impossible for Falkon to show
navigation toolbar by moving the mouse to the top edge of the screen on the
affected tab.

STEPS TO REPRODUCE
1. Enter fullscreen
2. Go to page with some select box and click on it (to open it)
3. move the mouse around the top edge of the opened select window with options
4. Try to repeat the action
5. Observe

OBSERVED RESULT
Navigation toolbar appears and after than the mouse tracking by the Falkon on
this page stops.

EXPECTED RESULT
Normal operation, no navigation toolbar shown and mouse tracking works fine.

SOFTWARE/OS VERSIONS
Operating System: Artix Linux 
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.2.0
Qt Version: 6.7.1
Graphics Platform: X11

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 490573] Tabs context menu doesn't show on wayland

2024-07-22 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=490573

--- Comment #4 from Juraj  ---
Thank you for investigating the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 490573] Tabs context menu doesn't show on wayland

2024-07-21 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=490573

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Juraj  ---
Can confirm on Manjaro with latest updates running under KDE Wayland thing.
It seems to work just fine in KDE Neon with Falkon unstable (No changes to this
part). (KDE Wayland as well)

The difference between the two is the Qt version.
Manjaro: Qt 6.7.2
Neon: Qt 6.7.0

Or some compiler mess.

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 489115] Screen sharing didn't work since 6.1 on Wayland (Chrome, Firefox, Discord, Teams, Zoom, Slack)

2024-07-10 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=489115

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #12 from Juraj  ---
This could be caused by Falkon not implementing new screen sharing API of
QtWebEngine where the screen which is to be shared is being selected.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 487149] web inspector in falkon does not restor selected theme

2024-06-13 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=487149

--- Comment #1 from Juraj  ---
Can confirm.

But it is much worse, any change configuration in WebInspector does not persist
through program restarts.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 488464] Falkon Stays in Background When Opening Links

2024-06-13 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=488464

--- Comment #3 from Juraj  ---
Wayland may explain it, since there is not much code (if any) specific for
Wayland in Falkon.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 488464] Falkon Stays in Background When Opening Links

2024-06-13 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=488464

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
Hello,
I works fine for me on Xorg with i3.

Are you using Plasma (judging by usage of KRunner) with Wayland?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 392711] Wish: Add-on to set brightness of web content

2024-06-12 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=392711

--- Comment #1 from Juraj  ---
Git commit 0dd534d165905b50dc9c54dd8cc08be83dbcb787 by Juraj Oravec.
Committed on 12/06/2024 at 20:56.
Pushed by jurajo into branch 'master'.

Implement per site permissions in database

This includes:
- Cookies
- HTML5 permissions
- WebAttributes
- Panels, tabs, GUI.
Related: bug 409496, bug 396024, bug 451357

Signed-off-by: Juraj Oravec 

M  +1-0autotests/CMakeLists.txt
A  +111  -0autotests/sitesettingstest.cpp [License: GPL (v3+)]
A  +47   -0autotests/sitesettingstest.h [License: GPL (v3+)]
M  +14   -3src/lib/CMakeLists.txt
M  +17   -0src/lib/app/mainapplication.cpp
M  +3-0src/lib/app/mainapplication.h
M  +179  -2src/lib/app/profilemanager.cpp
M  +3-0src/lib/app/profilemanager.h
M  +41   -28   src/lib/cookies/cookiejar.cpp
M  +0-3src/lib/cookies/cookiejar.h
M  +42   -12   src/lib/cookies/cookiemanager.cpp
M  +3-0src/lib/cookies/cookiemanager.h
M  +31   -0src/lib/data/data/browsedata.sql
M  +60   -0src/lib/other/siteinfo.cpp
M  +6-0src/lib/other/siteinfo.h
M  +37   -2src/lib/other/siteinfo.ui
A  +130  -0src/lib/other/siteinfopermissionitem.cpp [License: GPL
(v3+)]
A  +64   -0src/lib/other/siteinfopermissionitem.h [License: GPL (v3+)]
A  +86   -0src/lib/other/siteinfopermissionitem.ui
A  +627  -0src/lib/other/sitesettingsmanager.cpp [License: GPL (v3+)]
A  +141  -0src/lib/other/sitesettingsmanager.h [License: GPL (v3+)]
M  +48   -8src/lib/preferences/preferences.cpp
M  +0-1src/lib/preferences/preferences.h
M  +181  -160  src/lib/preferences/preferences.ui
A  +40   -0src/lib/preferences/sitesettingsattributesitem.cpp [License:
GPL(v3.0+)]
A  +40   -0src/lib/preferences/sitesettingsattributesitem.h [License:
GPL(v3.0+)]
A  +49   -0src/lib/preferences/sitesettingsattributesitem.ui
A  +90   -0src/lib/preferences/sitesettingsbrowsedialog.cpp [License:
GPL(v3.0+)]
A  +40   -0src/lib/preferences/sitesettingsbrowsedialog.h [License:
GPL(v3.0+)]
R  +48   -88   src/lib/preferences/sitesettingsbrowsedialog.ui [from:
src/lib/tools/html5permissions/html5permissionsdialog.ui - 058% similarity]
A  +73   -0src/lib/preferences/sitesettingshtml5item.cpp [License:
GPL(v3.0+)]
A  +45   -0src/lib/preferences/sitesettingshtml5item.h [License:
GPL(v3.0+)]
A  +52   -0src/lib/preferences/sitesettingshtml5item.ui
D  +0-190  src/lib/tools/html5permissions/html5permissionsdialog.cpp
M  +16   -81   src/lib/tools/html5permissions/html5permissionsmanager.cpp
M  +0-8src/lib/tools/html5permissions/html5permissionsmanager.h
M  +8-0src/lib/tools/sqldatabase.cpp
M  +2-0src/lib/tools/sqldatabase.h
M  +30   -2src/lib/webengine/webpage.cpp
M  +1-0src/plugins/CMakeLists.txt
M  +2-0src/plugins/PyFalkon/CMakeLists.txt
M  +3-0src/plugins/PyFalkon/pyfalkon_global.h
M  +6-0src/plugins/PyFalkon/typesystem_pyfalkon.xml
A  +14   -0src/plugins/SiteSettingsView/CMakeLists.txt
A  +2-0src/plugins/SiteSettingsView/Messages.sh
A  +9-0src/plugins/SiteSettingsView/sitesettingsview.json
A  +80   -0src/plugins/SiteSettingsView/sitesettingsview_controller.cpp
[License: GPL (v3+)]
C  +18   -19   src/plugins/SiteSettingsView/sitesettingsview_controller.h
[from: src/lib/tools/html5permissions/html5permissionsmanager.h - 050%
similarity]
A  +66   -0src/plugins/SiteSettingsView/sitesettingsview_plugin.cpp
[License: GPL (v3+)]
R  +21   -28   src/plugins/SiteSettingsView/sitesettingsview_plugin.h [from:
src/lib/tools/html5permissions/html5permissionsdialog.h - 050% similarity]
A  +276  -0src/plugins/SiteSettingsView/sitesettingsview_widget.cpp
[License: GPL (v3+)]
A  +66   -0src/plugins/SiteSettingsView/sitesettingsview_widget.h
[License: GPL (v3+)]
M  +1-0src/plugins/StatusBarIcons/sbi_javascripticon.cpp

https://invent.kde.org/network/falkon/-/commit/0dd534d165905b50dc9c54dd8cc08be83dbcb787

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 451357] Permissions to Site Info (new tab)

2024-06-12 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=451357

Juraj  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/0dd534d
   ||165905b50dc9c54dd8cc08be83d
   ||bcb787
 Status|REPORTED|RESOLVED

--- Comment #1 from Juraj  ---
Git commit 0dd534d165905b50dc9c54dd8cc08be83dbcb787 by Juraj Oravec.
Committed on 12/06/2024 at 20:56.
Pushed by jurajo into branch 'master'.

Implement per site permissions in database

This includes:
- Cookies
- HTML5 permissions
- WebAttributes
- Panels, tabs, GUI.
Related: bug 409496, bug 396024, bug 392711

Signed-off-by: Juraj Oravec 

M  +1-0autotests/CMakeLists.txt
A  +111  -0autotests/sitesettingstest.cpp [License: GPL (v3+)]
A  +47   -0autotests/sitesettingstest.h [License: GPL (v3+)]
M  +14   -3src/lib/CMakeLists.txt
M  +17   -0src/lib/app/mainapplication.cpp
M  +3-0src/lib/app/mainapplication.h
M  +179  -2src/lib/app/profilemanager.cpp
M  +3-0src/lib/app/profilemanager.h
M  +41   -28   src/lib/cookies/cookiejar.cpp
M  +0-3src/lib/cookies/cookiejar.h
M  +42   -12   src/lib/cookies/cookiemanager.cpp
M  +3-0src/lib/cookies/cookiemanager.h
M  +31   -0src/lib/data/data/browsedata.sql
M  +60   -0src/lib/other/siteinfo.cpp
M  +6-0src/lib/other/siteinfo.h
M  +37   -2src/lib/other/siteinfo.ui
A  +130  -0src/lib/other/siteinfopermissionitem.cpp [License: GPL
(v3+)]
A  +64   -0src/lib/other/siteinfopermissionitem.h [License: GPL (v3+)]
A  +86   -0src/lib/other/siteinfopermissionitem.ui
A  +627  -0src/lib/other/sitesettingsmanager.cpp [License: GPL (v3+)]
A  +141  -0src/lib/other/sitesettingsmanager.h [License: GPL (v3+)]
M  +48   -8src/lib/preferences/preferences.cpp
M  +0-1src/lib/preferences/preferences.h
M  +181  -160  src/lib/preferences/preferences.ui
A  +40   -0src/lib/preferences/sitesettingsattributesitem.cpp [License:
GPL(v3.0+)]
A  +40   -0src/lib/preferences/sitesettingsattributesitem.h [License:
GPL(v3.0+)]
A  +49   -0src/lib/preferences/sitesettingsattributesitem.ui
A  +90   -0src/lib/preferences/sitesettingsbrowsedialog.cpp [License:
GPL(v3.0+)]
A  +40   -0src/lib/preferences/sitesettingsbrowsedialog.h [License:
GPL(v3.0+)]
R  +48   -88   src/lib/preferences/sitesettingsbrowsedialog.ui [from:
src/lib/tools/html5permissions/html5permissionsdialog.ui - 058% similarity]
A  +73   -0src/lib/preferences/sitesettingshtml5item.cpp [License:
GPL(v3.0+)]
A  +45   -0src/lib/preferences/sitesettingshtml5item.h [License:
GPL(v3.0+)]
A  +52   -0src/lib/preferences/sitesettingshtml5item.ui
D  +0-190  src/lib/tools/html5permissions/html5permissionsdialog.cpp
M  +16   -81   src/lib/tools/html5permissions/html5permissionsmanager.cpp
M  +0-8src/lib/tools/html5permissions/html5permissionsmanager.h
M  +8-0src/lib/tools/sqldatabase.cpp
M  +2-0src/lib/tools/sqldatabase.h
M  +30   -2src/lib/webengine/webpage.cpp
M  +1-0src/plugins/CMakeLists.txt
M  +2-0src/plugins/PyFalkon/CMakeLists.txt
M  +3-0src/plugins/PyFalkon/pyfalkon_global.h
M  +6-0src/plugins/PyFalkon/typesystem_pyfalkon.xml
A  +14   -0src/plugins/SiteSettingsView/CMakeLists.txt
A  +2-0src/plugins/SiteSettingsView/Messages.sh
A  +9-0src/plugins/SiteSettingsView/sitesettingsview.json
A  +80   -0src/plugins/SiteSettingsView/sitesettingsview_controller.cpp
[License: GPL (v3+)]
C  +18   -19   src/plugins/SiteSettingsView/sitesettingsview_controller.h
[from: src/lib/tools/html5permissions/html5permissionsmanager.h - 050%
similarity]
A  +66   -0src/plugins/SiteSettingsView/sitesettingsview_plugin.cpp
[License: GPL (v3+)]
R  +21   -28   src/plugins/SiteSettingsView/sitesettingsview_plugin.h [from:
src/lib/tools/html5permissions/html5permissionsdialog.h - 050% similarity]
A  +276  -0src/plugins/SiteSettingsView/sitesettingsview_widget.cpp
[License: GPL (v3+)]
A  +66   -0src/plugins/SiteSettingsView/sitesettingsview_widget.h
[License: GPL (v3+)]
M  +1-0src/plugins/StatusBarIcons/sbi_javascripticon.cpp

https://invent.kde.org/network/falkon/-/commit/0dd534d165905b50dc9c54dd8cc08be83dbcb787

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 396024] Allow per-site configuration of JavaScript

2024-06-12 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=396024

Juraj  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/0dd534d
   ||165905b50dc9c54dd8cc08be83d
   ||bcb787

--- Comment #13 from Juraj  ---
Git commit 0dd534d165905b50dc9c54dd8cc08be83dbcb787 by Juraj Oravec.
Committed on 12/06/2024 at 20:56.
Pushed by jurajo into branch 'master'.

Implement per site permissions in database

This includes:
- Cookies
- HTML5 permissions
- WebAttributes
- Panels, tabs, GUI.
Related: bug 409496, bug 451357, bug 392711

Signed-off-by: Juraj Oravec 

M  +1-0autotests/CMakeLists.txt
A  +111  -0autotests/sitesettingstest.cpp [License: GPL (v3+)]
A  +47   -0autotests/sitesettingstest.h [License: GPL (v3+)]
M  +14   -3src/lib/CMakeLists.txt
M  +17   -0src/lib/app/mainapplication.cpp
M  +3-0src/lib/app/mainapplication.h
M  +179  -2src/lib/app/profilemanager.cpp
M  +3-0src/lib/app/profilemanager.h
M  +41   -28   src/lib/cookies/cookiejar.cpp
M  +0-3src/lib/cookies/cookiejar.h
M  +42   -12   src/lib/cookies/cookiemanager.cpp
M  +3-0src/lib/cookies/cookiemanager.h
M  +31   -0src/lib/data/data/browsedata.sql
M  +60   -0src/lib/other/siteinfo.cpp
M  +6-0src/lib/other/siteinfo.h
M  +37   -2src/lib/other/siteinfo.ui
A  +130  -0src/lib/other/siteinfopermissionitem.cpp [License: GPL
(v3+)]
A  +64   -0src/lib/other/siteinfopermissionitem.h [License: GPL (v3+)]
A  +86   -0src/lib/other/siteinfopermissionitem.ui
A  +627  -0src/lib/other/sitesettingsmanager.cpp [License: GPL (v3+)]
A  +141  -0src/lib/other/sitesettingsmanager.h [License: GPL (v3+)]
M  +48   -8src/lib/preferences/preferences.cpp
M  +0-1src/lib/preferences/preferences.h
M  +181  -160  src/lib/preferences/preferences.ui
A  +40   -0src/lib/preferences/sitesettingsattributesitem.cpp [License:
GPL(v3.0+)]
A  +40   -0src/lib/preferences/sitesettingsattributesitem.h [License:
GPL(v3.0+)]
A  +49   -0src/lib/preferences/sitesettingsattributesitem.ui
A  +90   -0src/lib/preferences/sitesettingsbrowsedialog.cpp [License:
GPL(v3.0+)]
A  +40   -0src/lib/preferences/sitesettingsbrowsedialog.h [License:
GPL(v3.0+)]
R  +48   -88   src/lib/preferences/sitesettingsbrowsedialog.ui [from:
src/lib/tools/html5permissions/html5permissionsdialog.ui - 058% similarity]
A  +73   -0src/lib/preferences/sitesettingshtml5item.cpp [License:
GPL(v3.0+)]
A  +45   -0src/lib/preferences/sitesettingshtml5item.h [License:
GPL(v3.0+)]
A  +52   -0src/lib/preferences/sitesettingshtml5item.ui
D  +0-190  src/lib/tools/html5permissions/html5permissionsdialog.cpp
M  +16   -81   src/lib/tools/html5permissions/html5permissionsmanager.cpp
M  +0-8src/lib/tools/html5permissions/html5permissionsmanager.h
M  +8-0src/lib/tools/sqldatabase.cpp
M  +2-0src/lib/tools/sqldatabase.h
M  +30   -2src/lib/webengine/webpage.cpp
M  +1-0src/plugins/CMakeLists.txt
M  +2-0src/plugins/PyFalkon/CMakeLists.txt
M  +3-0src/plugins/PyFalkon/pyfalkon_global.h
M  +6-0src/plugins/PyFalkon/typesystem_pyfalkon.xml
A  +14   -0src/plugins/SiteSettingsView/CMakeLists.txt
A  +2-0src/plugins/SiteSettingsView/Messages.sh
A  +9-0src/plugins/SiteSettingsView/sitesettingsview.json
A  +80   -0src/plugins/SiteSettingsView/sitesettingsview_controller.cpp
[License: GPL (v3+)]
C  +18   -19   src/plugins/SiteSettingsView/sitesettingsview_controller.h
[from: src/lib/tools/html5permissions/html5permissionsmanager.h - 050%
similarity]
A  +66   -0src/plugins/SiteSettingsView/sitesettingsview_plugin.cpp
[License: GPL (v3+)]
R  +21   -28   src/plugins/SiteSettingsView/sitesettingsview_plugin.h [from:
src/lib/tools/html5permissions/html5permissionsdialog.h - 050% similarity]
A  +276  -0src/plugins/SiteSettingsView/sitesettingsview_widget.cpp
[License: GPL (v3+)]
A  +66   -0src/plugins/SiteSettingsView/sitesettingsview_widget.h
[License: GPL (v3+)]
M  +1-0src/plugins/StatusBarIcons/sbi_javascripticon.cpp

https://invent.kde.org/network/falkon/-/commit/0dd534d165905b50dc9c54dd8cc08be83dbcb787

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 409496] need a way to disable ALL HMTL5 notifications completely (and expose any mechanisms for doing so)

2024-06-12 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=409496

Juraj  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/0dd534d
   ||165905b50dc9c54dd8cc08be83d
   ||bcb787
 Resolution|--- |FIXED

--- Comment #1 from Juraj  ---
Git commit 0dd534d165905b50dc9c54dd8cc08be83dbcb787 by Juraj Oravec.
Committed on 12/06/2024 at 20:56.
Pushed by jurajo into branch 'master'.

Implement per site permissions in database

This includes:
- Cookies
- HTML5 permissions
- WebAttributes
- Panels, tabs, GUI.
Related: bug 396024, bug 451357, bug 392711

Signed-off-by: Juraj Oravec 

M  +1-0autotests/CMakeLists.txt
A  +111  -0autotests/sitesettingstest.cpp [License: GPL (v3+)]
A  +47   -0autotests/sitesettingstest.h [License: GPL (v3+)]
M  +14   -3src/lib/CMakeLists.txt
M  +17   -0src/lib/app/mainapplication.cpp
M  +3-0src/lib/app/mainapplication.h
M  +179  -2src/lib/app/profilemanager.cpp
M  +3-0src/lib/app/profilemanager.h
M  +41   -28   src/lib/cookies/cookiejar.cpp
M  +0-3src/lib/cookies/cookiejar.h
M  +42   -12   src/lib/cookies/cookiemanager.cpp
M  +3-0src/lib/cookies/cookiemanager.h
M  +31   -0src/lib/data/data/browsedata.sql
M  +60   -0src/lib/other/siteinfo.cpp
M  +6-0src/lib/other/siteinfo.h
M  +37   -2src/lib/other/siteinfo.ui
A  +130  -0src/lib/other/siteinfopermissionitem.cpp [License: GPL
(v3+)]
A  +64   -0src/lib/other/siteinfopermissionitem.h [License: GPL (v3+)]
A  +86   -0src/lib/other/siteinfopermissionitem.ui
A  +627  -0src/lib/other/sitesettingsmanager.cpp [License: GPL (v3+)]
A  +141  -0src/lib/other/sitesettingsmanager.h [License: GPL (v3+)]
M  +48   -8src/lib/preferences/preferences.cpp
M  +0-1src/lib/preferences/preferences.h
M  +181  -160  src/lib/preferences/preferences.ui
A  +40   -0src/lib/preferences/sitesettingsattributesitem.cpp [License:
GPL(v3.0+)]
A  +40   -0src/lib/preferences/sitesettingsattributesitem.h [License:
GPL(v3.0+)]
A  +49   -0src/lib/preferences/sitesettingsattributesitem.ui
A  +90   -0src/lib/preferences/sitesettingsbrowsedialog.cpp [License:
GPL(v3.0+)]
A  +40   -0src/lib/preferences/sitesettingsbrowsedialog.h [License:
GPL(v3.0+)]
R  +48   -88   src/lib/preferences/sitesettingsbrowsedialog.ui [from:
src/lib/tools/html5permissions/html5permissionsdialog.ui - 058% similarity]
A  +73   -0src/lib/preferences/sitesettingshtml5item.cpp [License:
GPL(v3.0+)]
A  +45   -0src/lib/preferences/sitesettingshtml5item.h [License:
GPL(v3.0+)]
A  +52   -0src/lib/preferences/sitesettingshtml5item.ui
D  +0-190  src/lib/tools/html5permissions/html5permissionsdialog.cpp
M  +16   -81   src/lib/tools/html5permissions/html5permissionsmanager.cpp
M  +0-8src/lib/tools/html5permissions/html5permissionsmanager.h
M  +8-0src/lib/tools/sqldatabase.cpp
M  +2-0src/lib/tools/sqldatabase.h
M  +30   -2src/lib/webengine/webpage.cpp
M  +1-0src/plugins/CMakeLists.txt
M  +2-0src/plugins/PyFalkon/CMakeLists.txt
M  +3-0src/plugins/PyFalkon/pyfalkon_global.h
M  +6-0src/plugins/PyFalkon/typesystem_pyfalkon.xml
A  +14   -0src/plugins/SiteSettingsView/CMakeLists.txt
A  +2-0src/plugins/SiteSettingsView/Messages.sh
A  +9-0src/plugins/SiteSettingsView/sitesettingsview.json
A  +80   -0src/plugins/SiteSettingsView/sitesettingsview_controller.cpp
[License: GPL (v3+)]
C  +18   -19   src/plugins/SiteSettingsView/sitesettingsview_controller.h
[from: src/lib/tools/html5permissions/html5permissionsmanager.h - 050%
similarity]
A  +66   -0src/plugins/SiteSettingsView/sitesettingsview_plugin.cpp
[License: GPL (v3+)]
R  +21   -28   src/plugins/SiteSettingsView/sitesettingsview_plugin.h [from:
src/lib/tools/html5permissions/html5permissionsdialog.h - 050% similarity]
A  +276  -0src/plugins/SiteSettingsView/sitesettingsview_widget.cpp
[License: GPL (v3+)]
A  +66   -0src/plugins/SiteSettingsView/sitesettingsview_widget.h
[License: GPL (v3+)]
M  +1-0src/plugins/StatusBarIcons/sbi_javascripticon.cpp

https://invent.kde.org/network/falkon/-/commit/0dd534d165905b50dc9c54dd8cc08be83dbcb787

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 487994] Autoplay in new tabs on media.

2024-06-04 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=487994

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
Can you specify which "Autoplay"?

When I set Falkon "Preferences > Browsing > Web Configuration > Disable
automatic playing of videos" a videos on youtube will not play until I press
with LEFT mouse button on it. RIGHT button opens video context menu.
I use X, I am not sure of Wayland.

Or is this Youtube Autoplay? That is completely different thing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 487149] web inspector in falkon does not restor selected theme

2024-05-17 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=487149

Juraj  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||jurajora...@mailo.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 486028] Content of some (React/Nuxt/NodeJS based?) websites disappear after loaded

2024-04-23 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=486028

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
Hello,

I dare to say this is due to QtWebEngine in Qt5 being based on Chromium 87 (or
something similar) which is "way too old" for current websites.

Falkon 23.08 is still based on Qt5 which would explain this.
Falkon 24.02+ should "fix" this by switching to Qt6 and thus newer version of
QtWebEngine.

Best regards,
Juraj

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 485825] Jango.com internet radio does not work

2024-04-19 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=485825

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
Hello,
Thank you for the report.

It seems to work fine with Falkon 24.02 with Qt 6.6.2 on my Artix machine.
I assume it could be a fault in a new version of QtWebEngine (6.7.0).
But, this needs more investigation,

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 483358] Step 2 in Flatpak install is out of date

2024-03-21 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=483358

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #4 from Juraj  ---
The website build is broken at the moment. (still based on Ruby Jekyll)

To fix it, the proposed way by KDE Team is to remake it into a Hugo based site
with KDE Theme.

The preliminary work was done a while ago, but there is a lot still to do.
https://invent.kde.org/websites/falkon-org/-/merge_requests/4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 482478] New: Copying files does not work while KDE Connet is connected to another device without any error message.

2024-03-05 Thread Juraj Salaba
https://bugs.kde.org/show_bug.cgi?id=482478

Bug ID: 482478
   Summary: Copying files does not work while KDE Connet is
connected to another device without any error message.
Classification: Applications
   Product: kdeconnect
   Version: 22.04.3
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: salaba.j...@centrum.sk
CC: andrew.g.r.hol...@gmail.com
  Target Milestone: ---

SUMMARY
While KDE Connect is running and conected to another device, I tried to copy
and paste some files from one directory to another. I tried copying with
shortcut Ctrl+C and Ctrl+V and also with right-click on file/s to copy and
right-click in directory to paste.
Nothing happened, but then I realised, that KDE Connect automaticly sends a
string from clipboard to android device, so I forced KDE Connect to stop on my
Ubuntu PC and the copying worked as expected.
I have had that problem for a few weeks as I remember.

SOFTWARE/OS VERSIONS
Linux Ubuntu: 22.04.4
GNOME: 42.9
Windowing system: X11
KDE Connect: 21.12.3 (latest .deb package from Ubuntu Software)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 481608] devtools gives chrome 'this site can't be reached' error

2024-02-21 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=481608

Juraj  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #3 from Juraj  ---
> Perhaps none of these are the concern or responsibility of the Falkon team.

Yes, this is a responsibility of Fedora maintainers.

Also, the next Falkon version 24.02 is Qt6 only so you will need to install the
devtools for Qt6 after you update (if nothing changes on Fedora aside).

Thank you for a confirmation of the proposed solution.

Best regards,
Juraj

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 481608] devtools gives chrome 'this site can't be reached' error

2024-02-21 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=481608

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
Hello,

is package "qt5-qtwebengine-devtools" installed?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 403684] SpeedDial - Add option to lock dials positions

2024-01-13 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=403684

Juraj  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/ea46326
   ||c2e439d4244528afc9d9f6b4b28
   ||1c51d0
 Status|ASSIGNED|RESOLVED
   Version Fixed In||24.04.0

--- Comment #3 from Juraj  ---
Git commit ea46326c2e439d4244528afc9d9f6b4b281c51d0 by Juraj Oravec.
Committed on 13/01/2024 at 11:16.
Pushed by jurajo into branch 'master'.

SpeedDial: Add option to lock the dials position
FIXED-IN: 24.04.0

Signed-off-by: Juraj Oravec 

M  +6-1src/lib/data/html/speeddial.html
M  +4-0src/lib/data/html/speeddial.user.js
M  +2-0src/lib/network/schemehandlers/falkonschemehandler.cpp
M  +14   -0src/lib/plugins/speeddial.cpp
M  +3-0src/lib/plugins/speeddial.h

https://invent.kde.org/network/falkon/-/commit/ea46326c2e439d4244528afc9d9f6b4b281c51d0

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 412582] Canvas Pointer-Lock cannot be exited anymore

2024-01-10 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=412582

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Juraj  ---
QT issue.
It works fine with Qt5.15 and even in Qt6.

The provided link to a demo throws an errors in the web console (In Qt6
version):
> caught (in promise) DOMException: The options asked for in this request are 
> not supported on this platform.
The Chromium is doing the same thing on my machine, so I think it can be blamed
for this as well.

Thank you for reporting.

My platform: Artixlinux (HW) and KDE Neon (QEMU)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 479550] Mouse back/forward buttons do 2 steps instead of 1, while main toolbar icons work as expected

2024-01-09 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=479550

Juraj  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/08f7a45
   ||021e0cf2c8e571cb89736d071eb
   ||0589ef
 Resolution|--- |FIXED

--- Comment #3 from Juraj  ---
Git commit 08f7a45021e0cf2c8e571cb89736d071eb0589ef by Juraj Oravec.
Committed on 10/01/2024 at 00:54.
Pushed by jurajo into branch 'master'.

Accept back and forward mouse button events

QtWebEngine engine seems to has its own binding for these buttons in the
mouse release event while Falkon mostly works with mousePress events.

This causes double action on the same button click.

Signed-off-by: Juraj Oravec 

M  +5-0src/lib/webengine/webview.cpp

https://invent.kde.org/network/falkon/-/commit/08f7a45021e0cf2c8e571cb89736d071eb0589ef

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 479550] Mouse back/forward buttons do 2 steps instead of 1, while main toolbar icons work as expected

2024-01-09 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=479550

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #2 from Juraj  ---
Hello,

Can confirm.

Behaviour:
- Press the mouse Back / Forward button
- Falkon code reacts to mousePressEvent and goes back / forward in history
- Release the button
- QtWebEngine internal code is triggered and goes back / forward in history

Solution:
Override the mouse release event and accept the back and forward buttons.

Result:
Seems to work


I will push this workaround later.
Thank you for reporting.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 478956] Discourse: "best viewed with JavaScript enabled"

2024-01-02 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=478956

Juraj  changed:

   What|Removed |Added

   Version Fixed In||24.02.0
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
Fixed in an upcoming Qt6 release.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 479244] Falkon blocks log in to gitlab.com

2024-01-02 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=479244

Juraj  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #2 from Juraj  ---
Hello,

According to my research nothing significant changed in Falkon code nor in
exposed Qt6 API.

The online search revealed a similar problem in qutebrowser (another
QtWebEngine based browser):
https://github.com/qutebrowser/qutebrowser/issues/7208

The conclusion they reached is: Cloudflare fault.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 479244] Falkon blocks log in to gitlab.com

2024-01-01 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=479244

Juraj  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||jurajora...@mailo.com
 Ever confirmed|0   |1

--- Comment #1 from Juraj  ---
Can replicate.

> But it works on Qt5.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 428106] No download button in internal pdf viewer.

2024-01-01 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=428106

Juraj  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||24.02.0
 CC||jurajora...@mailo.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 478748] Addressbar dropdown is compressed and unreadable

2023-12-22 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=478748

Juraj  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
This can be replicated.
This happens mostly on the redraws when the popup size is not adjusted
according to the content.
But it does not happen all the time, so it is partially random?
Works fine under X on my machine.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 478857] Build fails with Qt 6.7

2023-12-22 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=478857

Juraj  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/0681dcc
   ||fcce0c96bbc256ee78a930aa481
   ||347d24
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Juraj  ---
Git commit 0681dccfcce0c96bbc256ee78a930aa481347d24 by Juraj Oravec, on behalf
of Yifan Zhu.
Committed on 22/12/2023 at 21:03.
Pushed by jurajo into branch 'master'.

Fix compilation against Qt 6.7

QUrl::fromEncoded(const QByteArray &url...) is removed in Qt 6.7 in
favor of QUrl::fromEncoded(QByteArrayView input...).
Wrap the corresponding argument in QByteArray() to make the cast explicit.
This is backwards-compatible with old Qt versions.

See qt/qtbase commit aa481854a98b1be0a061257ae4e817adcf1f77fc

M  +1-1src/lib/app/mainmenu.cpp
M  +1-1src/lib/other/updater.cpp
M  +2-2src/lib/webengine/webview.cpp

https://invent.kde.org/network/falkon/-/commit/0681dccfcce0c96bbc256ee78a930aa481347d24

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 478823] Back and forward Button don't work after "Restore session"

2023-12-21 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=478823

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #2 from Juraj  ---
Hello,
Thank you for reporting, already fixed, will be part of next release.

Backstory:
I introduced this bug in "small" window restore optimizations (20-30% time
saver).

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 406375] Falkon KDE Frameworks Integration: KIO URLs are not saved in the browser history

2023-12-21 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=406375

Juraj  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/falkon/-/commit/759b3f5 |ork/falkon/-/commit/2bce10f
   |ea5ffe92d1735c3b63056203fb3 |4c822b5d8921e34f65bc48f49ec
   |e43251  |03a94a
   Version Fixed In|24.02.0 |23.08.5

--- Comment #8 from Juraj  ---
Git commit 2bce10f4c822b5d8921e34f65bc48f49ec03a94a by Juraj Oravec.
Committed on 21/12/2023 at 19:52.
Pushed by jurajo into branch 'release/23.08'.

History: Store addresses with custom schemes
FIXED-IN: 23.08.5

Signed-off-by: Juraj Oravec 

M  +2-1src/lib/history/history.cpp

https://invent.kde.org/network/falkon/-/commit/2bce10f4c822b5d8921e34f65bc48f49ec03a94a

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 478823] Back and forward Button don't work after "Restore session"

2023-12-21 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=478823

Juraj  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/866fa8a
   ||3c4dc408bf0bebba0e9bffe1278
   ||2f7480
   Version Fixed In||23.08.5
 Resolution|--- |FIXED

--- Comment #1 from Juraj  ---
Git commit 866fa8a3c4dc408bf0bebba0e9bffe12782f7480 by Juraj Oravec.
Committed on 21/12/2023 at 19:46.
Pushed by jurajo into branch 'release/23.08'.

Display correct URL in urlBar after window restore
FIXED-IN: 23.08.5

Cherry picked from: 8f64c610ce75a1110e1d265cec2b807f8239f4e9

Signed-off-by: Juraj Oravec 

M  +1-0src/lib/tabwidget/tabwidget.cpp

https://invent.kde.org/network/falkon/-/commit/866fa8a3c4dc408bf0bebba0e9bffe12782f7480

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 420233] opening falkon via terminal displays errors

2023-12-08 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=420233

Juraj  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||jurajora...@mailo.com
 Status|REPORTED|RESOLVED

--- Comment #1 from Juraj  ---
The mentioned errors were fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 386978] Ability to store certificate exemptions

2023-12-07 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=386978

Juraj  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
 CC||jurajora...@mailo.com
   Version Fixed In||23.08.0

--- Comment #5 from Juraj  ---
 Should be implemented i Falkon 23.08.0.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 477234] Extension "Aktion ausführen" (this German text can be translated into English like "Execute Action") cannot get loaded

2023-12-07 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=477234

Juraj  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/5b31acc
   ||7f5a230a66d305acc2f8ce5c29a
   ||b12bc7
 Resolution|--- |FIXED
   Version Fixed In||24.02.0
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Juraj  ---
Git commit 5b31acc7f5a230a66d305acc2f8ce5c29ab12bc7 by Juraj Oravec.
Committed on 07/12/2023 at 22:08.
Pushed by jurajo into branch 'master'.

Python: Port from Pyside2 to Pyside6
FIXED-IN: 24.02.0

Signed-off-by: Juraj Oravec 

M  +1-1src/scripts/hellopython/button.py
M  +1-1src/scripts/hellopython/hellopython.py
M  +2-2src/scripts/hellopython/sidebar.py
M  +1-1src/scripts/i18n.py
M  +1-1src/scripts/middleclickloader/__init__.py
M  +1-1src/scripts/middleclickloader/mcl_handler.py
M  +1-1src/scripts/middleclickloader/mcl_settings.py
M  +1-1src/scripts/runaction/action.py
M  +1-1src/scripts/runaction/actionmanager.py
M  +1-1src/scripts/runaction/button.py
M  +1-1src/scripts/runaction/runaction.py
M  +1-1src/scripts/runaction/settingsdialog.py

https://invent.kde.org/network/falkon/-/commit/5b31acc7f5a230a66d305acc2f8ce5c29ab12bc7

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 393677] Allow html5 local storage in private browsing

2023-12-07 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=393677

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||24.02.0
 Resolution|--- |FIXED

--- Comment #3 from Juraj  ---
Fixed by https://invent.kde.org/network/falkon/-/merge_requests/64

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 477234] Extension "Aktion ausführen" (this German text can be translated into English like "Execute Action") cannot get loaded

2023-12-05 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=477234

--- Comment #3 from Juraj  ---
Hello,

> Does that mean it makes no sense to report new bugs in Falkon
> for all current and maybe future Falkon versions which are still based on QT5

It means that Falkon is being ported to Qt6.

 > Should I wait with reporting new bug issues until the Falkon source
> code will be based on QT6 and can locally get cloned using git?

The "master" branch in git is already Qt6 only and most of the stuff works just
fine.

> Or does it depend on specific software elements, like (specific) browser 
> extensions,
> if it makes sense to currently or still test them or not? 

Well, the extensions in the store[1] will probably not work, unless they are
ported as well.
Most of the other stuff should work, there are mostly only the things which are
harder to find.

It is very helpful to get a beta version a run and report bugs, even if they
will be reported 10 times.
Honestly I overlooked the extensions while porting, it compiles so we can ship
it.

> Are there specific browser extensions embedded into the Falkon QT5 based
> source code which will not be available anymore in the future QT6 based 
> Falkon source code?

All extensions shipped with Falkon should be ported to Qt6.
There is a regression with StatusBarIcons in the Network availability icon, it
does not work yet since this needs to be rewritten and some features added to
Falkon itself. But since Falkon is part of KDE Gear we hit the feature freeze
for 24.02 version and will strive to fix this and more for 24.04 release.

Thank you,
Juraj

PS: Hope it makes sense.
PS:2 All bugreports are welcome, even if there is no reply I read all of them.

[1]: https://store.falkon.org/

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 477234] Extension "Aktion ausführen" (this German text can be translated into English like "Execute Action") cannot get loaded

2023-12-05 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=477234

Juraj  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||jurajora...@mailo.com
 Ever confirmed|0   |1

--- Comment #1 from Juraj  ---
This extension is still Qt5 only.
Thank you for reporting.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 431816] Falkon Proxy Configuration is missing option for HTTPS

2023-12-05 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=431816

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
 Resolution|--- |UPSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Juraj  ---
Hello,

QNetworkProxy provided by Qt does not support HTTPS proxy [1].
The support for it needs to be first implemented inQt before it can show in
Falkon.

Best regards,
Juraj

[1]: https://doc.qt.io/qt-6/qnetworkproxy.html#ProxyType-enum

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 406375] Falkon KDE Frameworks Integration: KIO URLs are not saved in the browser history

2023-12-04 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=406375

Juraj  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/759b3f5
   ||ea5ffe92d1735c3b63056203fb3
   ||e43251
   Version Fixed In||24.02.0
 Status|REPORTED|RESOLVED

--- Comment #4 from Juraj  ---
Git commit 759b3f5ea5ffe92d1735c3b63056203fb3e43251 by Juraj Oravec.
Committed on 04/12/2023 at 21:32.
Pushed by jurajo into branch 'master'.

History: Store addresses with custom schemes
FIXED-IN: 24.02.0

Signed-off-by: Juraj Oravec 

M  +2-1src/lib/history/history.cpp

https://invent.kde.org/network/falkon/-/commit/759b3f5ea5ffe92d1735c3b63056203fb3e43251

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 433181] Add Gemini support

2023-12-04 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=433181

--- Comment #2 from Juraj  ---
Hello Kevin,

> Yes, Gopher already works in Falkon if one has kio_gopher installed!
And if KDE integration plugin is enabled.

> I am surprised that Juraj appears not to be aware of that,
> at least judging from his mailing list reply.
Yes, I was not aware of that, I use "KDE programs" mostly standalone. So, yes,
I was totally unaware and totally forgot about the KIO thing. (honestly, there
are too many things under KDE label)

> The only known issue is that the URLs do not end up in the browser history
As mentioned above, I do not use it, so it is not bugging me and I was not
interested.
But OK, I will take a closer look at it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 477492] Option --help-all is ignored

2023-11-26 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=477492

Juraj  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/falkon/-/commit/a11233c |ork/falkon/-/commit/b2d2b72
   |d5cfcf1bb7d13fd11a8ea04972d |68f8999b7f6c6353674098f248d
   |0ae3e1  |2c9a39

--- Comment #2 from Juraj  ---
Git commit b2d2b7268f8999b7f6c6353674098f248d2c9a39 by Juraj Oravec.
Committed on 27/11/2023 at 07:52.
Pushed by jurajo into branch 'release/23.08'.

Process the "--help-all" CLI argument
FIXED-IN: 23.08.4

Based upon: a11233cd5cfcf1bb7d13fd11a8ea04972d0ae3e1

Signed-off-by: Juraj Oravec 

M  +1-0CHANGELOG
M  +4-0src/lib/app/commandlineoptions.cpp

https://invent.kde.org/network/falkon/-/commit/b2d2b7268f8999b7f6c6353674098f248d2c9a39

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 477492] Option --help-all is ignored

2023-11-26 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=477492

Juraj  changed:

   What|Removed |Added

   Version Fixed In||23.08.4
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/a11233c
   ||d5cfcf1bb7d13fd11a8ea04972d
   ||0ae3e1
 Status|REPORTED|RESOLVED

--- Comment #1 from Juraj  ---
Git commit a11233cd5cfcf1bb7d13fd11a8ea04972d0ae3e1 by Juraj Oravec.
Committed on 27/11/2023 at 07:43.
Pushed by jurajo into branch 'master'.

Process the "--help-all" CLI argument
FIXED-IN: 23.08.4

Signed-off-by: Juraj Oravec 

M  +4-0src/lib/app/commandlineoptions.cpp

https://invent.kde.org/network/falkon/-/commit/a11233cd5cfcf1bb7d13fd11a8ea04972d0ae3e1

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 477232] Missing file extensions in file names of locally saved images from web pages, where these images were downloaded via the "Site Info" window

2023-11-26 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=477232

Juraj  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
Hello,

I can confirm, on the given address the images do not save properly.
The name seems to be taken from the image address:

> 
>https://api.ardmediathek.de/image-service/images/urn:ard:image:0d3c1396dd396d27?w=448&ch=31bb1c500837e746

Which is a weird one to me.
This needs more investigation.

IIRC when Falkon is saving images from this dialog, it always converts them to
PNG format.

Best regards,
Juraj

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 419530] Search bar content not sent to the search engine

2023-11-26 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=419530

Juraj  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/falkon/-/commit/f2460c1 |ork/falkon/-/commit/00a1b8c
   |f8e3090dd6dace4ee6a05fc2511 |1009b638aca1a0d41876a317186
   |6f0878  |420741

--- Comment #10 from Juraj  ---
Git commit 00a1b8c1009b638aca1a0d41876a317186420741 by Juraj Oravec.
Committed on 26/11/2023 at 23:25.
Pushed by jurajo into branch 'release/23.08'.

Fix StartPage search engine default configuration
FIXED-IN: 23.08.4

CherryPicked from: f2460c1f8e3090dd6dace4ee6a05fc25116f0878

Signed-off-by: Juraj Oravec 

M  +1-0CHANGELOG
M  +3-4src/lib/opensearch/searchenginesmanager.cpp

https://invent.kde.org/network/falkon/-/commit/00a1b8c1009b638aca1a0d41876a317186420741

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 419530] Search bar content not sent to the search engine

2023-11-26 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=419530

Juraj  changed:

   What|Removed |Added

   Version Fixed In||23.08.4
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/f2460c1
   ||f8e3090dd6dace4ee6a05fc2511
   ||6f0878
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #9 from Juraj  ---
Git commit f2460c1f8e3090dd6dace4ee6a05fc25116f0878 by Juraj Oravec.
Committed on 26/11/2023 at 23:13.
Pushed by jurajo into branch 'master'.

Fix StartPage search engine default configuration
FIXED-IN: 23.08.4

Signed-off-by: Juraj Oravec 

M  +1-0CHANGELOG
M  +3-4src/lib/opensearch/searchenginesmanager.cpp

https://invent.kde.org/network/falkon/-/commit/f2460c1f8e3090dd6dace4ee6a05fc25116f0878

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 415085] add the Qwant search engine as default option

2023-11-26 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=415085

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #1 from Juraj  ---
Hello,

There is enough predefined search engines in Falkon.
For privacy oriented things there is Startpage.
Adding new search engine can be done by user.

Best regards,
Juraj

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 408701] Crash at restore page > Start New Session

2023-11-23 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=408701

Juraj  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/falkon/-/commit/36b13e4 |ork/falkon/-/commit/709c047
   |52d29640c275577617d69c8e7f1 |ac891f6d43077e5e5c41b3c1c86
   |7ecede  |285130

--- Comment #7 from Juraj  ---
Git commit 709c047ac891f6d43077e5e5c41b3c1c86285130 by Juraj Oravec.
Committed on 23/11/2023 at 20:48.
Pushed by jurajo into branch 'release/23.08'.

Fix crash when starting new session after crash
FIXED-IN: 23.08.4

CherryPicked from: 36b13e452d29640c275577617d69c8e7f17ecede

Signed-off-by: Juraj Oravec 

M  +12   -1src/lib/session/recoveryjsobject.cpp

https://invent.kde.org/network/falkon/-/commit/709c047ac891f6d43077e5e5c41b3c1c86285130

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 408701] Crash at restore page > Start New Session

2023-11-23 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=408701

Juraj  changed:

   What|Removed |Added

   Version Fixed In||23.08.4
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/36b13e4
   ||52d29640c275577617d69c8e7f1
   ||7ecede
 Resolution|--- |FIXED

--- Comment #6 from Juraj  ---
Git commit 36b13e452d29640c275577617d69c8e7f17ecede by Juraj Oravec.
Committed on 23/11/2023 at 20:37.
Pushed by jurajo into branch 'master'.

Fix crash when starting new session after crash
FIXED-IN: 23.08.4

Signed-off-by: Juraj Oravec 

M  +12   -1src/lib/session/recoveryjsobject.cpp

https://invent.kde.org/network/falkon/-/commit/36b13e452d29640c275577617d69c8e7f17ecede

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 477105] All buttons are missing in the Navigation Toolbar

2023-11-17 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=477105

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
Hello,
This looks to me like missing icons.
I would try to get some breeze icon set, or check how the icons are configured
for Qt programs.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 477140] No cut, copy and paste option in context menu in Bookmarks Library window/Bookmark Manager

2023-11-17 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=477140

Juraj  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||jurajora...@mailo.com
 Status|REPORTED|CONFIRMED

--- Comment #1 from Juraj  ---
Confirmed, there is no explicit Copy&Paste option.

The workaround is to use mouse and Drag&Drop the entries to given folders. (it
only moves, no copy here as well)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 476836] Preview area of linked audio file behaves unexpected in Mastodon frontend

2023-11-14 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=476836

--- Comment #10 from Juraj  ---
(In reply to Jens from comment #9)
> OK. So this bug report here cannot be closed yet, because when QT6 will have
> been released one day in a first final version, this future version of QT
> needs to be checked against this bug report, right? 
>
> I guess, here you are referring to a future QTWebEngine that will have been
> built against a final version of QT6, right?

Qt6 is already released, QtWebEngine is a part of Qt.
What needs to be ported to Qt6 is Falkon.
I checked the site with the development version which is already partialy
ported to Qt6 and it works fine.

In other words, It should be fixed with Falkon 24.02.

But the distribution you use will need to provide Qt6, otherwise it will be
impossible to update.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 476836] Preview area of linked audio file behaves unexpected in Mastodon frontend

2023-11-13 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=476836

Juraj  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||jurajora...@mailo.com

--- Comment #8 from Juraj  ---
> - I am not able to compile the latest available source code of Qtwebkit (via 
> a git clone)
> because cmake configuration requires Python 2 for this source code,
> but Debian 12 does not provide Python 2 packages anymore.

Falkon uses QtWebEngine and not QtWebkit.

Yes, I can confirm that this happens with Qt5 based Falkon.
Will be fixed in Qt6 variant.
This is due to using older Chromium version as a base and the website expects
the "latest" version (the web developers do not care about backwards
compatibility)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 475513] Save Website-Zoom

2023-10-18 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=475513

Juraj  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||jurajora...@mailo.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Juraj  ---


*** This bug has been marked as a duplicate of bug 391438 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 391438] Zoom preferences not remembered

2023-10-18 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=391438

Juraj  changed:

   What|Removed |Added

 CC||o.muba...@freenet.de

--- Comment #13 from Juraj  ---
*** Bug 475513 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 475231] [Patch] Fix form detection for password manager

2023-10-17 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=475231

Juraj  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Juraj  ---
Merged.
Thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 475231] [Patch] Fix form detection for password manager

2023-10-16 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=475231

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Juraj  ---
Thank you for sending the patch,

I went over it, it is still weird but works a bit better than the original.
Example: on some sites the save password prompt is shown when pressing the
captcha thing, still better than when it did not react at all.

PS: Don't worry about the Gitlab thing, at times it is pain to use. Thank you
for the mail.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 475131] History sidebar is too narrow

2023-10-06 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=475131

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 475120] Pages blanking or losing content (nytimes.com)

2023-10-06 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=475120

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Juraj  ---
Hello,
I can confirm this.
Also happens with initial port to Qt6 (newer QtWebEngine - Chromium version)

As a workaround, you can temporarily disable JavaScript (I use StatusBar with
StatusBar buttons (extension) and there is a button for it)

Best regards,
Juraj

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 474745] Falkon does not display SSL error when it should

2023-09-27 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=474745

--- Comment #4 from Juraj  ---
Hello,
I think Falkon is not a problem.
If I visit the mentioned page without adding https:// manually, it will lead to
an http site and redirect to another site.
If I add the https:// at the beginning, it will complain about wrong cert.

With this train of thoughts it is hard for me to say if there is anything wrong
with Falkon, Qt5 or your system configuration (Falkon uses system
certificates).

Falkon does not put https:// on everything, like some other browsers.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 474745] Falkon does not display SSL error when it should

2023-09-23 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=474745

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #2 from Juraj  ---
Hello,

there should be a warning, unless there is a stored exception for this site.
Try to check it at [Preferences > Other > Certificate Exception Manager]

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 458943] kdesrc-run ignores options

2023-09-01 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=458943

--- Comment #5 from Juraj  ---
Hello,
I found what is / was wrong.

The past me created an alias in .zshrc to make things easier for him and than
forgot about it.

> ## Run projects built with kdesrc-build
> function kdesrc-run
> {
>   source "$HOME/kde/build/$1/prefix.sh" && "$HOME/kde/usr/bin/$@"
> }

This is the cause of the problem, my forgotten configuration.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 458943] kdesrc-run ignores options

2023-09-01 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=458943

--- Comment #4 from Juraj  ---
Thank you for checking again.

OK, I will try to find it or switch to bash

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 458943] kdesrc-run ignores options

2023-09-01 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=458943

--- Comment #2 from Juraj  ---
Thank you for looking into this.

> Cannot reproduce.
I did not specify that I am running this from ZSH shell.
When it is called from BASH it runs just fine.

It looks weird to me.

> Note, that kate has a special code, that if forks even when you do not use 
> the `-f` option.
It can bug with just "kdesrc-run --help"; nothing else is needed, kate is
innocent.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 407245] Twitch Says Falkon Not Supported

2023-07-30 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=407245

Juraj  changed:

   What|Removed |Added

 CC||serggi...@gmail.com

--- Comment #6 from Juraj  ---
*** Bug 418515 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 418515] Falkon do not play videos on facebook correctly

2023-07-30 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=418515

Juraj  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||jurajora...@mailo.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Juraj  ---


*** This bug has been marked as a duplicate of bug 407245 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 432960] BUG: Youtube livestreams and Twitch VODs & Livestreams

2023-07-30 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=432960

Juraj  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||jurajora...@mailo.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Juraj  ---


*** This bug has been marked as a duplicate of bug 407245 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 407245] Twitch Says Falkon Not Supported

2023-07-30 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=407245

Juraj  changed:

   What|Removed |Added

 CC||ariam...@student.ltu.se

--- Comment #5 from Juraj  ---
*** Bug 432960 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 455012] With a large number of tabs open, the browser starts slowly

2023-07-29 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=455012

Juraj  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/falkon/-/commit/8b2721e |ork/falkon/-/commit/b3b413c
   |85c2cbbf3a5d0f31fb22bc45c83 |6605a9d0f10c63fd1cdd844836b
   |93e565  |bfe8f1

--- Comment #5 from Juraj  ---
Git commit b3b413c6605a9d0f10c63fd1cdd844836bbfe8f1 by Juraj Oravec.
Committed on 29/07/2023 at 23:00.
Pushed by jurajo into branch 'release/23.08'.

Skip show/hide close button when restoring session

Signed-off-by: Juraj Oravec 

M  +7-2src/lib/tabwidget/tabbar.cpp
M  +4-0src/lib/tabwidget/tabbar.h
M  +4-0src/lib/tabwidget/tabwidget.cpp

https://invent.kde.org/network/falkon/-/commit/b3b413c6605a9d0f10c63fd1cdd844836bbfe8f1

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 455012] With a large number of tabs open, the browser starts slowly

2023-07-29 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=455012

Juraj  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/8b2721e
   ||85c2cbbf3a5d0f31fb22bc45c83
   ||93e565
 Resolution|--- |FIXED

--- Comment #4 from Juraj  ---
Git commit 8b2721e85c2cbbf3a5d0f31fb22bc45c8393e565 by Juraj Oravec.
Committed on 29/07/2023 at 22:50.
Pushed by jurajo into branch 'master'.

Skip show/hide close button when restoring session

Signed-off-by: Juraj Oravec 

M  +7-2src/lib/tabwidget/tabbar.cpp
M  +4-0src/lib/tabwidget/tabbar.h
M  +4-0src/lib/tabwidget/tabwidget.cpp

https://invent.kde.org/network/falkon/-/commit/8b2721e85c2cbbf3a5d0f31fb22bc45c8393e565

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 434099] Falkon seems to lack settings (QWebEngineUrlScheme)

2023-07-24 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=434099

Juraj  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/falkon/-/commit/2050187 |ork/falkon/-/commit/8819fbf
   |75ce1c66b349d6b5a20abcb08e5 |0081a8a0ddffa961947405c347a
   |ed19f6  |514d93

--- Comment #4 from Juraj  ---
Git commit 8819fbf0081a8a0ddffa961947405c347a514d93 by Juraj Oravec.
Committed on 25/07/2023 at 00:23.
Pushed by jurajo into branch 'release/23.08'.

Add support for custom url schemes
FIXED_IN: 23.08.0

Signed-off-by: Juraj Oravec 

M  +3-0src/lib/CMakeLists.txt
M  +15   -0src/lib/app/mainapplication.cpp
M  +2-0src/lib/app/mainapplication.h
M  +2-0src/lib/other/qzsettings.cpp
M  +3-0src/lib/other/qzsettings.h
M  +8-0src/lib/preferences/preferences.cpp
M  +1-0src/lib/preferences/preferences.h
M  +144  -91   src/lib/preferences/preferences.ui
A  +143  -0src/lib/preferences/schememanager.cpp [License: GPL (v3+)]
A  +52   -0src/lib/preferences/schememanager.h [License: GPL (v3+)]
A  +191  -0src/lib/preferences/schememanager.ui
M  +25   -4   
src/plugins/KDEFrameworksIntegration/kdeframeworksintegrationplugin.cpp

https://invent.kde.org/network/falkon/-/commit/8819fbf0081a8a0ddffa961947405c347a514d93

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 434099] Falkon seems to lack settings (QWebEngineUrlScheme)

2023-07-24 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=434099

Juraj  changed:

   What|Removed |Added

   Version Fixed In||23.08.0
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/2050187
   ||75ce1c66b349d6b5a20abcb08e5
   ||ed19f6
 Resolution|--- |FIXED

--- Comment #3 from Juraj  ---
Git commit 205018775ce1c66b349d6b5a20abcb08e5ed19f6 by Juraj Oravec.
Committed on 25/07/2023 at 00:04.
Pushed by jurajo into branch 'master'.

Add support for custom url schemes
FIXED_IN: 23.08.0

Signed-off-by: Juraj Oravec 

M  +3-0src/lib/CMakeLists.txt
M  +15   -0src/lib/app/mainapplication.cpp
M  +2-0src/lib/app/mainapplication.h
M  +2-0src/lib/other/qzsettings.cpp
M  +3-0src/lib/other/qzsettings.h
M  +8-0src/lib/preferences/preferences.cpp
M  +1-0src/lib/preferences/preferences.h
M  +144  -91   src/lib/preferences/preferences.ui
A  +143  -0src/lib/preferences/schememanager.cpp [License: GPL (v3+)]
A  +52   -0src/lib/preferences/schememanager.h [License: GPL (v3+)]
A  +191  -0src/lib/preferences/schememanager.ui
M  +25   -4   
src/plugins/KDEFrameworksIntegration/kdeframeworksintegrationplugin.cpp

https://invent.kde.org/network/falkon/-/commit/205018775ce1c66b349d6b5a20abcb08e5ed19f6

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 462885] Expand addressbar dropdown menu to window fit

2023-07-16 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=462885

Juraj  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Juraj  ---
Hello,

Fix for this landed in Falkon master branch. (as title says: 
Expand addressbar dropdown menu to window fit)
https://invent.kde.org/network/falkon/-/commit/d455ccd1934478b66ff523db79319be4d43e6335

There is another bug open for the better placement of the search engine icons:
https://bugs.kde.org/show_bug.cgi?id=462888

Best regards,
Juraj

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 399001] Show page zoom in url bar when different from 100%

2023-07-16 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=399001

Juraj  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/falkon/-/commit/d50eb6e
   ||822cb96a5bd700ec61ce3309987
   ||87a10b
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Juraj  ---
Git commit d50eb6e822cb96a5bd700ec61ce330998787a10b by Juraj Oravec.
Committed on 16/07/2023 at 10:03.
Pushed by jurajo into branch 'master'.

Show page zoom level in locationbar

- Only show up when the zoom level is different than the default zoom
  level set in preferences.

Signed-off-by: Juraj Oravec 

M  +2-0src/lib/CMakeLists.txt
M  +6-0src/lib/navigation/locationbar.cpp
M  +2-0src/lib/navigation/locationbar.h
A  +82   -0src/lib/navigation/zoomlabel.cpp [License: GPL (v3+)]
A  +47   -0src/lib/navigation/zoomlabel.h [License: GPL (v3+)]
M  +1-0src/lib/other/qzsettings.cpp
M  +1-0src/lib/other/qzsettings.h
M  +2-0src/lib/preferences/preferences.cpp
M  +7-0src/lib/preferences/preferences.ui

https://invent.kde.org/network/falkon/-/commit/d50eb6e822cb96a5bd700ec61ce330998787a10b

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 467459] Greasemonkey doesn't check content type

2023-06-10 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=467459

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
Greasemonkey only checks the URL.
If it ends with "user.js" it is regarded as userscript and should b e installed
and hidden from user.

My proposed solutions are to:
- always allow loading the userscript code (user will always see it).
- Adapt the GreaseMonkey code to detect if the file is a proper userscript or
not.
OR
- When the "user.js" is detected in URL try to download it and based on results
allow to display the file in browser.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 469855] [Greasemonkey] Support context-menu

2023-05-17 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=469855

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #1 from Juraj  ---
Hello,
This should be possible to do.
Best regards,
Juraj

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 469602] Small enhancements adblock.html

2023-05-16 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=469602

--- Comment #4 from Juraj  ---
(In reply to Schimon Jehudah from comment #3)
> Please do let me know if you want to delegate to me tasks related to this.

OK, there are multiple internal html pages in Falkon.
- falkon:about - src/lib/data/html/about.html
- falkon:config - src/lib/data/html/config.html
- falkon:start - src/lib/data/html/start.html
- falkon:restore - src/lib/data/html/restore.html (when browser crashes and is
opened again, depends on some internal settings as well)

- src/lib/data/html/tabcrash.html - When rendering process is terminated signal
received from Qt (QWebEnginePage::renderProcessTerminated)
- src/lib/adblock/data/adblock.html - When some page is blocked by adblock,
should properly work with Falkon 23.04.x
- src/plugins/VerticalTabs/data/group.html - Vertical tabs, hold the "+" button
on the bottom for bit longer and menu "Add New Group" appears, click on it and
it will show this page; there is also an index.html in this folder which I
believe is unused.

I recommend using data from lates falkon code or release (23.04.x) and also
testing the dark theme variant.
The dark variant can be forced by changing the environmental variable:
> QTWEBENGINE_CHROMIUM_FLAGS=--force-dark-mode

PS: keep it simple :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Falkon] [Bug 469602] Small enhancements adblock.html

2023-05-16 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=469602

Juraj  changed:

   What|Removed |Added

 CC||jurajora...@mailo.com

--- Comment #2 from Juraj  ---
Hello,

Thank you for the idea, but this requires a bit more work.
I would prefer to have all html pages follow the same style and look similar to
some extend.
Also think about the "dark" variant which was added in latest release.

Best regards,
Juraj.

-- 
You are receiving this mail because:
You are watching all bug changes.

  1   2   3   4   >