nowrep
b9858f98a4
Added basic bash and zsh autocompletion files.
...
Bash autocompletion will be installed by default with
make install.
Zsh autocompletion has to be installed manually, more on that
in linux/completion/README
13 years ago
nowrep
7e6d619516
AdBlock: Greatly improves performance of regexp rules.
...
Regexp will be parsed into parts that can be used with
QString::contains for quick match. If url contains all parts,
real QRegExp matching is applied.
This speedup affects rules that are internally converted into
regexp, not AdBlock's regexp rules (but those rules are very rarely used
in subscriptions, so there's no need to optimise them)
13 years ago
nowrep
cf4daaa37a
[Qt5] Fixed crash when using network cache from Qt 4
...
Network cache is now saved in %WEBKITVERSION%-Qt%QTVERSION%
subdirectory.
13 years ago
nowrep
4eba746a2c
GreaseMonkey: Bumped plugin version.
13 years ago
nowrep
f32ec93caf
NetworkManager: Use certificates from bundle only on Windows.
...
On other platforms, let's just use system certificates.
13 years ago
nowrep
1cbc8c6d2d
[Windows] Fixed color of selected text when view loses focus.
...
Closes #756
13 years ago
nowrep
3e743c9d1f
Moved config directory info ~/.config/qupzilla
...
See #774
13 years ago
nowrep
3b3e62cd76
[code] Explicitly set UTF-8 codec when using QTextStream.
...
Fixes encoding issues on Windows.
Closes #769
13 years ago
nowrep
18a1d4802e
Don't use double QUrl::fromUserInput in QupZilla constructor.
...
Closes #762
13 years ago
nowrep
5b0f37abd5
Fixed crash when showing multiple notifications with Tabs On Top.
13 years ago
nowrep
e069da55e3
[X11] Fixed showing window in fullscreen with XFCE.
...
Closes #648
13 years ago
nowrep
a1a8fb90f5
Added option to choose where to store network cache.
13 years ago
nowrep
b525e0740a
Don't save window geometry when in fullscreen.
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
3ccc0a67c1
[AutoFill] Support for saving passwords of multiple users per site.
13 years ago
nowrep
efe5ed8e7d
Disabled opacity effect in animated tab previews by default.
...
It can still be enabled with ENABLE_OPACITY_EFFECT build variable.
This is final fix for #663
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
nowrep
668022ed64
Improved parsing of Content-Disposition header.
...
It now tries to detect whether UTF-8 encoding is used.
Closes #745
13 years ago
nowrep
53a30cbf39
Updated translations.
13 years ago
nowrep
b70fc83474
Fixed position of background images in SpeedDial.
...
Regression from df6417af4a
13 years ago
nowrep
359e1842a0
Fixed crash when showing context menu in websearchbar.
13 years ago
nowrep
1fef4efec7
Using clever approach to find username inputs in form.
...
Saving passwords and usernames should now work for much
more sites.
It now looks for input[type="email"] and inputs without
type attribute too.
Closes #674
13 years ago
nowrep
30719365ac
Fixed loading NYTimes Skimmer page.
...
https://www.nytimes.com/skimmer/#/Top+News
Implemented applicationCacheQuotaExceeded and databaseQuotaExceeded
slots that increases quotas.
13 years ago
nowrep
a34a72cdb8
Moved all cookies settings into Cookies Manager.
13 years ago
S. Razi Alavizadeh
738a0b9791
Fixed a typo in CHANGELOG
14 years ago
nowrep
eddc51734a
Version 1.3.5
14 years ago
nowrep
7189ff58b4
LocationCompleter: Improved sorting bookmarks by visit count.
...
- it sorts by visit counts of bookmark's url from history
- count column in bookmarks is not needed after all :-)
Patch by Franz Fellner <alpine.art.de@gmail.com>
14 years ago
nowrep
ba7f919cd5
Location/Search Bar: Always open new active window with Alt+Enter
...
- in Web Search Bar it can be also opened with middle click on
magnifying glass button
14 years ago
nowrep
55845ab4df
X11: Restore windows on correct virtual desktops
...
- this will not be used for first application window, to prevent
starting application and no window being opened on current
desktop
= applies only for other restored windows (2nd, 3rd, ...)
14 years ago
nowrep
53d4f00c36
Added option to start new instance of browser with --no-remote option
...
- however, new instance cannot be started for default profile
closes #541
14 years ago
nowrep
4f3c3cdcc4
Fixed navigation keys not working right after closing search bar
...
- keys PageUp, PageDown, Space and arrows
closes #530
14 years ago
nowrep
6e3d7d581b
Smarter address bar completer now shows better search results
...
- thanks to Franz Fellner
closes #506
14 years ago
nowrep
0e046b73de
Don't show size of folders in directory listing.
...
- updated CHANGELOG
14 years ago
Jonathan Hooverman
c0e6ee53ec
fixed some strings in CHANGEOLG
14 years ago
kloun
5f0c6a1ee4
fix ver in CHANGELOG
14 years ago
nowrep
0a7741cc42
Version 1.3.1
...
- just bugfix release
14 years ago
nowrep
2396f55068
Speed Dial: Fixed issues with ' and " characters in input fields
...
closes #455
14 years ago
nowrep
86c58ff9a2
Added Ctrl+= shortcut for zoom +
...
closes #449
14 years ago
nowrep
69aeeac1be
Fixed zooming with Ctrl+wheel for some users.
...
closes #451
14 years ago
nowrep
232350c910
Added Italian translation for GreaseMonkey and PIM plugins
14 years ago
nowrep
c471c0e882
Version 1.3.0
14 years ago
nowrep
11972affaf
All issues regarding saving passwords should now be fixed.
...
closes #413
14 years ago
nowrep
2d5c9bcc2b
Building: Option to build without QtDBUS module.
...
- more info in BUILDING
- desktop notifications will be disabled with this option
14 years ago
nowrep
138ffdfe93
AdBlock: Better and faster hiding placeholders of blocked elements
...
- also Ctrl+C in AdBlock tree now copies url filter into clipboard
14 years ago
nowrep
42fd82fb2d
Added CHANGELOG file instead of changelog in wiki
14 years ago