David Rosca
452d332cfd
Merge branch 'Falkon/3.0'
8 years ago
David Rosca
af89a1b8d4
WebViewTest: Adjust expected loadFinished signal count
8 years ago
David Rosca
f61a957ca0
Merge branch 'Falkon/3.0'
8 years ago
David Rosca
9f0817ca71
WebView: Fix finding rwhvqt with QtWebEngine 5.11
8 years ago
David Rosca
1d74b41420
WebView: Don't prevent tabbing out of webview with QtWebEngine 5.11
...
QTBUG-67043 which caused losing focus is now fixed.
8 years ago
David Rosca
53919ce9de
CookieJar: Clear filter function in destructor
...
Fixes possible crash when cookieFilter is called after CookieJar
was destroyed.
8 years ago
l10n daemon script
75d5f5d552
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
08a3fe5476
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
3f48bdf5db
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
David Rosca
8034ace416
Merge branch 'Falkon/3.0'
8 years ago
David Rosca
82a9c398a6
AutoSaver: Save when app is about to quit
...
Fixes changes not being saved in classes where saving is done in destructor,
like SpeedDial.
8 years ago
David Rosca
30f5cd2d7e
SpeedDial: Allow to save settings when there are no pages
8 years ago
l10n daemon script
1b065536b0
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
71f788310d
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
a62fb97ed8
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
d823347e08
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
d1ab287dc0
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
Jonathan Riddell
7761a05f22
Tell releaseme that po is already taken care of
8 years ago
Anmol Gautam
62334cf8ab
added missing icons in menus
...
Differential Revision: https://phabricator.kde.org/D12104
8 years ago
David Rosca
751ef3988d
Merge branch 'Falkon/3.0'
8 years ago
David Rosca
17d45d718c
WebPage: Use load finished workaround unconditionally
...
It seems to be broken, again, with QtWebEngine 5.11.
BUG: 392885
FIXED-IN: 3.0.1
8 years ago
David Rosca
8d1a8671ea
IconProvider: Add memory cache for imageForUrl
...
During page load there may be a lot of requests for page favicon
until the page favicon is actually loaded.
Using cache (last 100 results) will reduce multiple database
queries during page load to at most one.
8 years ago
David Rosca
977bce9886
IconProvider: Use SqlQueryJob to save icons to database
...
Also use INSERT OR REPLACE instead of two separate queries.
8 years ago
David Rosca
e61352c70c
History: Use SqlQueryJob when adding history entry
...
This is called every time page finishes loading and as such
would block main thread during normal browsing.
Also remove urlIsStored as it is not used anywhere.
8 years ago
David Rosca
8a5c69b8a1
Add SqlQueryJob to run queries on separate thread
8 years ago
l10n daemon script
63f5fdd3d7
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
0d2776a261
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
e90d45ee1e
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
62c8ff085b
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
ba16c67115
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
cba0f0cfb4
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
a703947e87
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
6af3a8e1d9
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
e0f390e986
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
a931002465
GIT_SILENT made messages (after extraction)
8 years ago
David Rosca
19684a73cf
LocationBar: Update icon after requesting url load
...
BUG: 392747
FIXED-IN: 3.0.1
8 years ago
David Rosca
f6f54efc59
Fix building PyFalkon tests
8 years ago
David Rosca
6dc8624a93
LocationBar: Update icon after requesting url load
...
BUG: 392747
FIXED-IN: 3.0.1
8 years ago
l10n daemon script
4815b584f6
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
d7a8464726
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
31a65927fa
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
David Rosca
daf5be1dba
Enable KWallet passwords backend by default inside KDE session
...
BUG: 391304
FIXED-IN: 3.1.0
8 years ago
David Rosca
ec1c2c8031
Plugins: Load KDE Frameworks Integration by default inside KDE session
8 years ago
Anmol Gautam
fb95cc81d6
Add support for Drag (on) and Drop (off) the bookmark toolbar
...
Differential Revision: https://phabricator.kde.org/D11664
8 years ago
l10n daemon script
b1dc68d09e
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
ea6ca453ab
GIT_SILENT made messages (after extraction)
8 years ago
David Rosca
c09b6f632c
Merge branch 'Falkon/3.0'
8 years ago
David Rosca
b6fa82aa8e
DownloadManager: Don't try to close not restored tabs
...
BUG: 392565
FIXED-IN: 3.0.1
8 years ago
David Rosca
f10ef7d0aa
AdBlock: Open AdBlock dialog with plugin settings button
8 years ago
David Rosca
96f17baa46
Rename KDESupport -> KDEFrameworksIntegration plugin
8 years ago