Commit Graph

1405 Commits

Author SHA1 Message Date
Wonguk Jeong fcd67ce7a2 options: chagne step of font size slider from 2 to 1
Fixes T1675
2014-09-22 17:25:03 +02:00
Boris Faure 671fe7967b generate tty_keys.h from xterm itself
Script gen_tty_keys.sh is heavily based on the script escapes.sh by Egmont
Koblinger.

Closes T1564
2014-09-21 23:46:49 +02:00
Alex-P. Natsios a61c349995 autotools: upgrade to a newer gettext version
Summary:
bumping this, should be rather safe to bump now plus we will be
consistent with the EFL we depend on.

Reviewers: billiob

Differential Revision: https://phab.enlightenment.org/D1467
2014-09-20 11:12:51 +02:00
Gwang O Lee 86002b6b12 Add "Miniview" and "Close Terminal" controls
Miniview button and icon are added.
Thank you!

Reviewers: seoz, raster, billiob

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D1442
2014-09-20 11:11:08 +02:00
Chris Michael 9879be313b terminology: Fix compile error if gettext & nls are not enabled
Summary: If we do not enable gettext & nls support, then LOCALEDIR is
undefined and thus terminology would not compile. Fix that by only
using LOCALEDIR if they are defined.

Break introduced with ad86a427e7

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-09-19 09:31:55 -04:00
Carsten Haitzler ad86a427e7 terminology - locale - use prefix found locale dir, not fixed compile 2014-09-18 21:52:21 +09:00
Carsten Haitzler 0284ec1180 prefix relocation - set up libdir and localedir to work best 2014-09-18 21:49:27 +09:00
Boris Faure b9a994c4bd fix compilation. I'm tired… 2014-09-15 23:30:48 +02:00
Boris Faure caed00cc1f fix segfault due to using isdigit with non unsigned char value. Closes T1625
Also rename _termpty_handle_seq() to termpty_handle_seq() since it's not static.
2014-09-15 23:10:55 +02:00
Boris Faure 2eb2b9646f fix segfault when OOM on the termpty_save module 2014-09-15 22:07:22 +02:00
Boris Faure 90c53f5974 fix CID 1238659: Dereference after null check (FORWARD_NULL) 2014-09-15 21:04:26 +02:00
Kai Huuhko 9fff679f97 mailmap: add my work alias 2014-09-15 14:51:11 +03:00
Wonguk Jeong 640ecd68a8 popmedia: prevent double deleting of media object
if stop button in media control had clicked, double deleting error message came out (tyq, typop)

@fix
2014-09-15 12:32:22 +02:00
Wonguk Jeong 6c8af4f82c media: fix replay on stop bug in tycat
even if stop button in media control has been clicked, media is not stopped but is replayed in tycat

Fixes T1560
2014-09-15 12:01:22 +02:00
Boris Faure f8429209bb add a Toolkit settings category to launch elementary_config. Closes T1492 2014-09-14 23:18:55 +02:00
Boris Faure 51555f9c35 fork can fail 2014-09-14 22:46:22 +02:00
Boris Faure c312797e4e font_set should be copied when forking the config
we don't want to change the font whenever the config is forked!
2014-09-14 22:29:25 +02:00
Boris Faure d53c4c5742 try to guess a scalable default font. Closes T1426 2014-09-14 17:30:30 +02:00
Boris Faure 6d4219137f try to handle OOM on "termpty_save" 2014-09-14 14:11:14 +02:00
Boris Faure 4617a8b6c3 no more than 128k lines of scrollback 2014-09-13 14:16:41 +02:00
Chris Michael 33c19c0bfb terminology: Fix formatting
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-09-11 08:24:45 -04:00
Chris Michael e4bf56d862 terminology: Remove blank line
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-09-11 08:23:38 -04:00
Chris Michael 4731d8d826 terminology: Don't declare 'action' variable unless we have gettext
and nls

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-09-11 08:23:12 -04:00
Chris Michael 10542a205f Revert "terminology: Remove unused variable"
This reverts commit e82dea1d27.

Oopsie, revert this one....my compiler apparently was lying to me :(
2014-09-11 08:20:53 -04:00
Chris Michael e82dea1d27 terminology: Remove unused variable
NB: _actions is not being used in the key_bindings_load function, so
remove the variable.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-09-11 07:53:34 -04:00
Chris Michael 6ed8e857a1 terminology: Remove unused variable
NB: _blocks is not being used anywhere in the termptysave file, so remove
the variable.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-09-11 07:49:21 -04:00
Carsten Haitzler 15b55d5eb7 Revert "do not crash when the scrollback mempool is OOM"
This reverts commit 815a357ad9.

this patch breaks paging and backscroll completely. just try less or
more - eg

man ls

then resize the window. :)
2014-09-10 16:57:32 +09:00
Boris Faure 815a357ad9 do not crash when the scrollback mempool is OOM 2014-09-08 21:28:26 +02:00
Boris Faure 527bd7358e scrollback_save: cleanup 2014-09-08 21:28:26 +02:00
Boris Faure f1cb4c85a9 fix scrollback option 2014-09-08 21:28:26 +02:00
Anisse Astier adb2d84042 Add debug messages 2014-09-08 21:28:26 +02:00
Kai Huuhko c84f4f8d92 l10n: Add Finnish translations 2014-09-07 20:33:45 +03:00
Boris Faure fd1e4ffd45 fix segfault when decoding buggy xterm sequence. cf T1625 2014-09-04 20:45:02 +02:00
Gwang O Lee a14652de13 update po: modify typo and corresponding to the D1404
Summary: update pot & po files.

Reviewers: huchi, billiob, seoz

Reviewed By: billiob, seoz

Subscribers: seoz, DarkCircle

Differential Revision: https://phab.enlightenment.org/D1405
2014-09-05 03:32:37 +09:00
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
2014-09-04 16:04:40 +02:00
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
2014-09-04 15:52:18 +02:00
Boris Faure 89b8a2f4de update translations 2014-09-03 21:00:28 +02:00
Boris Faure 91a0254dc6 fixed keyboard scrolling 2014-09-03 20:55:00 +02:00
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
2014-09-03 14:05:04 +03:00
Kai Huuhko 4fc3fd2326 Move a closing tag to correct position in about dialog contents 2014-09-03 13:24:46 +03:00
Boris Faure ae24098f73 fix dnd with media with spaces. Closes T1586
The path is url encoded without the prefix "file:".
2014-09-02 21:18:24 +02:00
Boris Faure 6bdf1aa644 update po 2014-09-02 20:43:52 +02:00
Boris Faure bd31879114 group actions to improve the configuration screen 2014-09-02 20:42:45 +02:00
Boris Faure 772843d568 add ui to configure key bindings 2014-09-02 20:42:45 +02:00
Boris Faure 57b06067a8 load key bindings from config 2014-09-02 20:42:45 +02:00
Boris Faure 57393188c7 update documentation on key shortcuts 2014-09-02 20:42:45 +02:00
Boris Faure c839959a51 have all the default shortcuts in the hash map 2014-09-02 20:42:45 +02:00
Boris Faure 2f9532d28c store keybindings in a hash map 2014-09-02 20:42:45 +02:00
Carsten Haitzler eab93284b7 update po's 2014-09-01 12:51:41 +09:00
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
2014-08-31 21:17:08 +02:00