1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-23 10:42:11 +02:00
Commit Graph

186 Commits

Author SHA1 Message Date
nowrep
49c2b36071 Added new IconProvider interface, improved performance of opening new
tab and updated themes
2011-09-30 21:44:18 +02:00
nowrep
e0d4f35149 Fixed visibility issue of list tabs button in fullscreen 2011-09-19 21:47:15 +02:00
nowrep
6652b433c5 Added qupzilla: scheme handler + qupzilla:about page
There is now shown license of theme in ThemesManager
2011-09-18 15:35:44 +02:00
nowrep
8f296c0f51 Added multiple sizes for window icon + fixed bookmark all tabs always
disabled issue
2011-09-17 11:39:25 +02:00
nowrep
8b4ae53b71 Fixed finding on google in locationbar, sometimes it just loads empty
google page instead of search results
2011-09-14 17:40:16 +02:00
nowrep
9902e64f81 Added theme support. 5 themes are available now: Chrome, Windows, Old,
Linux Native and Mac
2011-09-11 19:15:06 +02:00
nowrep
5853d72947 History back/forward items count limited to 20 2011-08-23 17:49:21 +02:00
nowrep
c93dbdaba2 Fixed building with Qt 4.7 2011-08-19 15:57:51 +02:00
nowrep
c62f297349 Fixed occasional crash on adblockcleanup 2011-08-05 11:02:44 +02:00
nowrep
61269f8c0a Hopefully fixed occasional crash when closing tab 2011-08-04 21:37:04 +02:00
nowrep
8c927529c0 Fixed "QStackedWidget::setCurrentWidget: widget not contained in stack"
warnings
2011-08-03 22:39:30 +02:00
nowrep
13f8b67abd Completely rewritten all animations (hide/show notifications and search
bars)
2011-08-02 16:19:20 +02:00
nowrep
a959d148d3 History now emits historyEdited signal 2011-07-31 13:33:44 +02:00
nowrep
0279018f17 Fixed bug with duplicated history entries
Added AdBlock cleanup after loading page which removes blocked objects
from page
2011-07-31 00:50:40 +02:00
nowrep
3c6eee9964 A lot of improvements in Browsing Library
huge optimalization for history sidebar + manager loading with a big
profile
2011-07-30 17:57:14 +02:00
nowrep
47a0dd058e Added unified Library which contains history, bookmarks and RSS reader. 2011-07-29 15:39:43 +02:00
nowrep
433eb1fc89 Clear list of closed tabs + translate update 2011-07-28 21:59:56 +02:00
nowrep
cf3a621346 Download Manager: opening file with the name which already exists now
rename it with number suffix.
History Menu: is now generated only when webview's state is changed
2011-07-28 12:12:00 +02:00
nowrep
23bebb3b9d Pressing ESC in LocationBar now fill it with address from current tab 2011-07-21 17:16:53 +02:00
nowrep
b13e71162d Added Show source of selection feature. However, in Qt 4.8 beta it is
buggy, so it is disabled until it will be fixed
2011-07-19 22:04:08 +02:00
nowrep
65d0542dc0 Renamed pinnedTabs.dat to pinnedtabs.dat for better file name
consistency
2011-07-19 21:39:21 +02:00
nowrep
4c325ed108 Fixed a visual bug of TabBar on gnome after viewing a flash video 2011-07-19 15:18:49 +02:00
nowrep
ff4314db25 New option in ClickToFlash plugin to show detailed informations about
flash object.
2011-07-11 22:53:32 +02:00
nowrep
b49a133bbe Fixed problem with showing green (secured) info on unsecured page, when
leaving secured one.
2011-07-11 20:30:49 +02:00
nowrep
f370877bda Edited WebSearchBar to support changing search engines with mouse whell 2011-06-06 19:38:37 +02:00
nowrep
b09d7c39b8 Final updates for 1.0.0 beta2 version. 2011-05-31 21:11:46 +02:00
nowrep
cab1fa4ca9 Every WebPage chooseFile dialog is now saving last location to speed up
uploading multiple files
2011-05-22 11:05:36 +02:00
nowrep
9fb119fc95 Added non-blocking javascript alerts/confirms/prompts (with option to
block additional alerts on page)
fixed proper history restoring on restoring closed tabs
2011-05-22 10:47:03 +02:00
nowrep
3e13ea8442 When closing tab opened from another tab, it will get back to parent tab
if no tabs have been changed or moved.
2011-05-21 11:19:19 +02:00
nowrep
8ab4dc75df Added Restore All Closed Tabs option to ClosedTabsManager 2011-05-16 21:36:39 +02:00
nowrep
85daf062d4 Added StatusBarMessage class which handles and shows those messages on a
tooltip in left bottom corner of webview if statusbar is hidden
2011-05-09 17:58:19 +02:00
nowrep
8b9bfd7c0d When downloading a file from a blank tab with no history (fe. from
target="_blank" link), the blank tab will be closed after starting
download
2011-05-08 15:05:52 +02:00
nowrep
6857d46d3b Fixed issue on Windows when downloading content from secured site simply
won't work.
Added some missing tags to html highlighter
2011-05-08 12:54:49 +02:00
nowrep
5cafc27cf0 Added ClosedTabsManager class which handles list of closed tabs and
offers to restore them one by one
2011-05-07 12:59:53 +02:00
nowrep
20d120b468 Added Proxy support 2011-04-26 19:47:12 +02:00
nowrep
48fa91159f Updated translations + some modifications in icon provider 2011-04-26 10:03:17 +02:00
nowrep
036cb1c30b Added Icon Provider class to fix bad icon saving with default QtWebKit
behaviour
2011-04-25 20:56:45 +02:00
nowrep
cd4763d2d9 Some optimalizations 2011-04-24 09:08:53 +02:00
nowrep
ee47f976eb Showing/hiding navigation toolbars while fullscreen is active 2011-04-22 07:45:15 +02:00
nowrep
db5791c3d2 Fixed showing download size at download manager and fixed hiding
adblocked flash objects
2011-04-21 13:28:07 +02:00
nowrep
1282e23b71 Add Tab button will only show theme specific icon on Linux + added
option to show/hide it
2011-04-19 20:46:31 +02:00
nowrep
379ff8cd96 Close all tabs but current now don't close pinned tabs, added some fixes
to click2flash
2011-04-18 21:35:57 +02:00
nowrep
b81de62f24 Added initial support for sidebar widget + rewritten bookmarks backend 2011-04-15 20:45:22 +02:00
nowrep
d3ef260c12 Updated menus, added &shortcuts 2011-04-09 00:22:50 +02:00
nowrep
ceccb7a4e0 Added Duplicate Tab feature 2011-04-08 17:27:08 +02:00
nowrep
0652aa6a81 Added blur to bookmarks, history, rss manager and about window on W7,
fixes restoring states
2011-04-07 18:00:26 +02:00
nowrep
289563e945 Fixed handling SSL certificate on pages 2011-04-05 19:28:08 +02:00
nowrep
c0b22b08fe AdBlocked pages will now show info about rule which blocks it, also
updated czech/slovak translation
2011-04-05 18:45:17 +02:00
nowrep
23c1a80165 Added support for creating and deleting new profiles 2011-04-04 19:29:03 +02:00
nowrep
1d8cb36148 Moving "Open in new tab" option to the top in webview context menu 2011-04-04 17:06:31 +02:00
nowrep
cbf4a9813a Setting fixed width of site address on site info dialog 2011-04-04 17:03:41 +02:00
nowrep
edf8b7bbae Another site icon fix, hope it is last 2011-04-04 16:31:57 +02:00
nowrep
280d421938 Edited showing SSL status on ajax pages 2011-04-04 16:29:25 +02:00
nowrep
fe1e3806e9 Fixed showing bad site icon on some pages 2011-04-04 16:00:27 +02:00
nowrep
aedfdd3309 Added processing multiple commandline arguments + implemented -p= (- 2011-04-03 21:50:44 +02:00
nowrep
2c0cf65018 New window will not be made from calling qupzilla while other instance
is running and app is going to close
2011-03-31 16:01:59 +02:00
nowrep
d7f7f7843f Added AdBlock icon at the right corner of status bar which shows actual
status of AdBlock as well as shows blocked content on page
2011-03-29 20:30:05 +02:00
nowrep
943d89870d Initial AdBlock support 2011-03-27 21:59:40 +02:00
nowrep
af92a1897e Added "Don't ask again' function to close dialog 2011-03-26 15:59:11 +01:00
nowrep
91bd95dc59 Various changes in add new tab button and list all tabs menu 2011-03-26 13:34:08 +01:00
nowrep
0102bd8ca3 Removed unused CloseButton class 2011-03-25 19:40:03 +01:00
nowrep
2717446306 Changed width of pinned panel.
It looks allright for my gnome, this size is probably going to change to
fit to Windows also
2011-03-25 19:33:00 +01:00
nowrep
be80930053 Added Pinning Tabs feature 2011-03-25 19:16:21 +01:00
nowrep
b879bdaed8 Added option to save image to disk from Site Info dialog.
Added dialog to ask what to do with about to download file. User can
open/save it.
2011-03-24 22:31:38 +01:00
nowrep
4aed402d09 Modified some debug info strings 2011-03-24 16:51:19 +01:00
nowrep
8e7df2e766 Improved SiteInfo dialog - now it is showing previews of images on the
page
2011-03-23 22:36:03 +01:00
nowrep
09c4747ab6 Added basic SSL Certificate support and improved about site dialog (not
final version yet)
2011-03-22 21:36:15 +01:00
nowrep
7a7422318a Little fixes 2011-03-19 13:15:01 +01:00
nowrep
83721bd9f7 When right clicking on link with javascript code, we won't show context
menu for links
2011-03-18 20:53:02 +01:00
nowrep
c148836d10 Removed QT_NO_DEBUG_OUTPUT define from headers, instead it is defined in
.pro project file
2011-03-18 16:08:24 +01:00
nowrep
ec72689985 When title of page is empty, we first try to find path and set title to
path, when the path is empty we then try to find url host, when host is
empty then No Named Page will be shown
2011-03-18 15:01:01 +01:00
nowrep
2e9586474f Show WebInspector will not be shown in context menu when clicking in textarea/input 2011-03-18 14:38:03 +01:00
nowrep
d9d8506536 Updated code model 2011-03-17 17:03:04 +01:00
nowrep
d7ba5c1b08 [Fix:] Ctrl+click / middle mouse click opening new window, fixed bug
with encoded url string
2011-03-16 18:35:31 +01:00
nowrep
a1c57ae4d1 Removed fixed height 2011-03-15 18:44:26 +01:00
nowrep
a51ad25981 Fixed unwanted updating history by reloading current web page (for
example sunSpider test)
2011-03-10 16:23:53 +01:00
nowrep
fde0d1352d Removed unnecessary translation fields 2011-03-04 20:34:11 +01:00
nowrep
544e2f3f2e Windows compiling fixes 2011-03-04 15:40:45 +01:00
nowrep
7ca0e81184 [Crash Fix:] Startup crash without restoring session 2011-03-04 15:14:35 +01:00
nowrep
0d1548c0b2 Introduced mApp macro 2011-03-04 13:59:07 +01:00
nowrep
3847f8662d Added copyright header to all files 2011-03-03 18:29:20 +01:00
nowrep
86896447cb [Crash Fix:] closing tabs (deleting WebTabs) 2011-03-03 15:54:12 +01:00
nowrep
22aca9c81c src/tools folder 2011-03-03 15:24:23 +01:00
nowrep
800255a7e4 Renamed autofillwidget to autofillnotification, started working on rss
menu popup, updated translation files, edited RSS checking, it checks
WebView on loadprogress
2011-03-03 14:25:02 +01:00
nowrep
5b70f50a90 Animation on hiding "Save password" question 2011-03-02 17:54:12 +01:00
nowrep
b23ed87b87 Initial commit 2011-03-02 16:57:41 +01:00