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

329 Commits

Author SHA1 Message Date
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
nowrep
4e8cb1bdf5 Possibility to close download manager window on finished download
Alos little performance improvent when click2flash is enabled.
Pages will now be adjusted only once per load to correctly show
click2flash, not with every object loaded.
2011-10-30 16:32:36 +01:00
nowrep
975e023d54 Minor fixes for back/forward history + "Clear history" option
Back/forward history menus now won't show duplicated entries and also
navigating with back/forward on pages won't leave you on the same page
as you are actually visiting.
Though this bug was appearing rarely, it was annoying.
This is not normal QtWebKit behaviour, in standard implementation it is
working just fine, but QupZilla is using QWebPage::extension error
pages, and when this error page appears in frame on page (for example in
<iframe>) it duplicates entry in history.
2011-10-29 23:01:17 +02:00
nowrep
5e3c7b91d1 Possibility to set default zoom on pages
Added option to set default zoom in pages (in preferences: Browsing ->
Web Configuration -> Default zoom on pages:)
Also fixed one spelling mistake (thank to J. Hooverman)
Updated chinese translation file (zh_CN.ts)
2011-10-29 18:37:28 +02:00
David Rosca
e1b5a7bb6e Merge pull request #28 from JHooverman/master
Updated German translation
2011-10-29 09:06:20 -07:00
Jonathan Hooverman
224735d413 translation update 2011-10-29 17:27:00 +02:00
nowrep
d22c38fe27 Fixed loading of RSS Channels. See #26
It is now following redirections.
Also it will no longer be shown Atom channels, as RSS parser currently
doesn't support it.
2011-10-29 13:36:04 +02:00
nowrep
8bdc213167 Search Manager now supports also MozSearch
Used for example on http://www.qtcentre.org/content/, it is working now.
Also updated copyright on files where it was missing.
2011-10-29 12:24:12 +02:00
nowrep
1b7c01bec2 Rewritten icon fetching in bookmarks importing, closes #24
Instead of using QWebPage and then loading the whole page in order to
get icon, it is now using own IconFetcher class.
It simply download page, looks for <link rel=shortcut and downloads icon
from here. If no <link rel=shortcut is present, the downloading standard
favicon.ico from base directory.
2011-10-28 23:17:38 +02:00
nowrep
ed8969f7a9 Folders in Bookmark Toolbar
It is now possible to add folders into bookmarks toolbar.
2011-10-28 17:52:42 +02:00
nowrep
b2056321ef Fixed showing of Click2Flash plugin
Added workaround for showing click2flash right after the plugin is
created, no longer need to scroll / resize page
Also fixed one crash in floating status bar message
Also improved detection of object element on page
2011-10-27 14:26:40 +02:00
nowrep
627fcd1d7b Improved Saving Passwords
It is now saving webview's url, not url of request (used to have
problems on some pages)
And addition small improvements
- added possibility to open rss feed in new tab with middle click
- middle click on home button loads homepage in new tab
- right click on back/next buttons now show menu instantly (instead of
holding left mouse button to get menu shown)
2011-10-26 19:23:50 +02:00
nowrep
3edeb2464f Updated Dutch translation
Credits to Heimen Stoffels again :)
2011-10-25 19:55:47 +02:00
David Rosca
c5b1ef9636 Merge pull request #22 from JHooverman/patch-1
Added some missing strings.
2011-10-24 12:37:11 -07:00
JHooverman
8bfeb76719 Added some missing strings. 2011-10-24 22:07:02 +03:00
nowrep
a4b39822a6 Various small fixes (including fullscreen buttons hiding)
When going to fullscreen, add tab button will no longer stay on screen,
and also when going back to normal screen, list tabs button will no
longer be hidden.
2011-10-24 17:46:45 +02:00
nowrep
9aa382764e Updated German translation
Added German translation to desktop launcher and to Windows installer
credits to Jonathan Hooverman
2011-10-23 21:10:09 +02:00
nowrep
fb9a211d6b 1.0.0-rc1 2011-10-23 15:12:04 +02:00
nowrep
56397717f9 Add Tab icon next to last tab
Also uploaded scripts for various jobs related to QupZilla to github
(scripts folder)
2011-10-23 14:44:18 +02:00
nowrep
356736f130 Show Web Inspector on Windows now opens a new window with inspector
It is because somehow QDockWidget::setWidget or QWebInspector itself is
bugged on Windows and is positioning badly in dockwidget window.
2011-10-23 10:17:06 +02:00
nowrep
9902476078 Import Bookmarks from other Browsers
Added possibility to import bookmarks from Chrome, Firefox and Opera
Please test it by yourself and send me feedback. Thanks :)
2011-10-22 22:29:33 +02:00
nowrep
57248e64e6 Search Engines Manager + OpenSearch
It is neccessary to use new profile database in order to get search
engines saved.
In order to make profile database upgrade automatic, change content of
YOURPROFILE/version file to 1.0.0-b4 and run QupZilla
2011-10-21 23:51:02 +02:00
nowrep
8cb30073c4 Search Engines Manager + OpenSearch (with suggestions)
Finally added support to manage search engines. You can add search
engines from sites that supports opensearch standard, but you can also
add them manually.
There is also possibility to specify shortcuts for quickly searching in
location bar on your favourite engines.
2011-10-21 23:26:34 +02:00
nowrep
9c18e53238 Little changes to linux theme to look even better than now :-)
Namely menu indicator on back and home buttons removed, using own menu
indicator on websearchbar (default Qt is way too big on some themes)
Added Ján Ďanovský to translators (Slovak translate fixed)
2011-10-21 22:33:10 +02:00
nowrep
0448a0b862 Completely retranslated Slovak translation. Closes #20 2011-10-21 21:26:59 +02:00
nowrep
2214992f72 Fixed closing SSL Manager after clicking on close button. Closes #18 2011-10-21 19:52:58 +02:00