Andy Stewart
|
bec77e1462
|
Add 'call_emacs' interface: python call elisp method and wait return result.
|
6 years ago |
zsxh
|
6b43dcfafb
|
map <return> to Qt.Key_Return
|
6 years ago |
Andy Stewart
|
45cbb1df20
|
Add x in all keybinding for close buffer.
|
6 years ago |
zsxh
|
091dc4251a
|
add <backspace> support
|
6 years ago |
Andy Stewart
|
766d690682
|
Add select_left_tab and select_right_tab commands.
|
6 years ago |
Andy Stewart
|
b6d572acb7
|
Simple qt_key_dict code.
|
6 years ago |
Andy Stewart
|
ac51bbf822
|
Try rename pdf file with web page title after download finish.
|
6 years ago |
Mingde (Matthew) Zeng
|
ce918f6239
|
Support EAF send input message yes-or-no-p
|
6 years ago |
Andy Stewart
|
6975e07210
|
Add eaf-toggle-fullscreen command.
|
6 years ago |
Andy Stewart
|
165f43b7c7
|
Default EAF app follow current theme mode (light or dark)
|
6 years ago |
Andy Stewart
|
abf0c081b3
|
Make EAF support <C-return>
|
6 years ago |
Andy Stewart
|
d66e864a0e
|
Move module_path in Buffer
|
6 years ago |
Andy Stewart
|
2819866c1f
|
Revert "Pass module_path to Buffer."
This reverts commit 2894c4a24f.
|
6 years ago |
Andy Stewart
|
2894c4a24f
|
Pass module_path to Buffer.
|
6 years ago |
Andy Stewart
|
12c39d860a
|
Make dark mode perfect.
|
6 years ago |
Andy Stewart
|
8cf4a6f24c
|
Add new command: toggle_device.
|
6 years ago |
Andy Stewart
|
189dce5c11
|
1. We need delete QWebEnginePage manual, otherwise QtWebEngineProcess won't quit.
2. Refactroy destory interface of core/Buffer.py
|
6 years ago |
Andy Stewart
|
0d63e5804f
|
Need pass topic to minibuffer when change node topic.
|
6 years ago |
Andy Stewart
|
78e9cbc445
|
Relayout mindmap when window resize.
|
6 years ago |
Mingde (Matthew) Zeng
|
1f14e7a0ee
|
Update eaf--buffer-url after navigation
|
6 years ago |
Andy Stewart
|
ed39127abc
|
1. Make fake_key_sequence support multiple modifiers.
2. Make C-c C-c pass C-c cancel command to terminal.
3. Add C-S-c and C-S-v
|
6 years ago |
Andy Stewart
|
c935a40278
|
Fix #235 : use eaf-send-key-sequence send key sequence to terminal.
|
6 years ago |
Andy Stewart
|
7489310adc
|
Add insert_or_save_as_bookmark command in browser.
|
6 years ago |
Andy Stewart
|
cccbfed4ca
|
Use build_widget_method and build_browser_method to remove duplicate code.
|
6 years ago |
Andy Stewart
|
244bd91d90
|
Add recover_prev_close_page in browser.
|
6 years ago |
Andy Stewart
|
48ac69255a
|
Refactory, EAF widget should use self.buffer.foo to call `foo` method
that define in buffer (AppBuffer).
|
6 years ago |
Andy Stewart
|
9811129372
|
Add eaf-browser-scroll-behavior option.
|
6 years ago |
Andy Stewart
|
a3002955bb
|
Add eval_js_file command in browser: JS script easy to test.
|
6 years ago |
luhuaei
|
271314ce34
|
Fix: don't input Chinese or Unicode char.
|
6 years ago |
Andy Stewart
|
d9c0a03eec
|
Browser: add new commands, insert_or_goto_left_tab and insert_or_goto_right_tab
|
6 years ago |
Andy Stewart
|
a69bc76568
|
Finish feature open browser in background.
|
6 years ago |
Andy Stewart
|
1ef1bbb56a
|
Refacotry signal name for create new command open_url_in_background_tab.
|
6 years ago |
Andy Stewart
|
17fd59a6ee
|
Brower: add new commands.
|
6 years ago |
Andy Stewart
|
27976bd1d2
|
Pass emacs_var_dict to Buffer.
|
6 years ago |
Matthew Mingde Zeng
|
fcc5256344
|
Fix tab and backtab bug
|
6 years ago |
Matthew Mingde Zeng
|
26af7a3d56
|
Remove unused imports, fix dup condition and dup declarations
|
6 years ago |
Matthew Mingde Zeng
|
fc9f750f8d
|
Modify subscribe message
|
6 years ago |
Andy Stewart
|
dffc588306
|
Add add_subscription function, rss reader is incomplete.
|
6 years ago |
Matthew Mingde Zeng
|
6da3820799
|
Support <delete> key
|
6 years ago |
Matthew
|
c10ab03646
|
Introduce eaf-keyboard-quit, replacing Emacs keyboard-quit
This will be needed for PDF and also another upcoming PR
|
6 years ago |
Andy Stewart
|
b8cb6cb0ff
|
Clean mark/jump links after user cancel input.
|
6 years ago |
Matthew
|
d4627fd717
|
Generalize get_bookmark into get_url with eaf-get-path-or-url
|
6 years ago |
Matthew
|
6a72164c52
|
Recognize most symbol keys on modern keyboard
|
6 years ago |
Clemens Radermacher
|
ac8572af5b
|
Return string from get_bookmark to implement dbus API
|
6 years ago |
Clemens Radermacher
|
f4d759eee6
|
Use new python dbus call interface
|
6 years ago |
Andy Stewart
|
465c3f3ec4
|
Define call_function interface.
|
6 years ago |
Clemens Radermacher
|
e159f4c1ea
|
Use set_bookmark on python side
|
6 years ago |
Andy Stewart
|
dd647100ad
|
Support exclamation mark on Python side.
|
6 years ago |
Andy Stewart
|
ba8df8ab70
|
Fix #103 , add eval_in_emacs signal.
|
6 years ago |
Andy Stewart
|
2b7fed5732
|
Fix #101 , add set_emacs_var interface use for pass data from Python to Elisp
|
6 years ago |