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

870 Commits

Author SHA1 Message Date
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
David Rosca
21112959ee Merge pull request #228 from Mikino89/master
Updated Slovak translation
2012-01-30 09:22:55 -08:00
Peter Vacula
f475ee70c8 Slovak update 2012-01-30 18:16:36 +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
stuarch
6990de36fa I put the chinese translation(zh_TW & zh_CN) on. 2012-01-30 11:23:42 +08:00
Jonathan Hooverman
98f41795bc Updated German translation 2012-01-29 20:43:30 +01:00
nowrep
dfe5108138 [Fix] Fixed loading of bookmarklets.
- bookmarklet = javascript code in bookmark
2012-01-29 17:46:02 +01:00
Jonathan Hooverman
73e33c8867 Updated German translation 2012-01-29 15:50:26 +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
4fc30fca05 Edited getrevision.sh script and added one git hook
- git hook to automatically update revision number after
  commiting changes
2012-01-28 13:05:16 +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
3defe17b0a Merge branch 'master' of github.com:Mikino89/QupZilla 2012-01-26 21:27:25 +01:00
Peter Vacula
f52a40d6f4 Updated slovak translation + fixed windows build 2012-01-26 21:24:50 +01:00
Peter Vacula
f299e7be81 Updated slovak translation + fixed windows build 2012-01-26 21:21:26 +01:00
David Rosca
6bf4095c24 Merge pull request #219 from vasitsiv/master
Updated Greek translation & fixes
2012-01-26 11:39:51 -08:00
Vasilis Tsivikis
a075c99d38 Updated Greek Translation & Fixes 2012-01-26 21:35:06 +02: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
Mladen Pejaković
9106032d21 Serbian translations update 2012-01-24 21:26:35 +01:00
nowrep
34fadb4512 Merge branch 'Mikino89-master' 2012-01-24 20:50:04 +01:00
nowrep
173e767b40 Updated Swedish translation 2012-01-24 20:49:09 +01:00
Peter Vacula
69525404a7 Update SK translation 2012-01-24 20:32:24 +01:00
nowrep
c6cbaa286b Added shortcut for Paste&Search.
- merged pejakm-master and Mikino89-master
2012-01-24 20:12:00 +01:00
nowrep
5a7e13486f Merge https://github.com/Mikino89/QupZilla into Mikino89-master 2012-01-24 20:04:27 +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
Peter Vacula
5b4b76bd1c Updated Slovak translation + fixed one mistake in Czech. 2012-01-24 19:45:48 +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
Peter Vacula
1807f489d7 Added bin/qupzilla.exe into .gitignore 2012-01-24 18:54:18 +01:00