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

574 Commits

Author SHA1 Message Date
nowrep
d78df618b0 Little changes in "open new tab after active" + in ctrl+click on links
- when opening clean new tab, it will be opened at the end of tabbar
  regardless of user settings
- fixing issue when ctrl+left clicking on dial in speed dial opening
  page in new tab and also started to drag dial
2012-01-26 20:19:56 +01:00
nowrep
0cf13286d2 Added option to Enable/Disable HTML5 local storage + delete it on close.
- also fixed enable/disable history option
2012-01-26 18:23:35 +01:00
nowrep
09ac635faf [Fix] Fixed "open new tab after active" option 2012-01-26 17:21:11 +01:00
nowrep
79caefb8aa Don't show "Show menubar" action on Mac OS. Closes #129
- "SuperMenu" button won't be visible on Mac too
   * there is no need to show it as Menu will always be visible
- also made little improvement in Mac theme
- updated Portuguese translation
2012-01-26 16:22:09 +01:00
nowrep
00f6262afc Announcing Flash plugin support to sites again.
- typo "Italy" language -> "Italian" language
- updated Swedish translation
2012-01-25 19:13:12 +01:00
nowrep
e77c44f709 [Fix] Abord and delete NetworkReply when cancelling download request.
- fixes memory leak, size equal to download size was leaked
  before
- added Spanish homepage translation
2012-01-25 17:46:37 +01:00
nowrep
86b923b24f Don't save icons in Private Browsing Mode.
- fixed typo: using "current" instead of "actual"
2012-01-25 15:46:18 +01:00
David Rosca
647d1f610a Finally fixes problem with compilation on Mac. Closes #215 2012-01-25 10:52:00 +01:00
Mladen Pejaković
b936f1b00f Middle click on Show image right-click context menu opens image in new tab 2012-01-24 23:28:18 +01:00
Mladen Pejaković
a725a44c6b Middle click to respect new tabs after active tab 2012-01-24 23:19:47 +01:00
nowrep
c6cbaa286b Added shortcut for Paste&Search.
- merged pejakm-master and Mikino89-master
2012-01-24 20:12:00 +01:00
nowrep
fc13958953 Using static variables to store settings of WebView and LocationBar.
- in its own WebViewSettings and LocationBarSettings classes
- because we don̈́'t want to load settings on every creation of new
  tab
2012-01-24 19:58:20 +01:00
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
2012-01-24 19:12:31 +01:00
Mladen Pejaković
4423f884bf Paste and Search action for Search Bar v2 2012-01-24 18:23:43 +01:00
Mladen Pejaković
a09766a2ee Paste and Go action for Search Bar 2012-01-24 15:39:20 +01:00
Mladen Pejaković
5d057f9107 Automatic styling screwup fix 2012-01-24 15:21:16 +01:00
Mladen Pejaković
beca87fe19 Option to open new tabs after active tab (enabled by default) 2012-01-24 15:16:33 +01:00
nowrep
79f30b03e8 Little improvement in speed dial + option to set minimum font size.
- also registering SIGPIPE signal handler to prevent some unneeded
  crashes when using QtWebKit 2.2
2012-01-23 19:28:47 +01:00
nowrep
342aa2e31f [Fix] Fixed ugly big size of animation when loading pages in speed dial.
- this regression was introduced with option to change size of dials
- and .. um .. it was introduced by me, not Mladen :-)
2012-01-23 18:31:07 +01:00
nowrep
40ff69c87f Fixed Report Issue page.
- sending to correct url (www.qupzilla.com/reportbug.php) now
2012-01-23 17:57:46 +01:00
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
2012-01-23 17:30:34 +01:00
nowrep
08dae0e4ce Merge branch 'master' of https://github.com/pejakm/QupZilla into pejakm-master 2012-01-23 16:01:58 +01:00
nowrep
23b73ce388 Fixing compilation on Mac. Closes #215
- one missing include: <QFileOpenEvent>
2012-01-23 16:01:02 +01:00
Mladen Pejaković
80216ce7dc Option to replace opened tabs list with closed tabs list: no need to restart after change 2012-01-23 11:05:47 +01:00
Mladen Pejaković
c9741e9442 Option to replace opened tabs list with closed tabs list, in tab bar (Opera like behaviour) 2012-01-23 00:23:45 +01:00
Mladen Pejaković
4a4111161c History menu submenus for recently visited and most visited 2012-01-23 00:14:01 +01:00
nowrep
ab342fa161 [Fix] Fixed icon in bookmark when dropping from site icon 2012-01-22 20:13:50 +01:00
nowrep
e163a8cd81 Added .gitignore + Paste&Go action works now from menu. 2012-01-22 18:40:49 +01:00
nowrep
2d5266333e Don't trigger QWebPage::InspectElement twice on Windows. 2012-01-22 16:41:57 +01:00
nowrep
2ea51405fd Fixed loading empty page upon closing last tab. 2012-01-22 16:28:11 +01:00
nowrep
0c699c709c Little improvements regarding popup windows + opening new tabs.
- showing popup window in center of screen if requested position
  has top left coordinates [0,0]
