Skip to content

Commit 2477014

Browse files
author
Jakub Wieczorek
committed
Update ChangeLog.
1 parent 1274392 commit 2477014

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

ChangeLog

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
0.9.0
2+
Drop support for Qt 4.4.
3+
4+
Interface
5+
FEATURES:
6+
- Add support for search keywords in the location bar.
7+
- POST support for OpenSearch suggestion requests.
8+
- Add WebKit version to the About dialog [WebKit trunk only].
9+
- Use HTTP pipelining for all network requests [Qt 4.6 only].
10+
11+
IMPROVEMENTS:
12+
- Remember last used save directory.
13+
- Added file dialog to download location settings.
14+
- Restrict drag and drop to the same page unless a QWebView accepts it.
15+
- Open an URL dropped on the tab bar as new tab or replace existing tab.
16+
- Allow url to be dropped on the tab bar from other applications.
17+
- Add a Select All action.
18+
- Rather than not allowing setting or getting of any cookies in private mode create a blank cookie jar.
19+
- Significantly speed up the cookie dialog by keeping a cached copy of all the cookies.
20+
- Enhance the language manager to fallback to the country file if the country_language file doesn't exists.
21+
- Add drag support for downloaded item in the download manager.
22+
- Add Planet Qt to the default set of bookmarks.
23+
- Remove the text wrapping option from the source viewer's menu and instead enable it by default.
24+
25+
BUGFIXES:
26+
- Avoid duplicated and contradictory rules on the cookie rule list.
27+
- Change the shortcut for showing the bookmark toolbar as it was conflicting with the show bookmark dialog shortcut.
28+
- Encode the user input before inserting it into an URL template.
29+
- Fix a crash when cloning a blank tab.
30+
- When the widget losses focus hide the access keys.
31+
- Fix detection of flash on various websites when ClickToFlash is used.
32+
- Avoid an infinite recursion when asking the desktop to open an URL.
33+
- When the download manager prevents the application from closing add a new tab when there are none.
34+
- Only show the url completer if the user is typing a url.
35+
- Always add the Inspect Element Action to the context menu when the developer extra tools are enabled.
36+
- Bookmarklets were not working properly.
37+
- Work around for a segfault in Qt 4.5.2 where you go into privacy mode while a QNetworkReply is still working.
38+
- Clarify the networkdisk cache behavior in the messagebox.
39+
- Start page: Reduce the top margin to 100px from so it fits on a netbook screen.
40+
- Hide the bookmarks toolbar by default.
41+
- Turn off cookie tracking filtering by default because it breaks sites like StackOverflow.com.
42+
- Before clearing the cookie jar, load it so the exceptions and other settings are loaded.
43+
- When removing cookies from the cookie jar via the cookie dialog notify the autosaver.
44+
- When receiving a drop event on a bookmark folder, make sure that we don't drop a child bookmark.
45+
- Avoid overwriting the user agent string in the WebPage autotest.
46+
- Fix non-ASCII characters displayed garbled for Authors.
47+
48+
Behind the scenes
49+
- Merge two blocks of code that deals with oneCloseButton policy.
50+
- Make parentWindow() prettier.
51+
- Simplify updates of actions in view menu.
52+
- Save the window state when toggling the menu bar.
53+
- Save UI changes in the active window before creating a new one.
54+
- Move all network related files into one directory.
55+
56+
Build system
57+
- When building on osx use qmake -r.
58+
- Ignore generated files built on windows.
59+
60+
161
0.8.0
262
Interface
363
FEATURES:

0 commit comments

Comments
 (0)