nowrep
c0c0d51b25
Little cleanups in code.
...
Show WebGL enabled with QtWebKit 2.3 only on Linux.
13 years ago
nowrep
00a5b62667
Fixed matching cookies according RFC 6265.
...
Perform cookie domain matching on domains without
leading dot.
Matching cookies against blocklist/whitelist is now
also properly working.
13 years ago
nowrep
bb1c775d50
Don't remove whitelisted cookies with "Remove all cookies on close" opt.
...
Closes #732
13 years ago
nowrep
109f607157
Fixed removing all cookies on close option.
...
Closes #731
13 years ago
nowrep
9f2de4b73a
[Code] Made all helper functions static.
13 years ago
nowrep
14ca6e2f0d
Added new macros for checking QTWEBKIT version.
...
QTWEBKIT_FROM_2_2 - >= 2.2.0
QTWEBKIT_TO_2_2 - < 2.2.0
QTWEBKIT_FROM_2_3 - >= 2.3.0
QTWEBKIT_TO_2_3 - < 2.2.0
It also check whether Qt5 is used and if so, it will
compile all features just like the QtWebKit version
was 2.3.0
13 years ago
nowrep
a0203c3fbb
[QtWebKit 2.3] Enable 3rd party cookie policy.
13 years ago
nowrep
666f6678f3
Qt5: New option to turn Animated Scrolling
...
Feature similiar to "smooth scrolling"
13 years ago
nowrep
f6a55a4c07
Qt5: Take advantage of builtin 3rdparty cookie storage policy.
...
It will now be much more accurate.
13 years ago
nowrep
89e091f09c
Qt5: Main code has been edited to support both Qt4 and Qt5
...
It doesn't include plugins yet.
Even thought the app can be built with Qt5 now, it won't run.
I am still working on a fix.
13 years ago
nowrep
742a376109
Fixed cookie domain handling according to RFC 6265
...
closes #610
14 years ago
nowrep
528f398cbe
Using QLatin1String and QLatin1Char now everywhere
...
- it saves few unnecessary allocations
14 years ago
nowrep
b442492c27
Fixed small bug with domain matching
...
- accounts.youtube.com won't be matched by s.youtube.com anymore
- fixes ||s.youtube.com^ AdBlock rule matching anything from
https://accounts.youtube.com
14 years ago
nowrep
5e3e9393b1
Cookies: Fixed issues with cookies filtering
...
closes #450
14 years ago
nowrep
608135ac95
AdBlock: Using QString::endsWith in domain matching
...
- instead of QString::contains
14 years ago
nowrep
38ef828b82
Private browsing now opens new browser window (in own process)
...
- closes #415
14 years ago
nowrep
9778773199
Using better method for loading translations.
...
- it can now load xx_CC translation even if xx_DD is
user's system locale
14 years ago
nowrep
a0b9c0fc69
Fixed building on Windows + whole compilation is now faster.
14 years ago
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
14 years ago
nowrep
88de940dc1
Fixed cookie filtering, some cookies have empty domain().
14 years ago
nowrep
164166282c
Whitelisting/blacklisting cookies in Cookies Manager.
...
- closes #240
14 years ago
nowrep
16526b0177
Handling Ctrl+Middle clicks on links in keyReleaseEvent.
...
- fixes problems when you open link in new tab (with middle
mouse click) and also paste text to focused input element
14 years ago
nowrep
c31ee75928
History menu submenus and List of closed tabs in tab bar
...
- merged pejakm-master
- also using const variables in foreach loops everywhere it is possible
- updated translations
14 years ago
nowrep
195288c83b
[Fix] Fixed restoring multiple windows + added global defines header
...
- also added tests directory with html files to test QupZilla behaviour
- it only contain opening links test, more tests will come
14 years ago
nowrep
e39ddf5a79
Saving settings even without calling quitApplication. Closes #157
14 years ago
nowrep
999f0ef702
Using global QSettings object, should save some writes to disk.
...
- instead of creating new QSettings objects whenever we want to
save some data, we are using global QSettings object that is
keeping its data in memory and writing to disk only when
really needed
14 years ago
nowrep
002dc39bc8
[Fix] Fixed cookies loss when closing browser with private browsing.
14 years ago
nowrep
f3970f164b
Updated copyright for new year. Closes #100
14 years ago
nowrep
de3535b8db
Edited copyright + escaping html entities in copyright at qupzilla:about
...
- adding my email <nowrep@gmail.com> to copyright
14 years ago
nowrep
2cb067878d
Coding style, fixed cppcheck warnings + improved html highlighter
...
- html highlighter is now highlighting with reg exps, no more with hard
coded tags/tag options
- all cppecheck warnings fixed + added script (cppcheck.sh)
- introduced coding style + added astyle script (coding_style.sh)
- fixed one mistake in czech translate + updated windows installer
15 years ago
nowrep
959fc9b450
Shortcuts improvements + improved performance of cookie manager
...
- it is now possible to close page search with Esc, it is no longer
needed to click on close button.
- shortcuts for reload, stop, next, back are available everytime.
- performance of cookie manager is not ideal yet, but it is much better
than it was before.
- fixed showing search engine name in locationbar placeholder text.
- updated ca-certs bundle by latest Debian update
- moved keypressevent handler from WebView to QupZila to make this
actions global
- added keypress actions for special keys on keyboard
15 years ago
nowrep
4a556a4adc
Improved cookies filtering + fixed crash
...
Improved cookies filtering for domain mismatch and for tracking cookies,
it is now fully (i hope) working and ready to use in everyday browsing.
Please test it by yourself and report any issues.
Also fixed crash when closing cookies manager window with "Close" in
title bar or with Alt+F4
15 years ago
nowrep
6f395631ad
Updated copyright informations
15 years ago
nowrep
9902e64f81
Added theme support. 5 themes are available now: Chrome, Windows, Old,
...
Linux Native and Mac
15 years ago
nowrep
8fccdf0848
Private browsing now makes a temporary cookies, instead of disabling it
...
all. After private browsing mode is turned off, original cookies are
restored.
15 years ago
nowrep
d9d8506536
Updated code model
15 years ago
nowrep
0d1548c0b2
Introduced mApp macro
15 years ago
nowrep
3847f8662d
Added copyright header to all files
15 years ago
nowrep
b23ed87b87
Initial commit
15 years ago