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

683 Commits

Author SHA1 Message Date
nowrep
be26075416 Fixed dark color of text in locationbar when using dark theme on Linux. 2012-02-15 21:21:16 +01:00
Mladen Pejaković
fb5f2b605e Merge remote-tracking branch 'upstream/master' 2012-02-15 17:11:36 +01:00
nowrep
8d357f79da Fixed Content-Disposition parser to support also filenames not enclosed
with quotes ("filename")
2012-02-15 14:39:46 +01:00
Mladen Pejaković
f613c8ae44 Merge remote-tracking branch 'upstream/master' 2012-02-15 14:11:09 +01:00
nowrep
04ec0cfcef Showing decoded url in locationbar now instead of percent encoded.
- it will now show urls with non-ascii characters prettier
- however it will NOT decode url domain from punycode back to unicode
2012-02-15 14:06:28 +01:00
nowrep
39fbb8f130 Support for UTF-8 filenames in Content-Disposition header
- closes #250
2012-02-15 13:20:35 +01:00
Mladen Pejaković
982eff2c46 Merge remote-tracking branch 'upstream/master' into config_page 2012-02-14 17:22:07 +01:00
nowrep
ccb3863ccc Using deleteLater() when deleting temporary menu in locationbar
- also in websearchbar
2012-02-14 17:01:50 +01:00
nowrep
6bb292efec Version 1.1.8 2012-02-14 15:47:55 +01:00
Mladen Pejaković
a7f60e78d0 Fix width of the Speed Dial image placement selection box, not displaying long translation strings correctly 2012-02-14 02:24:40 +01:00
Mladen Pejaković
bb3598db14 Reduce visual clutter in bookmark widget 2012-02-14 00:18:41 +01:00
Mladen Pejaković
aec15d0176 Added QupZilla config page providing usefull information for troubleshooting 2012-02-13 19:09:02 +01:00
nowrep
55ff3beb30 Fixing crash in cookie manager introduced in previous commit. 2012-02-13 18:22:24 +01:00
nowrep
62294fee26 Greatly improved responsibility when loading a lot of cookies/history.
- also updated Italian and Russian homepage translations
2012-02-13 16:59:30 +01:00
nowrep
159a0c97d3 [Fix] Fixed potential endless loop when getting error opening url.
- when there is navigating error to http(s) page and WebKit throw
  unsupported content error, there is possibility to stuck in
  endless new tab opening loop when user has QupZilla as provider
  for http(s) scheme
2012-02-12 18:02:05 +01:00
nowrep
fa5cfd7137 Updated Chinese translation + Russian homepage translation 2012-02-12 12:11:12 +01:00
nowrep
999bbeeb17 Finished Russian translation (thanks to Rustam Salakhutdinov) 2012-02-11 14:59:09 +01:00
nowrep
24ad0ffde7 Showing file size of downloaded file in download options dialog. 2012-02-11 14:37:19 +01:00
nowrep
42d9e93363 Fixing download issue introduced in last commit. 2012-02-11 14:19:41 +01:00
nowrep
14c7c08c44 [Fix] Fixed issue when attempting to download flash content.
- it occurred only when you don't have Flash plugin installed
2012-02-11 12:52:23 +01:00
nowrep
99609d109d Little improvements in guessing download file info + in websearchbar.
- guessing file type and icon should now be more accurate
- when changing search engine in web searchbar and text in it
  is not empty, it will automatically load search results.
2012-02-11 11:38:02 +01:00
nowrep
54c0ea65f8 Ctrl + click on back/forward buttons now goes back in new tab.
- available languages are now in first page in preferences
- updated Portuguese translation
2012-02-08 14:40:21 +01:00
nowrep
85108559c5 Option to change browser identification (User Agent) in Preferences.
- added Wu Cheng-Hong into translators
- enter in search toolbar now search next occurence
- closes #176
2012-02-07 18:37:44 +01:00
Jonathan Hooverman
48b8eb4d7f Fixed some recently added strings 2012-02-06 21:53:31 +01:00
nowrep
1d83e4e69a Option to Import/Export passwords into/from XML file.
- also updated Portuguese language
2012-02-06 20:10:50 +01:00
nowrep
30df150fe0 Global shortcuts to load pages in Speed Dial (Ctrl + Number)
- Ctrl + 1,2,3 ... 9 will load dials on the number position
- Alt + 1,2,3 ... 8 will switch to tab on the number position
   * Alt + 9 will switch to last tab
2012-02-05 17:13:08 +01:00
nowrep
7167ce4a03 Add/remove bookmarks from speed dial when clicking on star icon.
- closes #80
2012-02-05 16:00:23 +01:00
nowrep
95d9d7b12d Fixed showing desktop notifications on OS/2 2012-02-04 23:52:36 +01:00
nowrep
f65c565f06 Remember last folder to save newly added bookmarks. 2012-02-04 22:47:55 +01:00
nowrep
e28f8cf58a [Fix] Sending links by e-mail now always send the full url.
- small code modifications
    * using const Type &variables where possible
2012-02-04 19:43:43 +01:00
nowrep
b982b3a2a1 AdBlock can now block also unwanted popup windows.
- added AdBlock menu into WebView context menu
- added new test file for AdBlock
- small modifications in QupZilla icon
- fixed bug in downloads when accepting Preferences dialog
  also accepted opened download dialog
