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

99 Commits

Author SHA1 Message Date
nowrep
e608bc0e1f Enhanced Plugins API - possibility to add sidebar
- example implementation is now in TestPlugin
2012-04-01 16:36:38 +02:00
nowrep
841c05f8f7 Little improvements in context menu on page and in history.
- in history menus, it shows arrow when you hover at current
  history item
2012-04-01 10:48:50 +02:00
nowrep
f0a686306e Send Page now also adds page title as a subject in mail.
- fixed setting fake user agent for google sites
2012-03-31 22:16:20 +02:00
nowrep
aa6962f8cb Sending "correct" UA to assure full functionality of Google services
- also fixed startup issue with QtCurve theme
2012-03-31 21:36:27 +02:00
nowrep
8f9ac49dd4 Updated Russian translation 2012-03-31 09:09:42 +02:00
nowrep
1744eb759e Fixed issue when history & url haven't been updated sometimes.
- workarounded QtWebKit bug: it didn't emit urlChanged signal

closes #358
2012-03-30 13:43:47 +02:00
nowrep
a554d48e45 Saving user defined default text encoding from menu view -> encoding
- closes #357
2012-03-30 12:03:11 +02:00
nowrep
43cd497d3f Using QStringBuilder now. Fixed speed dial dialogs for webkit 533.3 2012-03-30 12:01:12 +02:00
nowrep
fa4be83ea9 Little improvements + showing also Netscape plugins in qupzilla:config
- implemented JHooverman's suggestion from #202
2012-03-29 20:02:21 +02:00
nowrep
82e989aa74 Fixed building issue. Closes #354 2012-03-28 19:43:59 +02:00
nowrep
abcfc455de Fixed showing icons in some dialogs on KDE + removing local certificates
- also no longer faking double click on middle mouse click on Windows
  to activate "autoscroll" - it could interfere with mouse gestures
2012-03-28 16:42:50 +02:00
nowrep
b3a21536d7 Added Venezulean Spanish translation.
- thanks to Piccoro McKay Lenz
2012-03-28 14:38:50 +02:00
nowrep
b6af3bd7d3 Fixed crash introduced in previous commit ... 2012-03-26 18:13:03 +02:00
nowrep
4d96a6760c No longer using global event filters, instead filtering widget events.
- using guarded pointers in plugins now
2012-03-26 17:47:28 +02:00
nowrep
9ed4a89ca0 Fixed building & added plugins translations into resources.
- removed obsolete "Dont save icons" entry in preferences
2012-03-25 21:45:16 +02:00
nowrep
13e9b47b7f Fixed showing context menu on labels without selectable flag. 2012-03-25 18:00:06 +02:00
nowrep
1873771106 Added Hungarian translation (not finished yet)
- thanks to Gábor Oberle
- see #341
2012-03-25 15:04:36 +02:00
nowrep
176d5695d2 Updated Dutch and Swedish translations 2012-03-25 14:21:45 +02:00
nowrep
99a6b5de86 Fixed loading utf urls from command line.
- updated Brazilian Portuguese translation
2012-03-24 22:08:17 +01:00
nowrep
ef07116915 Added missing icon for databases in site info. 2012-03-24 13:26:31 +01:00
nowrep
8e9293e475 Added new page into Site Info: Databases.
- shows all used web databases on the site
2012-03-23 17:29:12 +01:00
nowrep
83c76e26cc Improved performance of importing passwords.
- also fixed issue when successful import shown "error in import"
  error message
2012-03-23 14:23:54 +01:00
nowrep
373d6162d7 Improved suggesting file name when downloading page / links.
- it now appends .html ONLY when you are attempting to download
  the whole page and when there is no suffix set in url
