Gwang O Lee
1c64e7c7c5
add "Close the current terminal" key binding
...
Summary:
First, you must delete the '~/.config/terminology/config/standard/base.cfg'.
Key : Ctrl + Shift + End
Reviewers: huchi, seoz, billiob
Reviewed By: billiob
Subscribers: seoz
Differential Revision: https://phab.enlightenment.org/D1404
9 years ago
Gwang O Lee
9a6e54dc03
i18n: Korean desktop setting inital draft
...
Reviewers: huchi, seoz
Reviewed By: seoz
Subscribers: seoz, DarkCircle
Differential Revision: https://phab.enlightenment.org/D1406
9 years ago
Boris Faure
89b8a2f4de
update translations
9 years ago
Boris Faure
91a0254dc6
fixed keyboard scrolling
9 years ago
Kai Huuhko
0d754439a5
Fix last commit by moving the closing parenthesis away from line comment
...
I'm redirecting all spankies to billiob for the bad patch
9 years ago
Kai Huuhko
4fc3fd2326
Move a closing tag to correct position in about dialog contents
9 years ago
Boris Faure
ae24098f73
fix dnd with media with spaces. Closes T1586
...
The path is url encoded without the prefix "file:".
9 years ago
Boris Faure
6bdf1aa644
update po
9 years ago
Boris Faure
bd31879114
group actions to improve the configuration screen
9 years ago
Boris Faure
772843d568
add ui to configure key bindings
9 years ago
Boris Faure
57b06067a8
load key bindings from config
9 years ago
Boris Faure
57393188c7
update documentation on key shortcuts
9 years ago
Boris Faure
c839959a51
have all the default shortcuts in the hash map
9 years ago
Boris Faure
2f9532d28c
store keybindings in a hash map
9 years ago
Carsten Haitzler
eab93284b7
update po's
9 years ago
Gwang O Lee
a6653a9c80
update pot & ko.po file.
...
Summary:
Portable Object Template and ko.po update.
(some fix - options_keys.c)
Reviewers: seoz, huchi, billiob
Reviewed By: billiob
Subscribers: ryuan.choi, billiob, seoz, DarkCircle
Differential Revision: https://phab.enlightenment.org/D1377
9 years ago
Boris Faure
a482eda31a
fix miniview not showing up
9 years ago
Boris Faure
34979f1ce4
get rid of Eina_Bool in bitfields
9 years ago
Gwang O Lee
97825eddee
request for review of the translation.
...
Reviewers: huchi, seoz
Subscribers: DarkCircle, seoz, huchi
Differential Revision: https://phab.enlightenment.org/D1364
9 years ago
Wonguk Jeong
f06c9f52a3
Revert "options: color picker added"
...
it makes option color ugly. I will put picker again after figure it out
This reverts commit a25b27e232
.
9 years ago
Wonguk Jeong
a25b27e232
options: color picker added
...
Fixes T1032
9 years ago
Wonguk Jeong
8b2a3aa838
media: audio visualize by default
9 years ago
Boris Faure
bcd3699a9d
fix shift-F1..4. Closes T1564.
9 years ago
Boris Faure
1ef2fbb8a3
refactor keys handling in termio: move to keyin, 2nd round!
9 years ago
Carsten Haitzler
117d9e7840
Revert "refactor keys handling in termio: move to keyin"
...
this breaks emacs and jed totally - ctrl+space to do selection blocks
is gone! :(
This reverts commit 9215f941e9
.
9 years ago
Boris Faure
9215f941e9
refactor keys handling in termio: move to keyin
9 years ago
Wonguk Jeong
31df543ec6
options: remove unused global variable
9 years ago
Wonguk Jeong
bce172cc87
media: audio visualization support (phase 1)
...
support audio visualization for typop, tycat
This is just first phase with hard coded type (EMOTION_VIS_LIBVISUAL_INFINITE)
TODO:
1. configurable visualizing type in option
2. hide visualizing option if it is not supported.
(it's currently supported with "gstreamer" engine)
9 years ago
Boris Faure
1f68d2836b
make terminology compile with efl 1.8
9 years ago
Boris Faure
4b425b9054
constify key_down event in termio
9 years ago
Boris Faure
901807fc09
also remove debugwhite
9 years ago
Boris Faure
ed3bc87316
try to reorganize termio.c
9 years ago
Boris Faure
19734613d1
get rid of mirror stuff, it is not used
9 years ago
Wonguk Jeong
80caa24ab6
utils: clarify error message
9 years ago
Wonguk Jeong
a49265e609
media: fix inaccessible media control problem in typop
...
Fixes T1545
9 years ago
Wonguk Jeong
23ee76e572
media: raise media control above selection event obj
...
Fixes T1454
9 years ago
Carsten Haitzler
4fe0c07254
add : to word separators
9 years ago
Carsten Haitzler
5ddd6dfa63
tycat and tylsd - dont init system modules in ecore. not neeeded
9 years ago
Boris Faure
6c50375f26
Party time! be able to set foreground color
...
Reset is not yet implemented for that…
Idea is from http://www.reddit.com/r/linux/comments/2ds0he/xterm_party/
9 years ago
godfath3r
93e2d73a87
options_keys: update shift+Up/Down for -1/+1 line scroll
...
Reviewers: billiob
Differential Revision: https://phab.enlightenment.org/D1339
9 years ago
godfath3r
277acdc9b5
miniview: fix a bug when mv is open and you open a new tab.
...
Summary:
Before the fix, the previous tabs miniview stayed faultly
visible for the new tab.
Reviewers: billiob
Reviewed By: billiob
Differential Revision: https://phab.enlightenment.org/D1338
9 years ago
Boris Faure
5dfb63a14a
handle queries on some xterm escape codes
9 years ago
Boris Faure
61050bd7cc
clean up xterm escape codes handling
9 years ago
Boris Faure
fa88d971b1
remvove links when content change underneath
9 years ago
godfath3r
6e82dff4e0
termio: add Shift + Up/Down shortcut for +1/-1 line scroll navigation
...
Reviewers: billiob
Differential Revision: https://phab.enlightenment.org/D1336
9 years ago
godfath3r
31da027aef
miniview: scroll position indicator when jump on change isn't checked.
...
Summary:
Fix indicators position when your are at some place in scrollback
and terminal outputs some new lines (say from a running command). It
now scrolls to where it should be.
Reviewers: billiob
Differential Revision: https://phab.enlightenment.org/D1335
9 years ago
Carsten Haitzler
149d23d484
re-fix wrodsep to work again and not segv
9 years ago
Carsten Haitzler
cd0bfa5d0c
fix segv on word set search
9 years ago
Boris Faure
d7ec90aefa
make themes compile with efl 1.7
9 years ago
Boris Faure
eb347e9585
elm_slider_step_set was only introduced in elm 1.8
9 years ago