2012-02-04 18:45:59 +01:00
nowrep
1876be5e66 Don't run adblock on local schemes (data/qrc/file/qupzilla).
- updated French & Portuguese translations
2012-02-04 11:46:33 +01:00
nowrep
05d6622e76 Changed message "Proxy host name not found" to "Proxy server not found"
- to be similiar to "Server not found" message

Closes #173
2012-02-02 16:09:35 +01:00
nowrep
bbec6d2ca4 [Fix] Setting correct popup window size when site requested it.
- now resizing webview to desired size, not the whole popupwindow
   * popupwindow is containg statusbar + locationbar
2012-02-02 15:54:38 +01:00
nowrep
137275c8a5 Using saveGeometry and restoreGeometry for saving window geometry.
- instead of only geometry()
2012-02-01 20:31:51 +01:00
nowrep
64cea6cfee Fixed build on OS/2 2012-02-01 18:31:50 +01:00
nowrep
434e15d5c7 Disable "Close window" action when there is only 1 window. 2012-02-01 17:01:08 +01:00
nowrep
fdaeac186f OS/2 workaround for restoring window geometry
- geometry() is returning bad Y axis (+ 20 pixels)
2012-02-01 15:42:43 +01:00
nowrep
b2e42d2c32 Added possibility to "Go to web page" in background tab on middle click.
- fixed issue when editing bookmarks with percent encoding
- actions in edit menu are now fully functional and are appropriately
  enabled/disabled
- new action in tools menu - "Web Inspector"
- updated Portuguese translation
2012-02-01 15:37:45 +01:00
nowrep
995eed9cfa [Fix] Fixed saving usernames with spaces in Password Manager.
- using QUrl::fromEncoded instead of QString constructor everywhere
- reverted JHooverman's patch (changing print preview dialog's window
  title)
    * sorry about that, I personally think that showing "Print preview"
      in print preview dialog is better than "Print..."
2012-01-31 21:10:22 +01:00
David Rosca
676b45070c Fixed typing "v" into web searchbar 2012-01-31 11:35:03 +01:00
Jonathan Hooverman
ae7585b976 Rename window name of the print preview dialog to match menu entry
"Print". This will close #229.
2012-01-30 20:57:13 +01:00
nowrep
d388efb0f2 [Fix] Fixed loading of some RSS feeds.
- namely: http://www.webkoop.nl/rss2/
- also fixed highlighting <namespace:tag> tags
2012-01-30 17:54:49 +01:00
nowrep
396ce19312 Updated Spanish + Portuguese translation.
- fix: don't show javascript url of bookmarklet in locationbar
  when loading it
2012-01-30 17:18:10 +01:00
nowrep
dfe5108138 [Fix] Fixed loading of bookmarklets.
- bookmarklet = javascript code in bookmark
2012-01-29 17:46:02 +01:00
Jonathan Hooverman
61988aee03 Fixed string HTML5 web storage 2012-01-29 15:31:43 +01:00
Jonathan Hooverman
407b566f67 Fixes 2012-01-29 15:09:27 +01:00
nowrep
f9873c28df [Fix] Loading incomplete urls in Speed Dial. 2012-01-29 14:38:59 +01:00
nowrep
0703789aa3 Finally fixed all issues/crashes related to Web Inspector.
- web inspector is now crash free with every QtWebKit version
- issue when changing tabs / virtual desktops that web inspector
  was re-initializing itself is now fixed
    * inspector was flashing
    * inspector restored its state to first tab (Elements)

- inspector is now shown in dock widget again in windows
    * no longer cause problems with Qt 4.8
2012-01-29 14:05:57 +01:00
nowrep
67c066decc Fixed typo "Actually" -> "Currently" and updated Dutch translation. 2012-01-29 11:59:39 +01:00
nowrep
65639aa8c1 Non-native download dialog now shows "Save" instead of open. Closes #226
- also fixed issue with restoring closed tabs being inserted with +1
  index in tabbar
- updated qupzilla.icns mac icons
2012-01-29 11:23:16 +01:00
nowrep
69416114dd Fixed crash on start on Mac. Closes #225 2012-01-28 16:20:03 +01:00
nowrep
6530351afc [Fix] Fixed middle mouse click on links. 2012-01-28 16:04:02 +01:00
nowrep
a044302a92 Option to use external download manager.
- also added some new git hooks
2012-01-28 15:37:11 +01:00
nowrep
085a8938c0 Little fixes for Windows, SSL Manager and Bookmark Import
- fixed encoding of qupzilla: pages on Windows
- fixed focus issues with overlay statusbar text on Windows
- fixed showing Local certificates in CA Certs in SSL Manager
- fixed showing empty icon on imported bookmarks
2012-01-28 12:02:37 +01:00
nowrep
24ec4e0292 Added option to (not) send Referer header to servers.
- also added button to delete html5 storage
2012-01-27 23:01:17 +01:00
nowrep
5bc7bd472c [Fix] Fixed "Allow HTML5 Storage" option 2012-01-27 20:01:51 +01:00
nowrep
ea1eceb9d7 Applied patches for Mac OS + little modification of QupZilla icon.
- Mac patches by @ryandesign
- icon modifications by Sergio Cipolla, thanks!
- closes #220
- closes #221
- closes #222
2012-01-27 17:25:51 +01:00
Peter Vacula
f52a40d6f4 Updated slovak translation + fixed windows build 2012-01-26 21:24:50 +01:00
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