nowrep
3e546ebb70
[Windows] Updated installer files
13 years ago
nowrep
93d22ec6fc
[Fix] Don't show instant popup when clicking on back/forward button.
13 years ago
nowrep
79c57f61b6
Version 1.4.0
13 years ago
nowrep
c36e13da32
Fixed previous commit.
13 years ago
nowrep
adcb8570ed
Added Yu Hai into translators.
13 years ago
nowrep
4687847963
[CaBundleUpdater] Download bundle immediately on first run.
...
Instead of 30 seconds waiting, try to download certificate bundle
immediately on first run of application.
13 years ago
S. Razi Alavizadeh
4e862414a1
[Windows] Small fix in theme + fixed shadow of desktop notification.
13 years ago
nowrep
d29aff5330
Updated translations from Transifex.
13 years ago
nowrep
e455f58aa1
[CaBundleUpdater] Reload certificates after finished bundle update.
13 years ago
nowrep
ab8496610e
[TabPreview] Don't show tab previews while dragging tabs.
13 years ago
nowrep
8bff746d30
[AdBlock] Blocking netscape plugins even without C2F enabled.
...
Closes #791
13 years ago
nowrep
ef89347a7c
[SuperMenu] Added Show Bookmarks and History actions.
13 years ago
nowrep
6c74289aaa
[AdBlock] Added ChinaList into list of known subscriptions.
...
Closes #768
13 years ago
nowrep
b12c324f87
[SuperMenu] Improved menu in button used instead of menubar.
...
The menu is now displayed inside window, even when window
is not in fullscreen.
It now also contains the most important actions in addition to copy of
top level menus.
13 years ago
nowrep
8820703a2e
[Windows] Small theme improvements of tab style.
...
Using transparent background for tabbar also with tabs on top.
13 years ago
nowrep
d72dddf2f1
Merge branch 'srazi-master'
...
Fixed conflicts:
src/lib/other/browsinglibrary.cpp
src/lib/tools/treewidget.cpp
13 years ago
nowrep
5f5cf7417d
[Code] Updated coding style with patched Astyle + normalized signals.
...
Code was formatted with patched astyle that correctly formats
foreach macro.
Normalize tool is now used to normalize all signal/slots signatures
to normalized format. It saves few reallocations on connections.
13 years ago
nowrep
cc93b67002
[GreaseMonkey] Fixed crash when deleting userscript.
13 years ago
nowrep
21d201752d
Fixed building certs.qrc resource on other platforms than Windows.
...
Followup to #768
13 years ago
nowrep
77f45e2761
OS/2 Haiku: Use own certificates from CaBundle.
...
Only on Linux and Mac OS X it is safe to use system
SSL certificates.
See #786
13 years ago
S. Razi Alavizadeh
a7a4ef87a7
Improved version of 'TreeWidget::filterString()'
13 years ago
nowrep
b9858f98a4
Added basic bash and zsh autocompletion files.
...
Bash autocompletion will be installed by default with
make install.
Zsh autocompletion has to be installed manually, more on that
in linux/completion/README
13 years ago
David Rosca
1947568cf7
Merge pull request #782 from srazi/windows-theme
...
[Win] Improved "windows" theme+transparent TabBar's background
13 years ago
S. Razi Alavizadeh
f6f604698d
[Win] Improved "windows" theme+transparent TabBar's background
13 years ago
nowrep
50e993e014
[TabBar] Compute minimum tab sizes with ProxyStyle pixelMetrics.
...
It will make it possible for styles to basically style tabs.
13 years ago
nowrep
aa2f6664bf
Quick fix for previous commit.
13 years ago
nowrep
1f5df24a44
[TabBar] Position of add tab button was incorrect sometimes.
...
Fixed showing add tab button always at correct position.
Also removed duplicate code in tabSize.
13 years ago
nowrep
320f0d20cc
[Fix] Make sure both menubar and navigation bar are not hidden.
...
Closes #781
13 years ago
nowrep
b1eca8095e
Select line in locationbar when opening new tabs only when text is empty.
...
Fixes followup to #752
13 years ago
nowrep
9d6e34e3e5
[Code] Rewritten AdBlockRule to use enums for rule options.
...
Instead of using boolean variables for every option, use one QFlag
for options and second for exceptions.
13 years ago
nowrep
4d82e307ad
[AdBlock] Download also whitelist rules from EasyList.
13 years ago
nowrep
7e6d619516
AdBlock: Greatly improves performance of regexp rules.
...
Regexp will be parsed into parts that can be used with
QString::contains for quick match. If url contains all parts,
real QRegExp matching is applied.
This speedup affects rules that are internally converted into
regexp, not AdBlock's regexp rules (but those rules are very rarely used
in subscriptions, so there's no need to optimise them)
13 years ago
S. Razi Alavizadeh
b52d150e7d
[Mac] Small fixes in themes + fixed building
...
Theme: fixed color of statusbar
Building: fixed linking to CoreServices framework
QzTools: show correct version of Mac OS X
Code: coding style
13 years ago
nowrep
d885444501
[Code] Use QVector instead of QList for elements bigger than pointer.
13 years ago
nowrep
a25e189904
[AdBlock] Added debug output with ADBLOCK_DEBUG define.
...
It will print the time needed to load all rules and also
to block each url.
13 years ago
nowrep
cf4daaa37a
[Qt5] Fixed crash when using network cache from Qt 4
...
Network cache is now saved in %WEBKITVERSION%-Qt%QTVERSION%
subdirectory.
13 years ago
nowrep
9f226b9738
Significant memory savings in AdBlock (~ 30MB with just EasyList)
...
Even empty QRegExp can occupy a lot of space in memory, which can
grow into a big number with tens of thousands AdBlock rules.
QRegExp is now allocated with new, and only when really needed.
13 years ago
nowrep
a1ad8dab9b
Properly destroy NetworkManager on application close.
13 years ago
nowrep
6cf3cb637c
[AutoFill] Show key icon only when password was actually filled in page.
...
If you have saved multiple passwords eg. for gmail.com, it will now
only show key icon when trying to login, instead of showing it all the
time on gmail.com (even after logging in).
13 years ago
nowrep
0ca121898d
[PageFormCompleter] Don't try to extract form if formdata is invalid.
13 years ago
nowrep
e7213bdf12
[Qt5] Fixed getting correctly QtWebKit version with pkg-config.
...
QtWebKit module is named Qt5WebKitWidgets in Qt 5.
Versioning is also different from Qt 4.
13 years ago
nowrep
3e74b18622
Show Mac OS X version in QzTool::operatingSystem.
...
It now also supports Windows 8 detection.
Function have been renamed from buildSystem to operatingSystem
as it does not really returns build system anymore.
13 years ago
nowrep
41fb5bfcc6
[Mac] Little modifications in theme for better native look.
...
Closes #765
13 years ago
nowrep
021e6315e0
Preferences: Fixed showing current language in languages menu.
13 years ago
nowrep
d46d5c6786
[Mac] Fixes font rendering with HiDPI (retina) displays.
13 years ago
David Rosca
560c4c414c
Merge pull request #780 from srazi/master
...
[Windows] Don't update transparent margins on close.
13 years ago
S. Razi Alavizadeh
5d10b7ba94
Updated Windows installer Persian translation.
13 years ago
S. Razi Alavizadeh
0066027215
fixed hiding bookmarksToolbar after going back from fullscreen.
13 years ago
S. Razi Alavizadeh
825e14140c
[Mac] fixed search highlighting on Mac, see #756 , also don't paint cursor when showing popup.
13 years ago
nowrep
49382fd832
Updated certificate bundle + build it only on Windows.
13 years ago