Skip to content

Commit dfd51d1

Browse files
committed
Update all of the necessary files for 0.7.0
1 parent 670ceb4 commit dfd51d1

File tree

6 files changed

+84
-7
lines changed

6 files changed

+84
-7
lines changed

AUTHORS

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,25 @@ Jakub Lužný limoto94@gmail.com
55
Diego Iastrubni elcuco@kde.org
66
Christian Franke cfchris6@ts2server.com
77
Vincenzo Reale smart2128@baslug.org
8-
Matvey Kozhev sikon@ubuntu.com
98
Benjamin K. Stuhl bks24@cornell.edu
9+
Zsombor Gegesy gzsombor@gmail.com
10+
Maia Kozheva sikon@ubuntu.com
1011
Adam Treat treat@kde.org
1112
Tor Arne Vestbø tavestbo@trolltech.com
1213
Mark Reiche porphyr@gmx.de
14+
Guillaume Martres smarter@ubuntu.com
1315
Ariya Hidayat ariya.hidayat@trolltech.com
16+
Kristof Bal kristof.bal@gmail.com
1417
Josef Kufner jk@myserver.cz
1518
Janusz Lewandowski lew21st@gmail.com
1619
Tom Gundersen teg@jklm.no
17-
Kristof Bal kristof.bal@gmail.com
1820
Daniel Albuschat d.albuschat@gmail.com
1921
Robert Hogan robhogan@gmail.com
2022
Raphael Kubo da Costa kubito@gmail.com
2123
Paul Olav Tvete paul@trolltech.com
2224
John Schember john@nachtimwald.com
23-
Guillaume Martres smarter@ubuntu.com
2425
Elrond elrond+arora.git.commit@samba-tng.org
26+
Christopher Eby kreed@kreed.org
2527
Chris Lee clee@mg8.org
2628
Alexandre Bique bique.alexandre@gmail.com
2729
ABuus amb@lafnet.dk
@@ -30,8 +32,10 @@ Simon Hausmann simon@lst.de
3032
Richard Moore rich@beast.needcoffee.co.uk
3133
Pavol Rusnak stick@gk2.sk
3234
Marius Bugge Monsen mariusbu@pvv.org
35+
Kenneth Rohde Christiansen kenneth.christiansen@openbossa.org
36+
John Wimer john@god.vtic.net
3337
Gergely Nagy gergely.nagy@interware.co.hu
3438
Darryl Kacher darrylkacher@gmail.com
35-
Christopher Eby kreed@kreed.org
3639
Chris Hills chaz@chaz6.com
3740
Carlos Júnior carlos@milk-it.net
41+
axasia axasia@gmail.com

ChangeLog

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
172
0.6.1
273
When using Arora with Qt 4.5.1 after a little while pages will stop rendering.
374
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
677
wont let QNetworkDiskCache open a cache file because all of the previous files were not
778
closed. When running against Qt 4.5.1 Arora will now disable the disk cache.
879

80+
981
0.6
1082
Interface
1183
- 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.

buildosx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
APP="Arora"
7-
VERSION="0.6.1"
7+
VERSION="0.7.0"
88
#BACKGROUND="src/data/512x512/arora.png"
99

1010
DIR="bundle"

debian-upstream/changelog.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
arora (0.6.1~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
1+
arora (0.7.0~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
22

33
* Initial release (LP: #231731)
44

generateAuthors

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ git log --pretty="format:%an %ae" $1 \
1919
| sed -e 's/porphyr /Mark Reiche /g' \
2020
| sed -e 's/vinx@zulu\.(none)/smart2128@baslug\.org/g' \
2121
| sed -e 's/Matvey Kozhev/Maia Kozheva/g' \
22+
| sed -e 's/kristof@localhost.(none)/kristof.bal@gmail.com/g' \
2223
| sort | uniq -c | sort -n -r | sed -e 's/^ *[0-9]* //g'

src/browserapplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ BrowserApplication::BrowserApplication(int &argc, char **argv)
9595
{
9696
QCoreApplication::setOrganizationDomain(QLatin1String("arora-browser.org"));
9797
QCoreApplication::setApplicationName(QLatin1String("Arora"));
98-
QString version = QLatin1String("0.6.1");
98+
QString version = QLatin1String("0.7.0");
9999
QString gitVersion = QLatin1String(GITCHANGENUMBER);
100100
if (gitVersion != QLatin1String("0")
101101
&& !gitVersion.isEmpty())

0 commit comments

Comments
 (0)