Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the project abandoned? #1

Open
wants to merge 1,272 commits into
base: master
Choose a base branch
from
Open

Is the project abandoned? #1

wants to merge 1,272 commits into from

Conversation

mrkaban
Copy link

@mrkaban mrkaban commented Aug 27, 2020

Will there be no more new versions?

Thanks for the program under a free open source license! Added a program to a Russian-language site about free open source software, here is the link.

Please do not abandon the project! This is a very interesting program!

Will stable versions be published here?

icefox and others added 30 commits September 12, 2009 11:56
I wrote all of the code in this file.
child nodes in a QAbstractItemModel. (under the BSD license)

Remove old TreeProxyModel that did the same thing, but was made
for the History class.
…InspectorAction to be consistent with the rest of the code
- Remove all of Qt development type entries
From discussion on http://arorabrowser.blogspot.com/2009/08/arora-090.html and also the Kubuntu guys strip the bookmarks in their release it make sense.
In Qt 4.6 the function QIcon::fromTheme() was added that lets Qt
application get icons from the Freedesktop.org icon naming spec.
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
can specify the location of the installed translation files, a directory
in the home directory and even the current directory for development so
developers don't have to install the application to test translations.
  QString which is also the localeDirectory as it implies it is more
  important and or different.
- With addLocaleDirectory as a public API add a public
  localeDirectories() function which returns the current list.
- m_loaded is a flag saying that loadAvailableLanguages has been
  called, not that a language has been found.  Revert behavior back
  to match the rest of m_loaded flags in the repository.
- Add .qm/locale to the default list to unbreak the autotests
In case some languages are nor properly translated, test for the return value of QT_LAYOUT_DIRECTION
…ind files and automatically translate them into url's.
…, but have the application do that if it wants it
…hat be first, then the build directory and finally the installed translations
application for the TreeSortFilterProxyModel class.
icefox and others added 29 commits September 26, 2010 22:24
…ressed, the downloaded item count is not

updated
…attributes.

Rather than a offset from the QNetworkRequest::User utilize the static
WebPageProxy::pageAttributeId() to improve the code readability
(it is now grepable what it is used for) and prevent accidents in the
future if that number ever changed.
….mil

By default QSSLConfiguration was only accepting SSLv3 while we want to
accept all of them.

Issue: 915
exec() only returns the correct value when the standard buttons are
used.  Change to use the messagebox.buttonRole to determine what button
was pressed.

Issue: 912
Support persistent data storage (HTML5 localStorage)
Broke displaying the start page in current WebKit snapshots
Fix start page not being valid XML (but claiming to be XHTML)
A model needs to be passed to the completer otherwise it crashes.

Issue: 957
Fix for fullscreen on Mac issue931
BookmarkNode was causing Arora to crash on exit
because of the way it was deleting its children.
addHistoryEntry(QString) could only be called by first getting
a pointer to the QWebHistoryInterface due to the existence of
the protected addHistoryEntry(HistoryEntry) which was renamed to
rependHistoryEntry() to make it more clear what it is doing.
This timer has nothing to do with the HistoryModel and it only
calls a function in the HistoryFilterModel so the fact that it is
in this class is confusing.
@AaronDewes
Copy link

@mrkaban This project is abandoned (I know it for sure), I'm developing a fork at https://github.com/EndorphinBrowser/browser. I haven't published binary releases yet, but I'm planning a first release with binaries for 01/01/2021 (The date may change, but this is my goal).

I have a list of goals for this fork here: EndorphinBrowser/browser#1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.