nowrep
785b9fcdbe
[spellcheck] Fixed replacing words in multiple lines text.
13 years ago
nowrep
67a08d237d
[code] Using QVariant::fromValue instead of obsolted qVariantFromValue.
13 years ago
nowrep
0a7773bec1
[spellcheck] Added dialog with spell check settings.
13 years ago
nowrep
c3a0e1f13a
[spellcheck] Added context menu options to replace misspelled words.
...
And also to add word into user dictionary.
13 years ago
nowrep
074bd928c7
[spellcheck] Adding Speller object into MainApplication.
13 years ago
nowrep
fc41e1516d
[sourceviewer] Option to load edited source code in page.
...
Also fixed showing AdBlock css rules when reloading source.
13 years ago
nowrep
dfb69be90e
Don't show AdBlock icon in webview context menu on editable content.
13 years ago
nowrep
668022ed64
Improved parsing of Content-Disposition header.
...
It now tries to detect whether UTF-8 encoding is used.
Closes #745
13 years ago
nowrep
37a81cdf30
Sending information about versions in reportbug page.
...
Improved OS detection on Windows. It will also show version
of Windows (except Win 8)
13 years ago
David Rosca
bb8bff1676
Merge pull request #744 from srazi/master
...
Better RTL support for LocationCompleter and add direction property to dirlist.html
13 years ago
S. Razi Alavizadeh
e3db93740b
Better RTL support for LocationCompleter and add direction property to dirlist.html
13 years ago
David Rosca
9f02eecc21
Merge pull request #743 from srazi/master
...
Update HTTP authorization when needed+remove redundant casting
13 years ago
S. Razi Alavizadeh
396bac50b6
Update HTTP password when needed and remove redundant casting
13 years ago
nowrep
47eecba4da
Added QtWebKit platform plugin for notifications and spellcheck.
...
It's mostly just copied implementation from qtwebkit-plugins repo.
Spellcheck is only very basic.
Spellcheck will be automaticaly compiled if pkg-config detects
installed hunspell library.
13 years ago
nowrep
c0c0d51b25
Little cleanups in code.
...
Show WebGL enabled with QtWebKit 2.3 only on Linux.
13 years ago
nowrep
886b4202c8
Updated French translation in Windows installer.
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
0c10211cea
[autofill] Change saved password when user enters new data.
...
Closes #734
13 years ago
nowrep
4fc6686185
Properly export form data if password input is the only input in form.
13 years ago
nowrep
4f3c8b0d00
Check for QtWebKit 2.2 availability with pkg-config.
...
Fixes issues with building with QtWebKit 2.2 and Qt 4.7
13 years ago
nowrep
f17f9f89b4
WebGL is now enabled by default on QtWebKit 2.3
...
Also fixed link in README and translated one string in czech
windows installer.
13 years ago
Mladen Pejaković
0b2bf6b0c0
Added search field in autofill manager in preferences.
13 years ago
nowrep
ced0683c96
Updated translations.
13 years ago
nowrep
61e11c7404
Moving translations to Transifex.com
...
https://www.transifex.com/projects/p/qupzilla
13 years ago
nowrep
4f42040c7e
Followup for background fix with dark themes.
13 years ago
nowrep
a97ef7d627
Properly fixed page background color with dark themes.
...
Also fixed building with Qt 4.7
13 years ago
nowrep
b97d1eeef5
Revert "Add new option "Ignore system colors" for dark themes."
...
This reverts commit 4b2fd86fdd .
13 years ago
nowrep
4b2fd86fdd
Add new option "Ignore system colors" for dark themes.
...
It will set default background of html element to white.
However, this may break some sites, so let's just make this
optional.
13 years ago
David Rosca
ccec3409c2
Merge pull request #736 from plfiorini/master
...
Fix build with Qt 5.1 development branch
13 years ago
Pier Luigi Fiorini
d56f1e9bd4
Fix build with Qt 5.1 development branch
...
QT_{BEGIN,END}_HEADER defines were removed.
13 years ago
Jonathan Hooverman
1ebb9a2abc
Updated German translation
13 years ago
Jonathan Hooverman
023a37802e
Fixed typo
13 years ago
Jonathan Hooverman
f329e4914c
Merge branch 'master' of github.com:QupZilla/qupzilla
13 years ago
Jonathan Hooverman
8f7ea1dd92
Updated German translation of Windows Installer
13 years ago
nowrep
bb1c775d50
Don't remove whitelisted cookies with "Remove all cookies on close" opt.
...
Closes #732
13 years ago
Jonathan Hooverman
20a549a837
Updated German translation
13 years ago
Jonathan Hooverman
01723beda9
Updated German translation of Windows Installer
13 years ago
nowrep
109f607157
Fixed removing all cookies on close option.
...
Closes #731
13 years ago
nowrep
949bfe42ed
GreaseMonkey: Reload scripts on when source file changes.
...
Closes #729
13 years ago
nowrep
e9b3442ef9
Use different network cache folders for each WebKit version
...
Fixed crashes when using cache from older QtWebKit in 2.3 version
13 years ago
Mladen Pejaković
69bbca32ce
Serbian translations update/fix
...
Closes #730
13 years ago
nowrep
5569cec48b
[win] Fixed building after last commit.
13 years ago
nowrep
95445738ef
[win] Don't check for default browser on startup.
...
Also cleanup in #ifdefs in RegisterQappAssociation
13 years ago
nowrep
b415df3395
Fixed building on both Linux & Windows.
13 years ago
David Rosca
ecb1d54af3
Merge pull request #726 from srazi/master
...
Fixed downloader issue and some ftp related changes.
13 years ago
David Rosca
2c95c445b1
Merge pull request #727 from smarquespt/master
...
Portuguese translation update
13 years ago
nowrep
5968849e6d
Make "Switch to tab" translatable.
...
LocationCompleterDelegate does not include Q_OBJECT
Closes #725
13 years ago
Sérgio Marques
edc5e31662
Portuguese update
13 years ago
S. Razi Alavizadeh
62d3fd8bbb
[FTP] Caching file icons, also added ftp to installer script and associationManager()
13 years ago
S. Razi Alavizadeh
de7c9d56d3
Fixed crash on choosing non-writable download location.
13 years ago