Juraj Oravec
5658ed2f14
Addressbar use default search engine by default
...
BUG: 405423
FIXED-IN: 23.04.0
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
3 years ago
Laurent Montel
42db837288
Remove duplicate headers between cpp/h
4 years ago
Laurent Cimon
635cb1085c
Add an option to disable search suggestions from the address bar.
...
Differential Revision: https://phabricator.kde.org/D9539
8 years ago
David Rosca
d00e769749
Initial rename to Falkon
9 years ago
David Rosca
e487e4c1f6
Add option to open popup windows in tabs
...
Closes #1796
10 years ago
Kevin Kofler
fcae1fd3f5
Make automatic searching from the address bar optional
...
Some users (like me) really don't like it when their typos get sent to a
search engine without asking.
10 years ago
David Rosca
d1a15906b5
LocationBar: Drop "Add .co.uk when pressing ALT" feature
...
It doesn't work when completer popup is displayed and also it was
weird feature that could confuse users (Why was .co.uk added to the
text when I pressed ALT?).
10 years ago
David Rosca
e7144ca78c
Update JavaScriptOptions dialog for QtWebEngine
11 years ago
David Rosca
96cc2d41e2
Remove non-working Work Offline option
11 years ago
David Rosca
b4f9a354d7
Plugins: Load plugins before creating first window
12 years ago
Mladen Pejaković
0fc6a30933
Implement offline mode. Closes #1241
12 years ago
nowrep
a059c005ff
[SBI_Icons] Added Zoom Widget to StatusBarIcons plugin
...
Closes #1197
12 years ago
nowrep
e827249f50
[MainMenu] Added MainMenu class that holds all menu actions of window
...
All actions are now saved in QHash with name, this will make possible
to implement own keyboard shortcuts for actions.
+ WIP cleanup of BrowserWindow class
12 years ago
nowrep
96b5ec1c50
[NewTabFlags] Fixed incorrect usage of Qz::NewTabPositionFlags
12 years ago
nowrep
dc6f71a1b8
[Preferences] Update default settings on some options
...
TabsOnTop: Enabled by default
DontLoadTabsUntilSelected: Enabled by default
AfterLaunch: Restore session is now default
12 years ago
nowrep
c026594175
[WebView] Enable Undo/Redo actions in context menu by default
12 years ago
nowrep
7cb39aed0b
[TabBar] Added option to always switch tabs using mouse wheel
...
It will switch tabs even when tabs are overflowing.
12 years ago
nowrep
0758ba39ab
[LocationCompleter] Add option to enable/disable inline completion
12 years ago
Mladen Pejaković
6b5f62ecf3
[WebView] Option to add Undo/Redo menu actions to forms
12 years ago
nowrep
05ca29715f
[LocationBar] Option to always show go icon.
...
Also removed unused m_drawCursor member variable.
Closes #914
13 years ago
nowrep
7fae03959d
TabsOnTop: Fixed picking correct color for drawing line at the bottom of
...
navigation container.
13 years ago
nowrep
0133886b06
Revert "[jsoptions] Added "Disable or change context menu" option"
...
It broke Inspect Element action.
This reverts commit f6de3bd5a0 .
13 years ago
nowrep
945b40f2a5
Improved showing navigation in fullscreen.
...
It will now hide navigation toolbar after 1 second instead
of hiding it instantly when on mouse leave.
13 years ago
nowrep
83f3c90752
Added option to show tabs on top.
...
You can change it in Menu View -> Toolbars
Closes #640
13 years ago
nowrep
f6de3bd5a0
[jsoptions] Added "Disable or change context menu" option
...
User can now set whether sites are allowed to change or
completely disable context menu.
13 years ago
Mladen Pejaković
11758c3687
Change default values
13 years ago
Mladen Pejaković
bba5d3680d
JavaScript privacy options, update, part2
13 years ago
Franz Fellner
e9a8b8d7d8
Move switchToTab to QzSettings.
13 years ago
Franz Fellner
04e8df6e48
Add option to set a default search engine and use that for searching in address bar.
14 years ago
Franz Fellner
40f97c73ab
Add option to disable instant search on ech searchengine change.
14 years ago
nowrep
dd84a84bc0
New option to show loading progress in address bar.
...
- enable it in Preferences -> Tabs -> Address Bar
- patch by Franz Fellner
closes #236
14 years ago
nowrep
e709e17d5c
Small cleanup in code (classes holding settings as static variables)
...
- merged LocationBarSettings and WebSettings into one class
- new class QzSettings no longer uses static variables
14 years ago
nowrep
1a5ad1413b
Preferences: New option "Automatically switch to newly opened tabs"
...
- also removed unnecessary option to make tabs movable
* everyone wants the tabs to be movable :-)
closes #382
14 years ago
nowrep
99722aa7aa
Added option to open external protocols in system apps.
...
- so for example, links with apt: or tomahawk: protocol can be opened
- it will ask user whether he wants to open link in external app
and give option to remember the choice
14 years ago
nowrep
31e31b703a
Fixed building on Windows & shoudl fix crash in #334
14 years ago
nowrep
9042e7860d
Fixed Duplicate tab feature. Regression from previous commit.
14 years ago
nowrep
efab78ae5e
Added option "Don't load tabs until selected" when restoring session.
14 years ago
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
14 years ago
nowrep
09ac635faf
[Fix] Fixed "open new tab after active" option
14 years ago
nowrep
fc13958953
Using static variables to store settings of WebView and LocationBar.
...
- in its own WebViewSettings and LocationBarSettings classes
- because we don̈́'t want to load settings on every creation of new
tab
14 years ago