2012-03-23 13:58:31 +01:00
nowrep
9dc38ca000 Reverted adding ".html" to downloads without suffix from 60d063a320 2012-03-22 19:41:12 +01:00
nowrep
1c270046ec Navigating in tabs with Ctrl + PgUp/PgDown.
- closes #331
2012-03-22 17:19:10 +01:00
nowrep
c664ea076b Added option to separate http and https proxy configuration.
- also fixed building of akn plugin
- closes #314
2012-03-21 15:05:04 +01:00
nowrep
c7187bf064 AKN plugin now correctly shows keys on pages with more frames
- it works fine now for example on gmail
- status bar overlay now hides after small delay (500ms)
2012-03-21 13:00:30 +01:00
Stefan Comanescu
569bff5ff2 Added myself to translators list 2012-03-18 23:43:39 +02:00
nowrep
2da66c222f Updated translations (app + homepage) 2012-03-18 11:14:36 +01:00
nowrep
60d063a320 Removed qt_id.qm file + implemented suggestion from #319
= append .html when downloading file without suffix
2012-03-18 11:06:09 +01:00
nowrep
4bff3fba24 Merge branch 'master' of github.com:nowrep/QupZilla 2012-03-17 16:01:30 +01:00
nowrep
3898f7f3f7 Improved dialogs in Speed Dial + fixed issue with saving page screen.
- closes #319
- closes #318
2012-03-17 16:01:12 +01:00
Jonathan Hooverman
ed31890136 Updated German translation, fixed some strings 2012-03-17 13:19:43 +01:00
nowrep
471ac7ba1f Fixed building with NONBLOCK_JS_DIALOGS + other small fixes. 2012-03-16 23:28:23 +01:00
nowrep
bb8e1ffdb5 Fixed toggling WebInspector. It now shows correct inspector everytime. 2012-03-16 16:57:24 +01:00
nowrep
cf973c46fb Fixed bad behaviour of QWebPage on leaveEvent.
- when leaving web widget, QWebPagePrivate generates fake
  mouse move event, but unfortunately with bad coordinates.
  So sometimes it just hovered a link and the link's url got
  stuck in status bar message.
2012-03-16 15:55:34 +01:00
nowrep
dbfc09538c Fixed compilation with QtWebKit < 2.2 and AKN plugin. 2012-03-16 13:53:49 +01:00
nowrep
60c5b81f88 Improved source viewer, it now shows lines and fixed go to line.
- plugins can now register scheme handlers
- tweaked javascript alert window
- initial support for Geolocation & Notifications API
    * question to ask user for permission needs not implemented yet
2012-03-15 19:35:37 +01:00
nowrep
f09e5c981c Fixed recalculating size of tabs after unpinning tab.
+ other small improvements / fixes
2012-03-14 14:04:20 +01:00
nowrep
9d6d5d1774 Another small startup behaviour changes. 2012-03-13 17:51:37 +01:00
nowrep
f590ad1925 Removed use of whatsThis() and other code cleanups 2012-03-13 17:51:06 +01:00
nowrep
3a9c4f104b Prevent endless loop when getting Unsupported Content error 2012-03-13 16:43:23 +01:00
nowrep
17d70adfa5 Various changes in starting application.
- constantly renaimed app plugins to Extensions
2012-03-13 15:10:18 +01:00
nowrep
57a58280dc Fixed building issue ... 2012-03-12 19:47:44 +01:00
nowrep
9161945d97 Various fixes regarding "Don't load tabs until selected" option
- fixed typo in Access Keys Navigation plugin
2012-03-12 18:22:01 +01:00
nowrep
36f90f0404 Loading info about all plugins when necessary, not on startup.
- should slightly improve starting time when bigger amount of
  plugins is available
2012-03-12 18:21:00 +01:00
nowrep
246f765a7a Changing global version of session.dat file.
- rather than adding version check in tabwidget restore
2012-03-11 18:24:19 +01:00
nowrep
9042e7860d Fixed Duplicate tab feature. Regression from previous commit. 2012-03-11 16:49:14 +01:00
nowrep
efab78ae5e Added option "Don't load tabs until selected" when restoring session. 2012-03-11 15:17:12 +01:00
nowrep
043babced9 Fixed showing suggested file types in Open File... dialog 2012-03-10 23:24:54 +01:00