Commit Graph

29 Commits

Author SHA1 Message Date
Carsten Haitzler 256059af6e move current options pane 1 level down and now its a controls pane
with copy, paste and options. copy & paste use clipboard, not primary.



SVN revision: 72755
2012-06-24 06:39:54 +00:00
Carsten Haitzler 45090c8f26 set terminology env var and add others for copyright.
SVN revision: 72742
2012-06-24 01:27:44 +00:00
Carsten Haitzler 2a2048d40f first cut visul bell and bewll handling with urgent enable while not
focued and bell goes off (optional). gfx can be much nicer - really
quick and dirty led img



SVN revision: 72718
2012-06-23 09:25:01 +00:00
Carsten Haitzler 26a88cd2dd fix exit code handling and propagate exit from pty->io->main
SVN revision: 72545
2012-06-20 14:12:26 +00:00
Gustavo Sverzut Barbieri 2cd2514538 utils/theme: unify code, error messages and allow fallback.
Introduced two nice helpers to aid common Edje handling:
 * apply theme, using fallback if main is not found;
 * reload theme if file changed.



SVN revision: 72490
2012-06-19 15:59:49 +00:00
Carsten Haitzler 561e86c6c8 fix warnings, adjust license to BSD in -L output.
SVN revision: 72407
2012-06-18 14:22:15 +00:00
Cedric BAIL fa397e90f6 terminology: reload theme when file change.
NOTE: use edje_watch to test the change to your own theme faster.


SVN revision: 72332
2012-06-18 02:56:58 +00:00
Gustavo Sverzut Barbieri 652df62d45 options infrastructure refactor.
There is no global config option anymore, we have option instances
that are set to the termio and media for future queries.

The idea is that we can later have different configuration per termio,
like multiple windows or tabs with different font size, background,
etc.

It's just a refactor. It would be better to define if things like
background is up to the whole terminal and then save to a different
config entry... or just save the global and copy it for next termio,
defining the other instances as 'temporary'. Anyway: policy to be defined.



SVN revision: 72315
2012-06-17 20:24:23 +00:00
Gustavo Sverzut Barbieri 03e58cbad2 fix cursor and fontpreview when theme is an absolute path.
SVN revision: 72308
2012-06-17 18:03:33 +00:00
Gustavo Sverzut Barbieri 3fe325aad5 reduce number of warnings with -Wall -Wextra.
there are still some shadow cases to be fixed and some parameters I've
left unused since it seems like a bug in the API or code.



SVN revision: 72302
2012-06-17 17:04:17 +00:00
Gustavo Sverzut Barbieri fec0f1e071 add logging for our sanity
SVN revision: 72300
2012-06-17 16:32:23 +00:00
Gustavo Sverzut Barbieri f7d8b9627d use getopt for our sanity.
It would be fine to review the options, particularly the short
options, to match common -t/--title, etc.



SVN revision: 72298
2012-06-17 16:03:46 +00:00
Carsten Haitzler a93b94e2fd update TODO and add tmp changes checkbox.
SVN revision: 72284
2012-06-17 09:43:47 +00:00
Carsten Haitzler 28be56ac42 more options sections -> translucent moved to video and now u can
select video engine and mute state in the gui.



SVN revision: 72282
2012-06-17 09:26:01 +00:00
Carsten Haitzler e5570a7a9f and the nuttiness comes. backroung images (still), animated gifs,
scalable bg's (svg, ps, pdf etc.) that re-render at new scales, edje
backgrounds and... ... .......

VIDEO WALLPAPERS. that's right folks. you can now play video.. IN the
background of your terminal... and it works.. even loops.. and plays
audio... :)



SVN revision: 72276
2012-06-17 07:10:27 +00:00
Carsten Haitzler 8edab21318 add -h/--help for vtorri
:)



SVN revision: 72272
2012-06-17 06:06:38 +00:00
Carsten Haitzler 546faa5e83 terminology does animated gif bg's now.
SVN revision: 72269
2012-06-17 05:41:02 +00:00
Carsten Haitzler 030397d1c0 cmd shoudl be static const
SVN revision: 72265
2012-06-17 04:11:07 +00:00
Carsten Haitzler c5ee45929b and lets move on to the... FUN!
SVN revision: 72264
2012-06-17 04:10:17 +00:00
Carsten Haitzler 8fa238e240 fix jump on change option to work.
SVN revision: 72257
2012-06-17 02:35:07 +00:00
Carsten Haitzler 2b75cba66b more config in gui plus translucency now works. even from gui. wordsep
and scrollback config wont save/change. need to do.



SVN revision: 72237
2012-06-16 14:00:00 +00:00
Carsten Haitzler 776e0b2e96 handle textgrid font size changes properly
save and load config now (font size/font changes stick now)



SVN revision: 72216
2012-06-16 06:28:39 +00:00
Carsten Haitzler 34aa491749 move optiosn to their own files now. cleaner.
SVN revision: 72088
2012-06-13 15:10:18 +00:00
Carsten Haitzler d4682b6daa show selected font in font selector
SVN revision: 72056
2012-06-13 01:09:20 +00:00
Jihoon Kim d27a42884b terminology: remove trailing whitespace
SVN revision: 72053
2012-06-13 00:26:00 +00:00
Carsten Haitzler 07dc14b946 much better sizing behavior ith font changing
SVN revision: 72039
2012-06-12 16:15:55 +00:00
Carsten Haitzler 752afd5e86 xx notes
SVN revision: 72028
2012-06-12 13:16:47 +00:00
Carsten Haitzler 0a02632ae8 add soem mroe bitmap fonts. note: must debug many of them with evas.
also add ARTWIZ.txt (not installed) AND.. options dialog for selecting
font and font size. :) nothing saved yet.



SVN revision: 72026
2012-06-12 13:08:09 +00:00
Carsten Haitzler 8b822a61d7 finally a terminal emulator for efl! sure - uses a lot of text
objects. need evas textgrid obj and more, but this marks a first
"usable" state for terminology. more needs doing like underline and
strikethrough support, blink support, visual bell, config panel etc.



SVN revision: 72007
2012-06-12 10:10:01 +00:00