1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Commit Graph

6404 Commits

Author SHA1 Message Date
nowrep
a3898e48c0 Added option to hide passwords in preferences
- after you show passwords, it is now possible to hide them again
 - no more need to close preferences dialog
2011-11-21 18:24:56 +01:00
nowrep
b88bfd46c7 Password manager now detects also username
- username is detected as first input type="text" in form
 - it should work on almost every page

This is last requirements to implement saving multiple users on
one page.
2011-11-20 17:09:10 +01:00
nowrep
4bb5ff9b26 Fixed selecting all on click to location bar
- it was enabled even if you disabled it in preferences
2011-11-20 15:13:19 +01:00
David Rosca
a86a9882aa Merge pull request #41 from JHooverman/master
Updated German translation
2011-11-20 01:59:52 -08:00
Jonathan Hooverman
80f9c74482 Updated German translation 2011-11-20 10:52:25 +01:00
nowrep
a13cfba247 Deleted unneeded and added new icons
- according to previous commit
2011-11-19 18:23:42 +01:00
nowrep
365770495e Using icons from desktop theme in preferences + site info
- Faenza icons are no longer explicitly shown in prefereneces and site
info
 - they are now used only if icon is not found in active theme, and also
for Windows users
 - please test it and let me know if icons are correct for each category
 - also fixes previous commit
2011-11-19 18:21:22 +01:00
nowrep
75cfab6a97 Show native notification preview in preferences
When you enter "Notifications" page, osd + native notifications will now
be shown
2011-11-19 17:38:47 +01:00
nowrep
54bda0328f Added option to select all text on click to address bar
- and dropped "Add .com on CTRL click" option (it was making impossible
copying anything from address bar)
2011-11-16 16:47:08 +01:00
nowrep
06b73291f3 Fixed selecting search engine when using shortcuts in locationbar
It is now returning invalid engine when shortcut is empty
2011-11-14 16:00:54 +01:00
David Rosca
2ef2553167 Merge pull request #40 from JHooverman/master
Updated German translation
2011-11-13 11:55:00 -08:00
Jonathan Hooverman
40dece8e90 Updated German translation 2011-11-13 20:48:43 +01:00
nowrep
dbab4f74ca Added XSS Auditing option
From docs:
Specifies whether load requests should be monitored for cross-site
scripting attempts. Suspicious scripts will be blocked and reported in
the inspector's JavaScript console. Enabling this feature might have an
impact on performance and it is disabled by default.
2011-11-13 20:36:10 +01:00
nowrep
3db65361ba Spanish translation, thanks to Jorge Sevilla <jsevi@ozu.es>
Also removed one redundant string from translations
2011-11-13 01:19:05 +01:00
nowrep
6021330765 Polish translation, uncompleted for now
Added Polish translation, thanks to Krzysztof Malinowski
<boromil@gmail.com>
Also improved showing of click2flash object
2011-11-12 09:45:32 +01:00
David Rosca
3fe5f154e1 Merge pull request #39 from boromil/master
Polish translation
2011-11-11 06:46:46 -08:00
boromil
9b4e750376 more pl translation changes 2011-11-11 15:00:53 +01:00
boromil
b0c767c04c more pl translation changes 2011-11-11 13:47:47 +01:00
boromil
e9d495b0f3 added some pl transaltion 2011-11-11 13:35:51 +01:00
nowrep
c132767d5a Updated Italian translation
Fixed some errors in translation
2011-11-10 20:31:20 +01:00
nowrep
3b0ac5b3b5 Fixed Click2Flash plugin disabled by default
Also updated README file with current version informations
2011-11-09 20:20:42 +01:00
nowrep
7808408cc8 Final updates for 1.0.0 stable release.
Containing small fixes:
 - updated windows installer
 - small modification to linux default theme (new tab button)
2011-11-09 16:58:25 +01:00
David Rosca
8791b9cf50 Merge pull request #37 from JHooverman/master
Minor Changes
2011-11-08 11:55:00 -08:00
Jonathan Hooverman
7d959bcdee Minor changes 2011-11-08 20:49:16 +01:00
nowrep
895942842d Fixed crash when downloading from SSL secured site
If your download is opening in new empty tab, teh download manager will
close it. If the new tab was secured, network manager was trying to set
SSL configuration to already deleted page, thus leading to crash.
2011-11-08 15:20:53 +01:00
nowrep
f8feb86351 Fixed fetching of AdBlock EasyList
- also fixed showing 1*1px widget when clicking on site info icon on
empty or qupzilla: page
 - added global Ctrl (+ Shift) + Tab for navigating through tabs
