David Rosca
2a5c6ecfa1
ClickableLabel: Fix resizing icon with label
10 years ago
David Rosca
31508f2907
ToolButton: Bring back fallbackIcon property
10 years ago
Vladislav Tronko
b311902cf3
Added action with all in one image search engines
10 years ago
innermous
2cc2c26c84
Feature: ImageFinder plugin
10 years ago
Kevin Kofler
a570beb667
Do not call loadRequest on an invalid URL
...
I expected that error to be handled gracefully. It's actually not, it
crashes the whole browser, and saves a state that will make it crash
again on startup. So just ignore invalid URLs if searchFromAddressBar is
set to false.
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
Kevin Kofler
4a746c0ebe
Default to NoProxy rather than HttpProxy
...
The HttpProxy setting neither makes sense nor works without a concrete
proxy being set. So default to something that has any chance of working
without manual configuration. If you need an HTTP proxy, you will have
to configure it anyway.
10 years ago
David Rosca
3e0583377d
Fix handling Enter key in keypad in shortcuts
...
Closes #1792
10 years ago
David Rosca
53bf6662dc
AdBlock: Fix updating rules when adding/removing subscriptions
...
This also fixes crash on first network request after removing subscription
10 years ago
David Rosca
7391a6403c
Change qupzilla.com links to https
10 years ago
David Rosca
34970e4c47
Revert "Call QtWebEngine::initialize() in main"
...
This reverts commit dad94c64a1 .
10 years ago
David Rosca
5d4c2434a0
SearchEngines: Update suggestion links + always use https
10 years ago
David Rosca
90abf57592
OpenSearch: Fix loading search suggestions
10 years ago
David Rosca
cbc83e81ba
Remove dependency on deprecated QtScript
10 years ago
David Rosca
e4b5a416b3
Fix WebTab::SavedTab incompatibility with older versions
...
@innermous
10 years ago
innermous
5801ff0725
WebTab: Save/Restore zoom level on restart
10 years ago
Vladislav Tronko
deeafc3133
Fix downloadmanager displaying wrong filename
10 years ago
Vladislav Tronko
2bb2729665
Fix decoding special characters in download dialog
10 years ago
innermous
a9043f0584
Fix adding Adblock list
10 years ago
innermous
30d2980d86
Bookmarks: Add option to show only text in bookmarks bar
10 years ago
David Rosca
4a8d8fde59
Fix build with latest Qt 5.6 snapshot
...
Closes #1797
10 years ago
David Rosca
f130bc9763
Explicitly add webenginecore to Qt modules
...
See #1797
10 years ago
David Rosca
caefbcfa02
Another fix for older GCC
...
Closes #1790
10 years ago
David Rosca
9ed3554835
Fix build with latest Qt 5.6
10 years ago
David Rosca
73d93e1e3c
Don't assert when Shift+LeftClick on a link in frame
10 years ago
David Rosca
4144fc9827
Fix build with older GCC
...
Closes #1790
10 years ago
David Rosca
072f459ba5
Fix crash when using locationbar with show switch tab option disabled
...
Closes #1749
10 years ago
David Rosca
06e504e630
UserAgentManager: Update list of known user agents
...
Closes #1779
10 years ago
Jonathan Hooverman
bdd9a0cf02
Update adblockaddsubscriptiondialog.cpp
...
Fixes #1785
10 years ago
David Rosca
2bda7e54c4
Remove QString include from qzcommon.h
...
Closes #1781
10 years ago
David Rosca
082ae33d33
Fix clang warnings
10 years ago
David Rosca
a75002313a
main: Bump minimum Qt version to 5.6
10 years ago
David Rosca
60bc4ba715
DownloadItem: Fix initialization of m_currSpeed
...
Fix showing invalid download speed in some cases.
10 years ago
David Rosca
9f6ec040bb
QzTools: Add actionShortcut function
10 years ago
David Rosca
ac3d9b0f9b
Fix showing webview with Breeze style
...
Closes #1686
10 years ago
David Rosca
d543426c0f
Update OS/2 icons with new logo
11 years ago
David Rosca
d59ce4f74b
Update mac icons with new logo
11 years ago
David Rosca
ddb7c383de
BrowsingLibrary: Don't limit height of search line
11 years ago
David Rosca
a4cbfbecfa
Update favicons in default browsedata.db
11 years ago
David Rosca
cc39ec8150
Remove HtmlHighlighter and PlainEditWithLines
...
They are no longer used.
Also update copyright info in src/lib/data/html/copyright
11 years ago
David Rosca
7cd6f195d3
Adjust logo size in qupzilla:about and qupzilla:config
11 years ago
David Rosca
8b2e6bf9b6
New logo
...
Thanks to Adrien Vigneron and Elio Qoshi
11 years ago
David Rosca
999bfd3b9a
AboutDialog: Fix showing authors page
11 years ago
David Rosca
0e52711a07
SideBar: Don't try to add null widget to layout
11 years ago
David Rosca
626bf8f4bb
Fix searching for strings with special whitespaces from locationbar
...
This fixes eg. search terms with double byte space.
Closes #1622
11 years ago
David Rosca
27f0f9afac
WebView: Don't try to load invalid one-word urls
...
And also save the host lookup in case of invalid url.
11 years ago
David Rosca
fb4782dab2
ComboTabBar: Event handling cleanup
11 years ago
David Rosca
83b7f8f441
ComboTabBar: Call ensureVisible() in resize event
11 years ago
David Rosca
c0809dc0b3
Fix exiting HTML fullscreen with F11
11 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?).
11 years ago