1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Commit Graph

4407 Commits

Author SHA1 Message Date
David Rosca
1387baade0 SearchToolBar: Guard against running search callback after toolbar was deleted 2017-08-25 16:11:40 +02:00
l10n daemon script
418333d453 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"
2017-08-25 04:49:17 +02:00
srazi
a78b595569 Hide sidebar when a web element goes to full screen.
- Closes #2423
2017-08-23 14:02:26 +04:30
srazi
79345645a8 DEV: Update gitignore.
- Helpful when a developer add "--portable" to "Run" section
   of project settings in QtCreator to have a distinction between
   his/her installed version and the development version.
2017-08-23 13:51:16 +04:30
srazi
e0e21362cc Remove MPL notice in last commit. 2017-08-22 17:14:45 +04:30
srazi
2aa25fe0b1 Windows: At first try to show native default app settings UI (>=Vista). 2017-08-22 14:19:22 +02:00
srazi
1bc35dafc4 AppVeyor: Add Qt-5.9 (Qt-5.9.1) to build matrix
- Also update appveyor.yml to use "win32-msvc"
  as QMAKESPEC for Qt-5.9. It seems the specific
  "win32-msvc201*" have been removed from mkspec.
2017-08-22 02:01:29 +04:30
srazi
21b2685375 Windows: Remove support to set QupZilla as default FTP handler.
- Closes #2417
2017-08-21 21:45:32 +04:30
David Rosca
d3153355d7 LocationCompleterView: Make sure focusProxy() is not null
See #2421
2017-08-21 11:16:10 +02:00
David Rosca
08274f5bbe Fix build warning 2017-08-19 19:11:45 +02:00
David Rosca
5812721e48 BrowserWindow: Fix failing to enter fullscreen sometimes 2017-08-19 18:52:26 +02:00
David Rosca
f3367e7611 AdBlockRule: Add support for ping, media and other options
Also fix object-subrequest matching, it should block requests
from plugins despite its name.
2017-08-12 17:31:11 +02:00
David Rosca
c2c49c6b13 AdBlock: Add support for rules with empty filter (match all) 2017-08-12 16:27:02 +02:00
David Rosca
67c6834a5f ComboTabBar: Disable focusing scroll buttons 2017-08-12 15:56:26 +02:00
David Rosca
0203cab204 LocationCompleterDelegate: Only draw "search with" on selected/hovered items 2017-08-12 15:46:54 +02:00
David Rosca
82700cae38 LocationCompleterDelegate: Draw icons with correct mode 2017-08-12 15:25:36 +02:00
David Rosca
0524bbc1a6 LocationCompleter: Don't allow to delete search/visit completion item 2017-08-12 15:10:39 +02:00
David Rosca
20010eb3c4 LocationCompleter: Fix incorrectly showing search action after domain completion 2017-08-12 15:09:29 +02:00
David Rosca
5f9fe54086 LocationCompleterDelegate: Draw title and address in one line
Also show twice as much available completions.
2017-08-12 15:02:00 +02:00
David Rosca
d7ff9546d6 Fix build 2017-08-11 15:46:19 +02:00
David Rosca
def0c8e4f4 Update empty.ts 2017-08-11 15:35:46 +02:00
David Rosca
7e6600bb48 Change wording "Search on" -> "Search with"
Also don't show "URL" in interface, "address" is enough.
2017-08-11 15:29:15 +02:00
David Rosca
2867f9fed5 LocationCompleter: Show search suggestions 2017-08-11 15:29:09 +02:00
David Rosca
c3bead5ed7 LocationCompleterView: Completely remove the hovered index tracking logic 2017-08-11 13:01:41 +02:00
David Rosca
6bceef43e2 LocationCompleter: Don't change selected index with mouseover
Also render proper item state (selected / under mouse) in delegate.
2017-08-11 12:56:55 +02:00
David Rosca
9e8614447e LocationCompleterDelegate: Better logic for limiting URL length 2017-08-11 12:42:07 +02:00
David Rosca
029aa6823b LocationCompleterView: Don't propagate Esc key press 2017-08-11 12:32:23 +02:00
David Rosca
16b3a74aa1 LocationCompleter: Add persistent first item that shows used search engine
Or in case searching from location bar is disabled or entered text
is valid URL, it indicates that this URL will be loaded.
2017-08-11 12:32:18 +02:00
David Faure
3c60b8417a Add missing RUNPATH so that qupzilla finds its shared lib
when installed into a custom prefix, on Linux.
2017-07-26 20:20:24 +02:00
David Faure
2382f2c955 Fix compilation with KDE in custom prefix
The .pri file for KWallet brings in the correct include path for
that framework, while KF5/KWallet/KWallet only works with a /usr/include
base dir.
2017-07-26 20:12:52 +02:00
Sérgio Marques
54f0796aab Update org.qupzilla.QupZilla.desktop 2017-07-25 17:13:25 +02:00
David Rosca
f82cab9f19 Pull translations from Transifex 2017-07-24 12:05:22 +02:00
Laszlo Espadas
6da89425a9 Add hungarian strings for qupzilla.desktop file 2017-07-23 22:46:36 +02:00
David Rosca
b05986bac3 Bookmarks: Warn when trying to open multiple bookmarks in tabs
Closes #2340
2017-07-19 14:09:49 +02:00
David Rosca
6f08f94e0f Workaround wrong focus when opening new tab from createWindow() 2017-07-19 13:57:37 +02:00
David Rosca
cbba636f61 Require C++14 2017-07-19 13:27:46 +02:00
David Rosca
d0f6a3f909 WebSearchBar: Search when clicking on search suggestion
Closes #2281
2017-07-19 13:27:30 +02:00
David Rosca
aefc3eba38 Disable QWebEngineSettings::FocusOnNavigationEnabled
Keeping this enabled will focus views loaded in background tabs.

Closes #2352
2017-07-19 13:06:25 +02:00
David Rosca
05492a89e6 LocationCompleterView: Fix selecting items with mouse
See #2365
2017-07-19 12:39:36 +02:00
David Rosca
9f266ac1e0 LocationCompleterView: Only use special window flags on xcb platform 2017-07-19 12:26:26 +02:00
David Rosca
302bffa250 Fix flatpak build 2017-07-03 21:09:44 +02:00
David Rosca
54a6f65bee AdBlock: Fix saving subscriptions
QSaveFile doesn't support QFile::Truncate mode
2017-07-01 18:50:25 +02:00
David Rosca
d6b142bba2 Travis: Yet another fix 2017-06-12 16:32:28 +02:00
David Rosca
d3aebb2b0c Travis: Another attempt to fix build 2017-06-12 16:14:31 +02:00
David Rosca
016ea1c9fa Travis: Fix compare for Qt 5.9 2017-06-08 21:10:25 +02:00
David Rosca
2c871eb47a Travis: Add Qt 5.9 linux builds 2017-06-08 20:33:00 +02:00
David Rosca
9b933c1fb7 SessionManager: Show only session name in message box when deleting session 2017-06-08 15:00:03 +02:00
David Rosca
26eb3753c0 SessionManager: Make it possible to restore backups again 2017-06-08 14:56:52 +02:00
David Rosca
93d4d66054 SessionManager: Add Session Manager dialog instead of menu structure
See #2331
2017-06-08 14:13:15 +02:00
David Rosca
bc65a0a038 Add RemoveItemFocusDelegate and use it in SearchEnginesDialog 2017-06-08 13:08:38 +02:00