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

100 Commits

Author SHA1 Message Date
nowrep
7b21bf61f1 Q_OS_X11 macro is invalid in both Qt 4 & 5.
- so for now, use just Q_WS_X11
2012-09-04 10:54:39 +02:00
nowrep
c7cdaf824f Qt5: Changing Q_WS_* macros to Q_OS_*
- Q_WS_* macros have been removed in Qt 5
2012-09-03 23:03:20 +02:00
nowrep
b2181f0bab Coding style: Use empty QString() constructor instead of "" everywhere 2012-09-02 11:42:41 +02:00
Mladen Pejaković
69cf0c1c8c Add possibility to choose whether to center the speed dials or not 2012-07-29 20:58:23 +02:00
nowrep
2396f55068 Speed Dial: Fixed issues with ' and " characters in input fields
closes #455
2012-07-14 16:19:33 +02:00
nowrep
274c234988 Fixed building on Windows + updated v1.3.0 tag 2012-07-12 10:44:46 +02:00
nowrep
ac36261549 Plugins: Calling unload() on app shutdown. 2012-07-08 14:03:50 +02:00
nowrep
7fee7053d4 Plugins: New method in API (createRequest in network manager) 2012-07-08 00:15:03 +02:00
nowrep
dd170f653f Using QChar instead of 1-char QString everywhere 2012-07-01 18:50:18 +02:00
nowrep
6228082225 AdBlock: Support for $object $subdocument and $xmlhttprequest options
- also there's now support for blocking all netscape plugins,
  not just flash plugin
2012-07-01 12:07:00 +02:00
nowrep
e471bfd5d4 AdBlock: Support for adding new subscriptions.
- you can add subscriptions in AdBlock dialog or with
  abp: scheme links

- however, AdBlock rules are not yet optimized for performance
  so you shouldn't add too much subscriptions
  performance optimizations will come in next commits
- support for element hiding is still yet to come too

closes #266
2012-06-24 23:46:32 +02:00
nowrep
bacca991e0 SpeedDial: fixed removing bg image when changing background position 2012-04-25 11:20:41 +02:00
nowrep
d02318382a Fixed saving passwords on some sites.
- WebKit sometimes sends data in its own format so it is
  neccessary to convert it to url query items

closes #301
2012-04-17 17:54:51 +02:00
nowrep
2c4b6e3d42 Tweaked Click2Flash replacing script.
- it now creates temporary empty element that has the same size and
  occupies the same position as original flash object
2012-04-17 15:11:26 +02:00
nowrep
e204af30c6 Closing last tab on second window will always close the window.
- even if you have option "Don't quit upon last closed tab"
  it will only works for last window
2012-04-17 14:00:32 +02:00
nowrep
8432432b4b Updated links to correct address (QupZilla Organization) 2012-04-16 15:11:31 +02:00
nowrep
8e76ba5a47 Ensuring tab previews are painted without scrollbars.
- it finally works now
2012-04-15 22:08:41 +02:00
nowrep
82bd695d3a Click2Flash: Calling setTimeout with 250ms time.
- let's be sure it will be asynchronous
2012-04-15 15:52:10 +02:00
nowrep
75a004499e Click2Flash: Fixed browser window flashing on loading some flash objects
- this bug so far occurs only on X11
- implemented asynchronous JavaScript element replacing
2012-04-15 15:44:08 +02:00
nowrep
ba1cf804eb Address bar now searches also in bookmarks.
closes #79
2012-04-15 15:41:48 +02:00
nowrep
a34057d1ea Using faster thumbnail generation also in Speed Dial.
- thanks to Ariya Hidayat #378
2012-04-12 15:24:57 +02:00
nowrep
e5ce2f5e3d Added animated tab previews (by Alexander Samilovskih)
- thanks a lot for his work!
- option to disable animations in preferences -> tabs
2012-04-08 21:45:40 +02:00
nowrep
60cf1db7ac Fixed setting background image on speed dial on Windows.
- closes #369
2012-04-07 18:41:16 +02:00
nowrep
a800d8a1f3 Added possibility to open .xhtml files from Open File dialog.
- fixed issue with showing one plugin more than once if you have
  duplicated plugins in plugin directories
- remove obsolete translations from *.ts files
2012-04-06 10:15:17 +02:00
nowrep
b1d0cd9228 Improved performance of bookmarks import and bookmarks deleting.
- moved general defines into qz_namespace.h file
- fixed showing default theme to be "default" on mac in
  theme manager instead of "mac" theme
2012-04-05 10:27:35 +02:00
nowrep
ec973d960a USE_LIBPATH option is now finally fixed. 2012-04-05 09:36:37 +02:00
nowrep
f94e69d557 Updated Georgian translation + fixed plugin system loading. 2012-04-04 21:12:52 +02:00
nowrep
9778773199 Using better method for loading translations.
- it can now load xx_CC translation even if xx_DD is
  user's system locale
2012-04-04 18:48:54 +02:00
nowrep
6560459418 Fixed loading plugins when using USE_LIBPATH define
- reverted displaying page url with QWebFrame::baseUrl()
2012-04-03 19:28:12 +02:00
nowrep
0142c3ba9f Added option to change path to install library on Linux.
- read BUILDING - define USE_LIBPATH
2012-04-02 21:05:06 +02:00
nowrep
31e31b703a Fixed building on Windows & shoudl fix crash in #334 2012-04-02 19:33:05 +02:00
nowrep
47ec2b57f7 Fixed potentional crash on history/cookies loading
- changed settings path for plugins to PROFILE/extensions/
2012-04-02 16:00:08 +02:00
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
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
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
17d70adfa5 Various changes in starting application.
- constantly renaimed app plugins to Extensions
2012-03-13 15:10:18 +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
043babced9 Fixed showing suggested file types in Open File... dialog 2012-03-10 23:24:54 +01:00
nowrep
ad4ba2b888 [Fix] Setting background of speed dial to paths with spaces. 2012-03-09 18:49:26 +01:00
nowrep
5c2befabff Fixed loading of plugins. Regression from previous commit. 2012-03-07 20:01:57 +01:00
nowrep
b5db8a21c9 Fixed text in locationbar on HTTPS sites when using dark theme.
- added WheelEvent as another event in Plugin API
2012-03-07 12:19:08 +01:00
nowrep
6a3528e694 Extended Plugin API a bit. 2012-03-05 13:16:34 +01:00
nowrep
7dff6ad103 TabBar now accepts drops so you can drop url on it and open new tab.
- small modifications in locationbar regarding focus handling
2012-03-05 11:30:18 +01:00
nowrep
a0b9c0fc69 Fixed building on Windows + whole compilation is now faster. 2012-02-29 18:33:50 +01:00
nowrep
783d49ce64 [Fix] Fixed showing plugin icons when plugin is not loaded. 2012-02-25 10:22:23 +01:00
nowrep
b36e268e0b [Fix] Fixed breaking speed dial when adding url with ' 2012-02-23 20:24:44 +01:00
nowrep
9c789792f4 Rearranged directory structure. All sources are under src/ dir now.
- updated Italian homepage translation
2012-02-23 19:18:08 +01:00