You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog
+72Lines changed: 72 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,74 @@
1
+
0.7.0
2
+
Interface
3
+
- Add support for OpenSearch to the toolbar search
4
+
- Add the ability to search from the webpage context menu
5
+
- Remember the boxes checked in the Clear Private Data dialog
6
+
- Support Back, Forward, Reload and Stop keys on multimedia keyboards
7
+
- Add the ability to click a button before loading flash (clickToFlash)
8
+
- Allow to enable/disable the cache
9
+
- Allow to specify the maximum cache size
10
+
- Add a setting specifying if the application should quit when last tab is closed.
11
+
- Revert the check for the Oxygen style so when under KDE4 Oxygen will be
12
+
used even if it has issues.
13
+
- Fix mid click to paste urls into Arora to have them be loaded
14
+
- Fix crash in Clear Privacy Dialog when cache is disabled
15
+
- In the download manager change the "Ok" Button to "Close"
16
+
- Fix the positioning of new tab and close tab buttons. Comparing to 0.6 they are just swapped now.
17
+
- Only set a git version if the string is not empty
18
+
- Update the tab bar visibility action when retranslating.
19
+
- Make refresh be both F5 and Ctrl+R
20
+
- Update year in copyright
21
+
- Fixed some spelling mistakes
22
+
- Ctrl+L does not function when the toolbar is hidden.
23
+
- Fix a typo in Info_mac.plist.
24
+
- Enable multiple selection in the history tree view.
25
+
- Respect the setting to hide confirmation of closing multiple tabs when quitting too
26
+
- Fix a problem with cookie rule deletion
27
+
- Improve handling of unreachable sites.
28
+
- Create a new tab only when left button is double-clicked.
29
+
- Improve XBel importing
30
+
- Don't fill the history with error pages.
31
+
- Improve the site icon when dragging. When the mouse is over it show the arrow cursor, Set the drag icon to the site icon, and set the drag text to the page title and not the url. (Example drag to the toolbar you want to get the title not the url)
32
+
- Only save the cookie exception rules if the dialog is accepted.
33
+
- Set cookies to 'session only' if new rule introduced that would only allow them for the session.
34
+
- Add ability to filter out tracking cookies, eg Google Analytics.
35
+
- Add 'Add Rule' button to the cookie dialog to create an exception on the current cookie.
36
+
- When a cookie is a session cookie show the string 'Session Cookie'
37
+
- Improve the cooking blocking implementation
38
+
- Add subdomain checking, eg when the policy says 'block def.com', then it will block cookies from 'def.com', 'www.def.com' but not from 'abcdef.com'
39
+
- Handle cookie rules with starting dot correctly
40
+
41
+
Behind the scenes
42
+
- Add a subclass of QWebPluginFactory that can be used for managing QWebPlugin's
43
+
- Add a static BrowserMainWindow::parentWindow(QWidget *) method that returns a main window being one of the passed widget's parents.
44
+
- Move QTRY functions into their own header file as it has no dependency on Arora and can be used by tests that don't require BrowserApplication
45
+
- Mark strings as not translatable where it doesn't make sense
46
+
- Move location bar site icon class into its own file
47
+
- Move the privacy indicator out into its own class and file
48
+
- Move the location bar classes into a location bar folder
49
+
- Add api to get the clear button and search button in the SearchWidget
50
+
- Remove the word 'slot' from the functions that are slots to be consistent with the reset of the source code.
51
+
- Don't translate dummy strings in the ui file
52
+
- Move HistoryManager into its own file and move the history classes into their own folder.
53
+
- Conserve memory by atomizing history strings
54
+
- Code style: Add m_ prefix before private variables
55
+
- Improvements & cleanup to the about dialog
56
+
- Improve the three editviews
57
+
- Add manualtest for the three edit views and an autotest for the editlistview.
58
+
- Change placesimport to correctly use SingleApplication
59
+
- Add WebPage::linkedResources(const QString&) method that returns a list of resources attached to the main document
60
+
- BrowserApplication::mainWindow() returns the currently active window
61
+
62
+
Build system
63
+
- Remove one second punishment because it didn't work and I didn't make autotests when I was punished
64
+
- Add foreach() style error to look for and fix existing occurences.
65
+
- When building by default don't have lrelase be verbose as it du/mps a lot of junk on the console
66
+
- Add commit hook to do basic style checking on the files being commited
67
+
- unset GIT_DIR to fix warnings that are printed to the console
68
+
- When building Arora also don't allow casts to ascii to detect bugs.
69
+
- Share compiled object files with the main arora binary to reduce build times
70
+
71
+
1
72
0.6.1
2
73
When using Arora with Qt 4.5.1 after a little while pages will stop rendering.
3
74
This is because of a bug in 4.5.1 where renaming a file will cause the file
@@ -6,6 +77,7 @@ QTemporaryFile's for each new cached file and eventually the kernel
6
77
wont let QNetworkDiskCache open a cache file because all of the previous files were not
7
78
closed. When running against Qt 4.5.1 Arora will now disable the disk cache.
8
79
80
+
9
81
0.6
10
82
Interface
11
83
- Save more of the main window state, window's fullscreen status, maximized status, menu bar visibility, normal size, and ensure that the menu bar and status bar are returned to their proper states if saving while the window is fullscreen.
0 commit comments