Alexander Sashnov
Alexander Sashnov
It's possible to do custom drawing in our window when context menu is showed. But it may not be in align with a desktop user experience. As we support a...
Good approach is suggested by Qt documentation: > Signals are emitted by an object when its internal state has changed > we recommend to only emit them from the class...
kelson42@ Part3 would be illiminating ```emit mp_library->bookmarksChanged();```
Seems we need to include some Qt style plugin into our AppImage: https://wiki.archlinux.org/index.php/Uniform_look_for_Qt_and_GTK_applications#QGtkStyle
It could be a three-state setting: * Use Kiwix white theme * Use Kiwix dark theme * Use system default theme
new: - a new feature drop: - my proposal for feature removal docs: - any (add/remove) documentation change test: - any (add/remove) unit test change Documentation and tests don't need...
Another common configuration where this fix helps: Standard home router, laptop connected by ethernet. And a device with mDNS service which have mDNS service inside it, working as Wi-Fi client...
Many programs print 'Interrupting...' if Ctrl+C pressed once, trying to exit gracefully, and exit immediately by pressing Ctrl+C again.
Actually, I just realized (after about 10 years of using this app) that it has 'Activate' action on double-click- copy password and open URL of a website. But I always...
But my further user experience with the program shows that this 'Copy Password' button is still useful. We can add 'See password' button also to show password 'in place' instead...