-
Notifications
You must be signed in to change notification settings - Fork 158
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
mrkaban
wants to merge
1,272
commits into
user-none:master
Choose a base branch
from
Arora:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
…able in this context.
…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.
…ressed, the downloaded item count is not updated
blink it, after it's finished downloading.
…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.
Add Language Korean
@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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?