Skip to content

Commit 203d652

Browse files
author
Jakub Wieczorek
committed
Update ChangeLog for 0.8.0.
1 parent 9b0055c commit 203d652

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

ChangeLog

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
0.8.0
2+
Interface
3+
FEATURES:
4+
- When the ctrl key is pressed show keyboard accelerators on the screen. [Qt 4.6 only].
5+
- Location bar: implement full text search and more accurate sorting.
6+
- Add a simple start page with a search box pointing at the active search engine.
7+
- Allow to create new open search engines from any input forms displayed in websites [Qt 4.6 only].
8+
- Add a menu to set the default text encoding for all rendering [Qt 4.6 only].
9+
- Implement directory listing when accessing file:/// URLs that point to directories.
10+
- When a POST request is about to be resent, warn user about that fact to make sure that the operation is intended.
11+
- Add a checkable push button to the search bar that allows to highlight a specific string in a website [Qt 4.6 only].
12+
- Add a setting that specifies if the url supplied by the user should be forwarded to the default search engine if it isn't valid.
13+
14+
IMPROVEMENTS:
15+
- Show a more verbose message when the htmlToXBel tool is not installed.
16+
- Show the complete tab title as tool tip to improve GUI usability for long website titles.
17+
- Download manager: Create the download directory as needed.
18+
- Location bar: If escape is pressed on location bar revert to the original URL, this emulates the firefox behaviour.
19+
- Add Google "I'm Feeling Lucky" search engine to the default set.
20+
- Drag & Drop: Add the ability to drop an url on the tab bar which will open it in a new tab.
21+
- Drag & Drop: Allow dropping URLs on the location bar.
22+
- When creating new windows, use the startup setting to decide if the homepage should be loaded.
23+
- Remove the network monitor tool as the current Inspector now lets you see request headers and response headers.
24+
25+
BUGFIXES:
26+
- Fix several memory leaks: set the Qt::WA_DeleteOnClose flag on dialogs that are executed asynchronously.
27+
- Download manager: Fix displaying file size when downloading huge files.
28+
- Download manager: Give correct name to downloaded files with no suffix.
29+
- Location bar: Fix background color when using Oxygen style.
30+
- Bookmarks manager: Don't allow to edit the url in any nodes but normal bookmarks.
31+
- Private browsing now disables the disk cache.
32+
33+
Behind the scenes
34+
- Added custom network scheme handlers, i.e. a single one for listing local directories.
35+
- Add a setting so the user can swap the location of the new and close tab buttons.
36+
- Add the ability for a user to specify the userAgent through QSettings.
37+
- Split up the bookmarks classes into separate files.
38+
- Remake the bookmarks toolbar.
39+
- Clean up the AddBookmarkDialog class.
40+
- OpenSearch: Implement the Referrer extension.
41+
- Implement the WebPage::linkedResources() method using the DOM API.
42+
- Tweak the certToFormattedString() function.
43+
- OpenSearch: localization improvements.
44+
45+
Build system
46+
- Include an additional XML file in the installation, which will make Arora appear in Gnome Control Center on the list of available web browsers that can be set as default.
47+
- Add man pages for the tools.
48+
- webkit.pri now supports building QtWebKit as a framework on mac.
49+
50+
151
0.7.1
252
Fix Windows build.
353
Fix building in parallel (make -jX).

0 commit comments

Comments
 (0)