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

251 Commits

Author SHA1 Message Date
nowrep
48507c384a Merge branch 'master' of github.com:nowrep/QupZilla 2012-02-04 18:47:09 +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
Jonathan Hooverman
d8b043b6f9 Updated German translation 2012-02-04 12:59:19 +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
7536da24e1 Updated Dutch + French translations. 2012-02-01 21:21:47 +01:00
Peter Vacula
f1bd815eac Update Slovak translate 2012-02-01 17:08:54 +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
Peter Vacula
f475ee70c8 Slovak update 2012-01-30 18:16:36 +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
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
nowrep
67c066decc Fixed typo "Actually" -> "Currently" and updated Dutch translation. 2012-01-29 11:59:39 +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
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
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
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
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
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
Peter Vacula
5b4b76bd1c Updated Slovak translation + fixed one mistake in Czech. 2012-01-24 19:45:48 +01:00
nowrep
361cc6a184 Updated swedish translation 2012-01-23 22:04:48 +01:00
nowrep
4fc23c359d Updated Portuguese + Spanish translations 2012-01-23 21:02:53 +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
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
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
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
Jonathan Hooverman
c1e4cebf42 Updated German translation 2012-01-21 18:16:47 +01:00
nowrep
408feb0ac1 Updated Portuguese translation 2012-01-21 15:38:09 +01:00
nowrep
0aeead3825 Little modifications in speed dial + fixed spelling mistake. 2012-01-20 13:10:05 +01:00
nowrep
1211018c2f Small improvement in speed dial, added DuckDuckGo default search engine.
- also fixed bad spanish qt translation (qt_es.qm)
- closes #195
2012-01-19 18:05:21 +01:00
Mladen Pejaković
20f17ae7f1 Small fixes 2012-01-19 01:37:34 +01:00
Mladen Pejaković
71b7fa567e Translations updates 2012-01-19 01:20:16 +01:00
nowrep
7db7f69ec0 New "plus" icon for new page in speed dial + updated Dutch translation
- the icon is not a masterpiece, but it is definitely better
  than current one
2012-01-18 22:22:34 +01:00
nowrep
c41dc3b8be Updated translations + little edits in speed dial. 2012-01-18 21:09:27 +01:00
Mladen Pejaković
7bcfac6198 Serbian translations update 2012-01-18 20:14:15 +01:00