1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00
Go to file
Kevin Kofler 774dbf93de KWalletPasswords, GnomeKeyringPasswords: Implement migration from QupZilla
Implement migration of passwords stored in KWallet or GNOME Keyring from
QupZilla to Falkon.

The logic is the same as for the profiles: If no "Falkon" folder exists,
but a "QupZilla" folder exists, we read all the data from the "QupZilla"
folder and write it to the "Falkon" folder. (In GNOME Keyring, those are
not actually folders, but application attributes on the entries, but the
logic is the same.)

In GnomeKeyringPasswordBackend, a storeEntry helper method is introduced
to avoid duplicating code.

Reviewed By: drosca
Differential Revision: https://phabricator.kde.org/D12846
2018-05-13 12:21:05 +02:00
autotests QzToolsTest: Close the opened test file before trying to remove it 2018-04-26 13:50:05 +04:30
linux GIT_SILENT made messages (after extraction) 2018-04-27 06:14:01 +02:00
mac Replace some QupZilla leftovers with Falkon 2018-01-24 17:15:26 +01:00
src KWalletPasswords, GnomeKeyringPasswords: Implement migration from QupZilla 2018-05-13 12:21:05 +02:00
tests Replace signals/slots with Q_SIGNALS/Q_SLOTS 2018-02-25 13:33:07 +01:00
themes SVN_SILENT made messages (.desktop file) - always resolve ours 2018-05-02 07:39:45 +02:00
windows Change homepage to falkon.org 2018-03-30 09:38:26 +02:00
.arcconfig Add .arcconfig 2017-10-01 12:33:29 +02:00
.gitignore Move themes to root source directory + remove bin directory 2017-09-26 10:49:39 +02:00
CHANGELOG Version 3.0.1 2018-05-08 16:17:08 +02:00
CMakeLists.txt Fix the fix for #391300 to require only QtWebEngine 5.10, not Qt 5.10 2018-05-12 13:29:39 +02:00
config.h.cmake Fix the fix for #391300 to require only QtWebEngine 5.10, not Qt 5.10 2018-05-12 13:29:39 +02:00
COPYING Rename LICENSE -> COPYING 2018-02-27 14:32:40 +01:00
README.md README: Add basic build instructions 2018-03-27 10:40:40 +02:00

= Falkon Web Browser =

QtWebEngine web browser.

== Building ==

Falkon uses CMake, to build it run:

mkdir build && cd build
cmake ..
make