Anmol Gautam
77e90262af
Merge branch 'master' into anmolgautam
2018-07-29 22:35:34 +05:30
Anmol Gautam
45d7a64e5b
removed method 'getPathFromUrl' from QzTools
2018-07-29 22:33:43 +05:30
l10n daemon script
10574667b1
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-07-26 05:43:51 +02:00
Anmol Gautam
cdaf8efbce
Created falkon:extensions page
2018-07-25 19:07:40 +05:30
Anmol Gautam
90757e8846
Merge branch 'master' into anmolgautam
2018-07-22 19:20:17 +05:30
David Rosca
d5fc3ebc88
Merge branch 'Falkon/3.0'
2018-07-22 15:19:36 +02:00
David Rosca
a7d2f87579
FalkonSchemeHandler: Make sure to load data on main thread
...
QIODevice::read is called on WebEngine IO thread.
2018-07-22 15:17:04 +02:00
l10n daemon script
bd0d5cabdc
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-07-21 05:32:15 +02:00
l10n daemon script
cff2b68ce9
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-07-20 05:26:58 +02:00
6357e98313
RunAction: Close UI file after it is loaded
...
Summary: It is good practice to close files which are no longer needed.
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D14197
2018-07-19 17:38:31 +02:00
6556ade5c9
[Feature] [Vertical Tabs] Add "Unload Tree" to Tab Tree drop-down menu
...
FEATURE: 394247
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: drosca, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D14214
2018-07-19 17:36:54 +02:00
l10n daemon script
aca5cb0e1c
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-07-19 05:21:21 +02:00
Anmol Gautam
7a0ff29ec4
Changed documentation for setting icon/pixmap in QML plugins
2018-07-18 18:58:28 +05:30
Anmol Gautam
bf684cb7ff
Restricted icons to plugin directory
...
The icons will be searched in the following order:
- Theme icons
- Falkon resource
- Files present in the plugin directory
2018-07-18 18:48:28 +05:30
Anmol Gautam
c322fdb068
Added documentation for ExtensionScheme API
2018-07-17 22:14:33 +05:30
Anmol Gautam
dfb7efee5e
Added documentation for FileUtils API
2018-07-17 21:36:29 +05:30
Anmol Gautam
68201ffe59
Created FileUtils API
2018-07-17 18:34:43 +05:30
82c8d50f9a
[Feature] Add python plugin MiddleClickLoader
...
Summary:
This plugin loads text from selection clipboard in tab after pressing mouse middle button (pressing mouse wheel).
Url / text from selection clipboard can be loaded in: Current Tab, New Tab, New Window
There is an option to use only valid url otherwise it will search using default search engine.
FEATURE: 395688
Reviewers: #falkon, drosca
Subscribers: falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D14155
2018-07-17 12:12:45 +02:00
Anmol Gautam
855b30b575
Added ExtensionScheme API
2018-07-11 21:29:16 +05:30
Anmol Gautam
97dbf5aff6
Unregister object and remove scripts when plugin unloads
2018-07-09 18:09:02 +05:30
David Rosca
1cc053c7f1
Merge branch 'Falkon/3.0'
2018-07-08 21:05:36 +02:00
David Rosca
95e2232d39
DownloadManager: Don't try to percent decode filenames
...
QtWebEngine no longer percent encode it, so actually trying
to decode it produces invalid results.
BUG: 395424
FIXED-IN: 3.0.2
2018-07-08 20:43:44 +02:00
David Rosca
53e0a43762
NavigationBar: Correctly reconnect to page actions
...
BUG: 395828
FIXED-IN: 3.0.2
2018-07-08 20:34:58 +02:00
l10n daemon script
9fd53c75fa
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-07-07 06:57:28 +02:00
l10n daemon script
f6f2d7c784
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-07-07 05:15:57 +02:00
Anmol Gautam
9877833d15
Created QML API to register external QtQbject
2018-07-06 18:59:53 +05:30
Laurent Montel
db10e175f0
Add more QSL + nullptr
2018-07-06 08:20:47 +02:00
Laurent Montel
07b4dd4f6e
Add sime QLS + nullptr
2018-07-05 13:58:00 +02:00
Anmol Gautam
501f3137ce
changed parent from 0 to nullptr in QmlPluginInterface::showSettings
2018-07-05 12:17:26 +05:30
Anmol Gautam
9f6bd308cc
Added documentation for i18n and UserScript QML API
2018-07-05 12:15:14 +05:30
Anmol Gautam
68ba798597
Added autotests for UserScript API
2018-07-03 21:30:55 +05:30
Anmol Gautam
d01609cb05
Created UserScript API
2018-07-03 19:47:46 +05:30
l10n daemon script
0a744919e5
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-07-03 07:10:33 +02:00
l10n daemon script
06020d9615
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-07-03 05:28:07 +02:00
Anmol Gautam
1a4d53fb4c
Improved i18n API for QML plugins
2018-07-01 19:52:34 +05:30
Anmol Gautam
39a79b8c88
Added documentation for qml events
2018-06-30 15:36:25 +05:30
Anmol Gautam
91a88e4cd3
modified helloqml plugin
2018-06-30 07:34:31 +05:30
Anmol Gautam
f42049eb12
enable icon from theme in qml plugins
2018-06-30 07:27:52 +05:30
Anmol Gautam
18ebbc2ade
converted invokables to properties in qml events
2018-06-30 01:50:08 +05:30
Anmol Gautam
8339ac9278
Moved logic of BrowserAction & SideBar from QmlPluginInterface
2018-06-29 23:26:03 +05:30
Anmol Gautam
7d0141af41
Added i18n to QML Plugins
2018-06-29 03:23:18 +05:30
Christopher Chavez
60b7cbd9b6
Fix location of Info.plist file for macOS build
...
Differential Revision: https://phabricator.kde.org/D13736
2018-06-27 17:41:44 +02:00
Anmol Gautam
84ad4b016a
Created acceptNavigationRequest in QmlPluginInterface
2018-06-27 19:28:00 +05:30
Anmol Gautam
2523d5b074
Added mouse, key & wheel events to QML Plugins
2018-06-27 02:08:44 +05:30
l10n daemon script
3bc9e66596
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-06-26 07:19:13 +02:00
l10n daemon script
034365355a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-06-26 05:38:12 +02:00
Anmol Gautam
37820520df
Added more gui to HelloQml plugin & fix qmlmenu and webhittest deletion
2018-06-24 02:03:31 +05:30
Anmol Gautam
2e1e0c77ee
Added documentation for Settings API
2018-06-24 00:25:29 +05:30
Anmol Gautam
c8a1bad5af
Added more methods to QmlWebHitTest
2018-06-24 00:15:18 +05:30
Anmol Gautam
236732d95b
Added documentation for Menus API
2018-06-23 23:51:29 +05:30