2011-11-07 19:56:53 +01:00
nowrep
8e8e884968 Removed .orig copies of source files
I hope this will be last ...
2011-11-06 19:46:03 +01:00
nowrep
a72b515d5b Another previous commit fix...
Deleting unneeded files + backup files from Gedit (file + ~)
2011-11-06 17:13:18 +01:00
nowrep
b6f84d648f Fixing previous commit
Sorry for the mistake, it should be fine now.
2011-11-06 17:09:08 +01:00
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
2011-11-06 17:01:23 +01:00
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
2011-11-06 12:05:16 +01:00
nowrep
bf22ffbf9e Setting additional QWebSettings arguments when building w/ QtWebKit 2.2
Namely HyperlinkAuditingEnabled and JavascriptCanCloseWindows.
See http://gitorious.org/+qtwebkit-
2011-11-05 22:02:23 +01:00
nowrep
178baa7dc2 Improved mouse press events on page. Closes #33
The original function eventFilter was taken from QTestBrowser and used
the MousePressEvents part.
You can find original function at http://gitorious.org/+qtwebkit-
2011-11-05 21:27:01 +01:00
nowrep
b8fbcdbeb5 Another little fixes (including showing unsorted bookmarks)
Unsorted bookmarks are now properly showed at the bottom of tree in
bookmarks manager.
Removed unneeded code in siteinfowidget.cpp and tabwidget.cpp
2011-11-05 18:36:53 +01:00
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
2011-11-05 15:04:29 +01:00
nowrep
56e7e5163a Completed translations
Completed one missing string in Slovakia and Dutch translation from
history. The string is "Database successfully optimized..."
2011-11-05 11:59:06 +01:00
nowrep
b62ed5edb3 Supporting data: scheme
You can now enter image with data: scheme to locationbar to show it and
data: images will now be showed in Site Info dialog
2011-11-05 11:51:46 +01:00
nowrep
5f7d2d108b Added Italian translation. Closes #27
Thanks to Federico Fabiani <federico.fabiani85@gmail.com> and Francesco
Marinucci <framarinucci@gmail.com>
Also updated Chinese translation.
2011-11-05 10:22:24 +01:00
nowrep
2eb0f542a9 Various small fixes
Finally fixed "floating statusbar", it has now proper ToolTip behaviour.
DownloadManager now won't ask you whether you want delete file if some
error in downloading occurs.
In all themes fixed TextBrowser's rounded borders in KDE
2011-11-04 22:34:45 +01:00
David Rosca
c40ea5437c Merge pull request #34 from JHooverman/master
Updated German translation
2011-11-04 04:35:17 -07:00
Jonathan Hooverman
078c801536 Updated German translation 2011-11-04 12:19:31 +01:00
nowrep
a09778896c Serializing strings from ssl certificates
This is only start, all strings from web pages are going to be
serialized until 1.0.0 stable

See http://labs.qt.nokia.com/2011/10/04/security-considerations-
2011-11-03 20:12:35 +01:00
nowrep
575b15db6c Fixed restoring of multiple windows
Restoring of multiple windows now won't add additional tab in second and
next windows
2011-11-03 18:51:46 +01:00
nowrep
c3971c2672 Fixed Save Passwords saving in Preferences
This option is now properly saved.
Also updated Slovakia translation of desktop launcher.
2011-11-02 12:52:55 +01:00
nowrep
b28e037ad1 Updated Dutch translation
Thanks to Heimen Stoffels.
2011-11-01 21:16:14 +01:00
nowrep
66956ea287 Shortcuts for main menu. Closes #31
Also updated translations
2011-11-01 18:16:46 +01:00
David Rosca
d51c2eaeac Merge pull request #30 from JHooverman/master
Updated German translation + modificated some strings
2011-11-01 05:27:54 -07:00
Jonathan Hooverman
d412cb1f57 Updated German translation 2011-11-01 12:30:48 +01:00
nowrep
490f88ffc2 Fixed crash + updated html highlighter
Fixed crash when closing main window while there are still tabs loading
and there are more than one QupZilla window
2011-10-31 21:27:52 +01:00
nowrep
0a92482d3a Improved loading performance
RSS feeds on page will now be checked only once, not every loading tick.
It should have quite big noticeable performance improvement when loading
more than one page at the same time.
2011-10-30 17:20:22 +01:00