2012-01-22 15:15:43 +01:00
Jonathan Hooverman
832da27ea3 Updated German translation 2012-01-22 14:47:50 +01:00
nowrep
f7fa01519b Improved context menu WebView actions.
- all functions related to craeting context menu are now
  in base WebView class, not in subclasses
- it is now also possible to do actions on selected text
  in input and textarea elements
- fixed bug in QtWebKit 2.2 when Direction menu was displayed
  twice in context menu on input and textarea elements
2012-01-22 11:49:58 +01:00
Mladen Pejaković
dcd3615d81 Eye candy: icon for Open location in File menu 2012-01-22 02:49:25 +01:00
Mladen Pejaković
16334a72c7 Eye candy: icons for Copy (in webview) 2012-01-22 02:35:39 +01:00
Mladen Pejaković
8364ac7e18 Eye candy: icon for Dictionary menu entry 2012-01-22 02:34:55 +01:00
Mladen Pejaković
18ab37e5cd Eye candy: icon for Send link in File menu (the same as in webview) 2012-01-22 02:34:05 +01:00
Mladen Pejaković
f74da6aa0c Eye candy: icon for Open in new window in webview (the same as it is in File menu) 2012-01-22 02:33:05 +01:00
Mladen Pejaković
9a4c8f8a2b Muted icon in Audio/Video element fixed 2012-01-22 01:43:09 +01:00
Mladen Pejaković
532d7e2816 Icons and send via mail menu entry in Audio/Video elements 2012-01-22 01:24:35 +01:00
nowrep
f8fea1f32e Added context menu controls for Html 5 video/audio
- also fixed little issue when restoring tabs
  (bad order of restored tabs)
2012-01-22 00:20:29 +01:00
nowrep
dfc667e785 [Fix] Fixed Paste&Go shortcut, it works now.
- for some reason, QKeySequence("Ctrl+Shift+V") doesn't work
  so we catch it in keyPressEvent
2012-01-21 23:51:24 +01:00
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
2012-01-21 23:19:38 +01:00
nowrep
bd9cead2c2 Updated translations. 2012-01-21 20:29:33 +01:00
nowrep
977f9db6f6 Refactoring whole code to support popup windows.
- it is needed to provide support for casting WebView
  into TabbedWebView and PopupWebView
2012-01-21 20:27:45 +01:00
nowrep
a9f9876a25 Support for opening popup windows from JavaScript.
- it is now possible to detect and open popup windows
  from window.open() javascript method.
- craeted classes PopupWindow, PopupWebView and PopupWebPage
  for this purpose
- PopupWebView inherits from WebView
- PopupWebPage inherits from WebPage
2012-01-21 20:24:36 +01:00
nowrep
bbadb4ec37 Created new base WebView and WebPage classes.
- they can be used standalone, they are no longer bound to
  being in TabWidget
2012-01-21 20:20:48 +01:00
David Rosca
61d41046b6 Merge pull request #206 from pejakm/master
Paste and go in locationbar context menu
2012-01-21 11:05:33 -08:00
Mladen Pejaković
d0c313f5b7 Location bar Paste and Go 2012-01-21 19:26:47 +01:00
Jonathan Hooverman
c1e4cebf42 Updated German translation 2012-01-21 18:16:47 +01:00