0a3a55e8e8
Fix UserAgent dialog window / ComboBox sizePolicy
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-15 12:47:28 +02:00
e72a661378
Use faster QFileInfo::exists
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-15 12:35:20 +02:00
abcd1c9415
Use 4-arg connect with labmdas
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-15 12:30:29 +02:00
2d8b79bc3e
Use Q_EMIT as a keyword instead of a function
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-15 12:28:12 +02:00
5bbe416b22
Use reference in range for loops
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-15 12:27:24 +02:00
e4a8ad5e01
Remove outdated WebInspector close button removal
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-15 10:46:12 +02:00
973a533fea
Use falkon profile name for QWebEngineProfile
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-15 10:41:30 +02:00
491b66a6b7
SiteInfo: Immediately apply "Farce Dark Mode"
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-15 10:32:35 +02:00
57f0a16de4
Fix type
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-12 23:56:48 +02:00
8147576ecf
Fix crash during migration
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-12 23:53:35 +02:00
0dd534d165
Implement per site permissions in database
...
This includes:
- Cookies
- HTML5 permissions
- WebAttributes
- Panels, tabs, GUI.
BUG: 409496
BUG: 396024
BUG: 451357
CCBUG: 392711
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-12 22:56:36 +02:00
l10n daemon script
60fc262bc0
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"
2024-05-14 01:17:03 +00:00
l10n daemon script
0c0de256d5
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"
2024-05-12 01:19:01 +00:00
l10n daemon script
57e867035a
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"
2024-05-04 01:21:00 +00:00
l10n daemon script
c938385c07
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"
2024-04-29 01:18:23 +00:00
Emir SARI
48133ea417
Apply i18n to file size and download speed values
2024-04-02 21:28:25 +00:00
l10n daemon script
3e935e6779
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"
2024-03-28 01:17:46 +00:00
l10n daemon script
d302dab557
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"
2024-03-09 01:14:16 +00:00
l10n daemon script
6ca937e668
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"
2024-02-05 01:12:58 +00:00
l10n daemon script
518b65037c
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"
2024-02-03 01:14:13 +00:00
l10n daemon script
56c9abbebc
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"
2024-01-26 01:13:08 +00:00
ea46326c2e
SpeedDial: Add option to lock the dials position
...
BUG: 403684
FIXED-IN: 24.04.0
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-01-13 10:16:04 +00:00
08f7a45021
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.
BUG: 479550
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-01-10 00:54:10 +01:00
Daozhong Ma
435962a9ae
Fix addressbar dropdown is compressed
...
BUG: 478748
2023-12-31 06:35:37 +00:00
Yifan Zhu
aba225af72
GIT_SILENT format changed lines
2023-12-22 20:03:08 +00:00
Yifan Zhu
0681dccfcc
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
BUG: 478857
2023-12-22 20:03:08 +00:00
6ed4af8197
Fix loading of SpeedDial userscript
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-20 09:38:50 +01:00
1922ac6cda
Port away from deprecated event::pos()
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-17 12:00:00 +01:00
69fa7d48e8
Port away from QApplication::fontMetrics
...
GIT_SILENT
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-17 12:00:00 +01:00
6cc870be1d
Port away from old QContextMenuEvent constructor
...
GIT_SILENT
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-17 12:00:00 +01:00
71e37d7985
Port away from deprecated addAction() syntax
...
GIT_SILENT
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-17 12:00:00 +01:00
62a3fb5f3d
Qt6 Replace + operator with | operator
...
GIT_SILENT
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-17 12:00:00 +01:00
5264255af2
Port to Qt6, wrap in QByteArrayView
...
GIT_SILENT
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-17 12:00:00 +01:00
e7d9ecaa3a
Qt6 Port position related functions
...
GIT_SILENT
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-17 11:59:59 +01:00
01e1fa61b4
Port from QVariant::Type to QMetaType::Type
...
GIT_SILENT
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-17 11:59:59 +01:00
8f64c610ce
Display correct URL in urlBar after window restore
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-16 23:19:29 +01:00
5b31acc7f5
Python: Port from Pyside2 to Pyside6
...
BUG: 477234
FIXED-IN: 24.02.0
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-07 22:08:37 +01:00
Martin Rodriguez Reboredo
bfba0a5d5e
MainApplication: Enable localStorage for private
...
Signed-off-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com>
2023-12-07 12:07:19 -03:00
84bda27f30
SBI: Fix "Proxy Manager" configuration dialog.
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-05 20:50:29 +01:00
759b3f5ea5
History: Store addresses with custom schemes
...
BUG: 406375
FIXED-IN: 24.02.0
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-04 21:32:20 +01:00
63bf4a5cce
SpeedDial: Fix tooltip on Reload button
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-12-03 18:35:03 +01:00
Laurent Montel
3a31ea79b2
It's qt6 only
2023-11-29 08:35:11 +01:00
a11233cd5c
Process the "--help-all" CLI argument
...
BUG: 477492
FIXED-IN: 23.08.4
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-11-27 07:43:47 +01:00
f2460c1f8e
Fix StartPage search engine default configuration
...
BUG: 419530
FIXED-IN: 23.08.4
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-11-26 23:13:08 +01:00
fe3c55b3d0
Removed deprecated: AA_DisableHighDpiScaling
...
NO_CHANGELOG
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-11-23 22:34:20 +01:00
36b13e452d
Fix crash when starting new session after crash
...
BUG: 408701
FIXED-IN: 23.08.4
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-11-23 20:37:28 +01:00
5ab952e68f
Qt6 - Fix Session restore
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-11-23 17:19:29 +01:00
845c241f21
Port to std::as_const
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-11-21 21:05:09 +01:00
4699c80baf
Fix building PyFalkon with KF6
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-11-21 01:22:07 +01:00
883f24aeba
Always use nullptr for zero pointer
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-11-21 01:12:28 +01:00
eb5b015a5d
Update ECM to KF 5.240.0 version
...
Update code to make it compile.
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-11-20 23:50:18 +01:00
e02a8ee664
Remove Qt5 support
2023-11-20 23:50:18 +01:00
1e9b37bccb
GnomeKeyring: Port to Qt6
...
Limit the timestamp to 32 bits.
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-11-13 22:02:14 +01:00
l10n daemon script
77db3f2fc7
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"
2023-11-07 02:11:52 +00:00
l10n daemon script
fae380f409
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"
2023-11-04 11:52:13 +00:00
27c59ed16a
Fix form detection for password managerä
...
Original Author: Davide
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-10-17 21:40:27 +02:00
70bf79e371
Qt6 - Fix thumbnailer
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-09-28 22:55:50 +02:00
b0541447c5
Small Qt6 port adjustments
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-09-28 21:06:10 +02:00
Tiernan Hubble
f403472a8c
Fix X11 xcb integration in Qt6.
2023-09-28 21:06:10 +02:00
Tiernan Hubble
f4efa66417
Apply qt6 changes to KDE download manager integration.
2023-09-28 21:06:10 +02:00
Tiernan Hubble
d9c8524cdd
Make Qt 6 builds use a custom profile instead of the QtWebEngine defaultProfile. In Qt 6, defaultProfile is off-the-record which means every session would behave like private/incognito mode.
2023-09-28 21:06:10 +02:00
Tiernan Hubble
f8c14a7671
Fix warning about unregistering URL handlers.
2023-09-28 21:06:10 +02:00
Tiernan Hubble
306d4addd0
Fix mouse events with Qt 6.
2023-09-28 21:06:10 +02:00
Tiernan Hubble
777789f509
Fix Python plugin build with Qt 6.5.
2023-09-28 21:06:10 +02:00
Tiernan Hubble
405295b4e1
Support KDE Frameworks 6 integration.
2023-09-28 21:06:10 +02:00
Tiernan Hubble
0152a9cdeb
Fix and re-enable remaining plugins.
2023-09-28 21:06:10 +02:00
Tiernan Hubble
73554c230b
Build with pyside6.
2023-09-28 21:06:10 +02:00
Tiernan Hubble
d10379268b
Remove a couple of extra lines and unnecessary changes, and make TODOs searchable.
2023-09-28 21:06:10 +02:00
Tiernan Hubble
632cd4c4ba
Initial support for building with Qt6/KF6.
2023-09-28 21:06:09 +02:00
c32c3a8aaf
Remove keyboard shortcut for removed RssReader
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-09-01 15:57:54 +02:00
80bd47ef46
Port away from many deprecated things
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-08-21 22:18:27 +02:00
8acab0295a
SessionRestore: Set tab title after at the end
...
This change saves a lot of recalculations which is done after each tab
is added.
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-07-29 20:50:37 +00:00
8b2721e85c
Skip show/hide close button when restoring session
...
BUG: 455012
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-07-29 20:50:37 +00:00
l10n daemon script
f127711f36
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"
2023-07-28 01:41:35 +00:00
205018775c
Add support for custom url schemes
...
BUG: 434099
FIXED_IN: 23.08.0
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-07-25 00:04:34 +02:00
b48132a806
ZoomLabel - Make the label text translateable
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-07-16 18:10:19 +02:00
695f3ba802
ZoomLabel - Show only when configured to show
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-07-16 15:34:13 +02:00
d455ccd193
AddressBar: Expand suggestion popup to the window
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-07-16 15:23:39 +02:00
d50eb6e822
Show page zoom level in locationbar
...
- Only show up when the zoom level is different than the default zoom
level set in preferences.
BUG: 399001
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-07-16 12:03:42 +02:00
l10n daemon script
62d627d288
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"
2023-06-24 01:47:07 +00:00
Javier Llorente
076f48782a
Rename 'Certificate manager' to 'Certificate exception manager'
2023-06-18 18:35:29 +00:00
Javier Llorente
0278064ed0
Add warning (requires restart) to certificate manager UI
2023-06-18 18:35:29 +00:00
Javier Llorente
1a3d66857f
Add a section for CertificateManager in Preferences
2023-06-18 18:35:29 +00:00
Javier Llorente
1ba9863b66
Add CertificateManager to CMakeLists
2023-06-18 18:35:29 +00:00
Javier Llorente
c440437261
Implement a GUI for managing ignored SSL hosts
2023-06-18 18:35:29 +00:00
Javier Llorente
70b8544f9b
Save ignored ssl hosts on yes (SSLErrorDialog) and NetworkManager::shutdown()
2023-06-18 18:35:29 +00:00
Javier Llorente
34e7eb1713
Implement permanent exceptions for SSL certificates, enable only for this session
2023-06-18 18:35:29 +00:00
8827f18370
Preferences: Use default search engine by default
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-06-11 22:32:02 +02:00
Javier Llorente
18e68bd44b
Indent bookmarks
2023-06-08 21:54:56 +00:00
Javier Llorente
5f1b7e9573
Add links to Falkon Store and KDE Planet
2023-06-08 21:54:56 +00:00
Javier Llorente
07345f0c78
New browser defaults: Falkon and KDE links in bookmarks and speed dial
2023-06-08 21:54:56 +00:00
Emir SARI
0710ede514
Apply i18n to combo box
...
This allows i18n in order to accommodate languages, that use a different percentage display format; like Turkish and French.
2023-05-05 22:51:25 +00:00
Javier Llorente
619df89f5f
Add missing parameter to lambda in init()
2023-05-05 22:13:32 +00:00
Javier Llorente
25d5babc68
Remove unneeded PLASMA_DOWNLOADS
2023-05-05 22:13:32 +00:00
Javier Llorente
2c823962eb
Add missing emit
2023-05-05 22:13:32 +00:00
Javier Llorente
db0584f81e
Implement download integration with Plasma
2023-05-05 22:13:32 +00:00
l10n daemon script
1bfe25720a
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"
2023-05-01 01:51:31 +00:00
5abf89f0be
Fix: Folder disappears when moving it onto itself
...
Happens on BookmarksToolbar.
BUG: 462891
FIXED-IN: 23.04.0
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-04-09 20:08:09 +02:00
1985d23391
BookmarkToolbar: Fix crash when adding a folder
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-04-09 15:59:52 +02:00
5658ed2f14
Addressbar use default search engine by default
...
BUG: 405423
FIXED-IN: 23.04.0
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-04-09 11:30:21 +02:00
134b113304
KDE: Hide purpose missing QJsonValue error
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-04-07 01:05:30 +02:00
b71a5276b6
VerticalTabs: Add dark theme support on group page
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-04-02 22:50:28 +02:00
78bff356b5
AdBlock: Clean known subscriptions list
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-03-27 21:38:13 +02:00
aadae5dd9e
AdBlock: Workaround for "Blocked content" page
...
- QtWebEngine blocks redirection to "data:" urls.
- Includes light / dark style
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-03-27 00:58:51 +02:00
85f9990104
History: Don't delete all items under dates when filtering
...
BUG: 466936
FIXED-IN: 23.04.0
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-03-25 03:11:26 +01:00
94ad9cb982
KWallet - Also store the entry updated time
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-03-12 23:00:32 +01:00
788a419d97
KWallet - Remove trailing return
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-03-12 23:00:32 +01:00
6a258adc31
KWallet: Store passwords entries in map fortmat
...
BUG: 391298
FIXED-IN: 23.04.0
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-03-12 23:00:32 +01:00
d840cec206
PyFalkon: addBookmark - make C++ own parameters
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-03-12 01:19:44 +01:00
Hao Chi Kiang
9c1f946bad
Options to turn on hardware acceleration
2023-02-18 21:09:12 +01:00
061d81c8d8
Fix FreeBSD pipeline
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-02-05 12:14:43 +01:00
2b9e94a97d
Look for dictionaries at QTWEBENGINE_DICTIONARIES_PATH env var
...
BUG: 465094
FIXED-IN: 23.04.0
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-02-04 14:55:26 +00:00
42934d991d
Clazy qstring-arg: Combine multiple arg into one
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-01-29 17:58:53 +01:00
285346208e
Clazy: fix "arguments needs to be fully qualified"
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-01-29 17:23:59 +01:00
fbe1fc81f3
Show QtWebEngine version on Falkon Config page
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-01-29 10:46:26 +01:00
6512aa21a7
Typo - remove trailing double semicolons
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-01-29 01:07:43 +01:00
ff4cc4f243
Implement prefers-color-scheme for internal pages
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-01-29 00:59:58 +01:00
l10n daemon script
7beef65ae1
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"
2023-01-26 01:57:35 +00:00
l10n daemon script
f80a6fad85
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"
2023-01-24 02:02:27 +00:00
l10n daemon script
2a25618bed
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"
2023-01-14 02:01:20 +00:00
l10n daemon script
a486d0fb75
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"
2022-11-10 01:51:59 +00:00
ef77ef730b
Update Firefox version in user agent manager
...
BUG: 415467
FIXED-IN: 22.08.02
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2022-10-02 17:17:18 +02:00
f5350dbe41
Searchbar: Fix show suggestions handling
...
Do not contact search engine when suggestions are disabled.
BUG: 439268
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2022-09-10 11:10:47 +02:00
l10n daemon script
bdfeff5b08
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"
2022-09-06 01:45:36 +00:00
e9d7a62803
Merge branch 'falkon-master-useragent'
2022-09-04 22:40:29 +02:00
l10n daemon script
afa869e11e
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"
2022-09-03 01:44:14 +00:00
l10n daemon script
35e160afe2
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"
2022-08-23 01:47:02 +00:00
Bruno Pitrus
a6bc15b345
Do not remove QtWebEngine/5.x.y from the default user agent to increase compatibility.
...
Many websites do not recognize the “Falkon” token and show a warning message
claiming the user is using an outdated version of Google Chrome, while they do
correctly recognize known Chromium forks as such.
An example showing this behavior is https://www.whatismybrowser.com/
2022-08-22 22:10:35 +02:00
Alessio Molinari
7534bde02d
sql related functions are now properly exported to Python
2022-08-15 13:48:30 +02:00
l10n daemon script
d7f8b9a3d3
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"
2022-08-14 01:43:43 +00:00
Laurent Montel
2228bd502e
Show more headers in qtc6
2022-07-06 13:25:16 +02:00
l10n daemon script
43114cafd8
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"
2022-07-02 02:00:11 +00:00
Laurent Montel
5ce71aa6e1
Add missing override
2022-06-27 19:25:20 +02:00
Laurent Montel
424340e392
Use Q_EMIT/nullptr/fix gcc warning
2022-06-27 19:13:24 +02:00
Laurent Montel
54e8e80cc3
Const'ref
2022-06-22 07:51:49 +02:00
Laurent Montel
271c5f8a6b
Port deprecated enum
2022-06-22 07:51:18 +02:00
Laurent Montel
13092decbb
Show more headers in qtc6
2022-06-22 07:49:32 +02:00
Laurent Montel
42db837288
Remove duplicate headers between cpp/h
2022-06-21 13:25:18 +02:00
Laurent Montel
584edda88e
const'ify method + use nullptr
2022-06-21 13:25:18 +02:00
Antonio Rojas
f6b26af2c7
Show the actual QtWebEngine version in about dialog
...
It was claiming to show the QtWebEngine version but really showing the QtCore one.
Those two are different nowadays in most distros, since Qt 5.15 releases are commercial only for a year (except for WebEngine)
2022-06-19 16:54:42 +00:00
Laurent Montel
3fa1e81105
Modernize code
2022-06-19 09:25:06 +02:00
Laurent Montel
4543c74436
Use QStringLiteral + use nullptr
2022-06-19 08:35:11 +02:00
Laurent Montel
ba459ba600
Use nullptr here too
2022-06-18 08:53:33 +02:00
Laurent Montel
d6c4035ff6
We depend against qt5.15
2022-06-18 07:37:18 +02:00
Laurent Montel
c6ad2708d4
use nullptr here
2022-06-18 07:27:33 +02:00
Laurent Montel
05b3f2eeec
Show all headers in qtc6
2022-06-18 07:25:09 +02:00
Laurent Montel
1906529b68
Show headers in qtc6 + we can use qt cmake macro as we depend against
...
qt5.15
2022-06-16 19:24:50 +02:00
l10n daemon script
a8a9a5d7e5
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"
2022-06-16 01:51:51 +00:00
l10n daemon script
684d4cd1d2
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"
2022-06-13 02:25:21 +00:00
l10n daemon script
de0229a3de
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"
2022-06-07 02:11:41 +00:00