Filippo Scognamiglio
2261af17d7
Restore legacy Connection slots. Restore compilation on Qt 5.12.
2022-01-12 21:08:58 +01:00
Filippo Scognamiglio
7b69d41c60
Remove slow burn-in effect.
2022-01-08 22:32:42 +01:00
Filippo Scognamiglio
28977313da
UI/UX fixes for OSX version.
2022-01-03 18:43:07 +01:00
Filippo Scognamiglio
4abbe332db
Improve terminal frame and expose frame size setting.
2021-07-15 23:20:42 +02:00
Filippo Scognamiglio
701cb540e5
Improve QML syntax and update license headers.
2021-06-30 22:49:03 +02:00
Filippo Scognamiglio
dae1a56691
Migrate from QtQuick.Controls 1.x to QtQuick.Controls 2.x. Updated QMLTermWidget submodule.
2021-06-30 08:33:31 +02:00
Kristian
9960b25dff
Add support for blinking cursor
2019-07-08 15:21:17 +02:00
Filippo Scognamiglio
ff3f02fb8c
Improve highdpi support.
2019-01-09 19:26:02 +01:00
Filippo Scognamiglio
0af2b20b3a
Settings optin for old burinin version. It seems to be working better on osx.
2019-01-09 19:01:11 +01:00
Filippo Scognamiglio
06afe507f6
Change the way margin is used. This slightly improves quality.
2018-12-17 19:09:19 +01:00
Filippo Scognamiglio
b5f39c1d53
Force integer values for new margins.
2018-12-17 00:10:26 +01:00
Filippo Scognamiglio
0d3c0a2233
Allow screen margin customization.
2018-12-16 22:30:03 +01:00
Filippo Scognamiglio
555783af4c
First implementation of imageless frame.
2018-11-30 00:57:59 +01:00
Filippo Scognamiglio
b8e3cd5d64
Limit screen curvature effect.
2018-11-23 22:35:48 +01:00
Filippo Scognamiglio
dead1197bd
Hide by default menubar on linux.
2018-11-23 22:00:28 +01:00
Filippo Scognamiglio
92e82c203f
Important burn-in optimization. It is much lighter on resources.
2018-11-07 22:42:29 +01:00
Filippo Scognamiglio
c091a90cea
Slight improvements to burnin and rgb shift effects.
2018-10-22 23:30:17 +02:00
Filippo Scognamiglio
e4c014c1a8
Initial support for system monospace fonts.
2018-10-22 00:17:49 +02:00
Vincent Wong
cc57fbdcd5
Profile-bound custom commands now execute
...
Rather than starting ksession right away, PreprocessedTerminal now waits
for ApplicationSettings to finish loading custom command settings from
storage. If a custom command is specified, PreprocessedTerminal will
tokenize it and pass it onto ksession as a shell program similar to the
-e option. If both a -e command and a custom command is specified, the
-e version overrides the custom command.
2016-03-21 12:55:09 -07:00
Filippo Scognamiglio
28d92dc68b
Remove default precision on non ES platforms.
2015-01-28 11:14:42 +01:00
Martin Sekera
f1a6c0fcee
Fix: added missing default precision directives in fragment shaders
2015-01-27 23:48:05 +01:00
Filippo Scognamiglio
32f7923652
Fix: use arrow cursor when terminal application uses mouse.
2015-01-19 18:20:23 +01:00
Filippo Scognamiglio
a7bab660e9
Improved burnin. This is a very important optimizatoin for mesa linux machines.
2015-01-19 17:31:37 +01:00
Filippo Scognamiglio
a24cbbcc93
Burnin is now subtractive. Better looking and more predictable.
2015-01-06 01:35:35 +01:00
Filippo Scognamiglio
859adf966a
Use IBeamCursor instead of normal arrow.
2015-01-05 22:01:14 +01:00
Filippo Scognamiglio
c6716e1b1a
Fix: texture quality and burnin sliders now have effect on image quality when low res fornts are used.
2015-01-02 12:09:25 +01:00
Filippo Scognamiglio
3e7ac0d87d
Optimize burn-in effect when low res font is used. We can actually use a much lower-res accumulator too.
2014-12-31 14:36:53 +01:00
Filippo Scognamiglio
a6952251de
Make the upscaled fonts really upscaled. (Faster expecially at high resolutions).
2014-12-31 13:46:03 +01:00
Filippo Scognamiglio
bc441116e2
Enable terminal smoothing when rasterization is not used.
2014-12-26 23:16:31 +01:00
Filippo Scognamiglio
b1139a3911
Fix: tiny tiny fixes.
2014-12-26 00:44:32 +01:00
Filippo Scognamiglio
4d3c16fabc
Refactoting: change names in settings, and using camelCase for settings name.
2014-12-23 18:13:34 +01:00
Filippo Scognamiglio
9d5896b62c
Improvement: allow arguments to be passed to the process launched with the terminal.
2014-12-23 17:07:10 +01:00
Filippo Scognamiglio
23a1033787
Refactor: different platforms contextual menus.
2014-12-23 14:02:46 +01:00
Filippo Scognamiglio
dc8061a0a4
Fix: disable antialiasing when rasterization is enabled.
2014-12-22 23:07:08 +01:00
Filippo Scognamiglio
6c1c17445a
Fix: fix OSX context menu issues. Split the context menus into two different components.
2014-12-22 21:44:45 +01:00
Filippo Scognamiglio
17f37b48e7
Fix: autologin the shell under OSX.
2014-12-21 16:19:23 +01:00
Filippo Scognamiglio
c06b3db71e
Fix: missing scrollbar margins caused some clamping on the texture border.
2014-12-20 18:46:20 +01:00
Filippo Scognamiglio
ebbaec762d
Refactoring: avoid manually defined bindings in font changed handler.
2014-12-20 18:46:20 +01:00
Filippo Scognamiglio
df76d83d4b
Improved frames. They are now faster, better looking, and more customizable. Also added a workaround for segementation faults when changing them.
2014-12-20 18:46:05 +01:00
Filippo Scognamiglio
ce5658a205
Fix: tweak blur values.
2014-12-15 22:03:09 +01:00
Filippo Scognamiglio
26d5c56cd0
Optimizations: motion blur is better, and quality is now customizable. Default value is 50%. which is again a good compromise.
2014-12-15 02:35:13 +01:00
Filippo Scognamiglio
37317136ed
Fix: Bloom radius needed a dependency on window scaling.
2014-12-14 21:17:40 +01:00
Filippo Scognamiglio
4ce7b0cadf
Removed scanline quality settings. Was quite useless and confusing.
2014-12-14 19:13:19 +01:00
Filippo Scognamiglio
b9afcec3cf
Improve static noise by using pregenerated image instead of the shader we used before.
2014-12-13 01:44:26 +01:00
Filippo Scognamiglio
c58f85c6ac
Fix: cursor was chopped when linespacing was used.
2014-12-12 02:20:11 +01:00
Filippo Scognamiglio
94131a24ad
Improvement: all fonts now have a custom default width, this allows to have more uniform sizes across fonts and different rasterizations. Small tweaks in font sizes.
2014-12-12 01:38:32 +01:00
Filippo Scognamiglio
30cc2a5e9c
Refactor: texture scaling is now slightly better organized.
2014-12-12 00:59:23 +01:00
Filippo Scognamiglio
85d637e62e
Fix: undefined reference after refactoring.
2014-12-11 13:50:52 +01:00
Filippo Scognamiglio
7b7eba1c7c
Refactoring: rename shadersettings in appSettings.
2014-12-11 12:08:15 +01:00
Filippo Scognamiglio
0daf33c36f
Refactor: simplify main terminal.
2014-12-11 11:31:23 +01:00