Filippo Scognamiglio
0c0cdfdee1
Fix: update profiles to reflect new changes.
2014-12-16 01:36:35 +01:00
Filippo Scognamiglio
579194dd35
Fix: using font names instaed of indexes in settings.
2014-12-16 01:22:46 +01:00
Filippo Scognamiglio
fa59bb06b1
Fix: Add static noise when horizontal distortion is activated.
2014-12-15 22:24:57 +01:00
Filippo Scognamiglio
38d4c5dd52
Fix: Improve a bit and fix visual issues with bloom.
2014-12-15 22:18:22 +01:00
Filippo Scognamiglio
ce5658a205
Fix: tweak blur values.
2014-12-15 22:03:09 +01:00
Filippo Scognamiglio
f9e68a6854
Fix: change workaround used to hide the menubar. This works with Qt 5.4
2014-12-15 11:56:40 +01:00
Filippo Scognamiglio
f4bd4fe69b
Fix: bump plugin which fixes install issues with qmake.
2014-12-15 11:21:30 +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
9fc73468a2
Merge pull request #184 from Swordfish90/refactoring
...
Many many fixes and optimizations. Texture scaling now dramatically improve performances, various shader optimizations, improved static noise and horizontal distortion and more...
2014-12-14 21:27:41 +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
29e8592582
Optimization: Allow finer bloom quality settings. Also set default value to 50%, good compromise between speed and quality.
2014-12-14 18:53:37 +01:00
Filippo Scognamiglio
a088c2455e
Fix: Window scaling was counted two times for bloom.
2014-12-14 17:01:40 +01:00
Filippo Scognamiglio
dab16fb80a
Fix: oops... Removed something that was actually useful.
2014-12-14 12:02:40 +01:00
Filippo Scognamiglio
c9f918784c
Move scanlines computations in main shader. This reduces GPU memory consumption, may improve performace and increases scanlines quality.
2014-12-14 10:32:43 +01:00
Filippo Scognamiglio
2876076cea
Improvement: redesigned horizontal distortion effect.
2014-12-14 09:44:23 +01:00
Filippo Scognamiglio
08c53160a4
Merge pull request #183 from tgerczei/master
...
Update README.md
2014-12-13 21:21:00 +01:00
Filippo Scognamiglio
6cabacbcc0
Optimization: new texture based way to draw the noise. It looks better. There is also a wiser use of textures which brings big performance improvements.
2014-12-13 16:53:45 +01:00
tgerczei
d3d153b9c0
Update README.md
...
layman syntax correction
2014-12-13 08:16:36 +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
fd73afb66b
Refactor: move some out of place functions.
2014-12-12 21:31:19 +01:00
Filippo Scognamiglio
64fb980ae4
Fix: improve profile and settings printing and disable it by default.
2014-12-12 21:10:53 +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
6eb3e814fe
Fix: remove unused font.
2014-12-12 00:46:34 +01:00
Filippo Scognamiglio
e029978937
Bump plugin version. Fix: terminal plugin was not installed.
2014-12-12 00:36:32 +01:00
Filippo Scognamiglio
85d637e62e
Fix: undefined reference after refactoring.
2014-12-11 13:50:52 +01:00
Filippo Scognamiglio
dbdd7f3705
Fix: dialog sizes and positioning.
2014-12-11 12:35:31 +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
Filippo Scognamiglio
68a8d7d212
Refactor: extract all the other effects from main terminal.
2014-12-11 10:40:14 +01:00
Filippo Scognamiglio
9f943aa2d0
Refactor: extract noise and rasterization from terminal object.
2014-12-11 10:07:53 +01:00
Filippo Scognamiglio
6b9a2ed5d2
Refactor main and terminal container.
2014-12-11 01:48:30 +01:00
Filippo Scognamiglio
dcb332b06f
Use scale transformation instead of shadereffectsource. Faster when reducing quality.
2014-12-11 01:20:51 +01:00
Filippo Scognamiglio
b9f2cc4300
Force shadereffect source visibility to off. Bump qmltermwidget plugin version.
2014-12-11 00:52:09 +01:00
Filippo Scognamiglio
48716f1c0e
Merge pull request #182 from tgerczei/master
...
Adding Gentoo install instructions.
2014-12-04 03:32:48 +01:00
tgerczei
33c8c28899
Update README.md
2014-12-03 14:06:48 +01:00
tgerczei
eb5968bdd2
Update README.md
...
Added instructions for Gentoo
2014-12-03 13:47:37 +01:00
Filippo Scognamiglio
16768cf10c
Merge pull request #173 from Swordfish90/newnewplugin
...
Move to new plugin. Fixes, performace optimizations and a new scrollbar added in the transition.
2014-11-13 00:24:00 +01:00
Filippo Scognamiglio
789828e8b8
Bump plugin version.
2014-11-13 00:16:20 +01:00
Filippo Scognamiglio
4b57ee4e64
Removed old plugin. We'll miss you pal.
2014-11-12 23:28:55 +01:00
Filippo Scognamiglio
b61c03630d
Update README.md
2014-11-12 23:27:38 +01:00
Filippo Scognamiglio
b3a4b7158e
Added scrollbar.
2014-11-12 23:14:48 +01:00
Filippo Scognamiglio
28bb2e2adf
Set default effects fps to 24 (the terminal is now updated at full speed).
2014-11-11 15:19:03 +01:00
Filippo Scognamiglio
c575385ba3
Update plugin version.
2014-11-11 15:08:21 +01:00
Filippo Scognamiglio
45ef5ee000
Added lightly smoothed black frame around the screen.
2014-11-11 14:51:24 +01:00
Filippo Scognamiglio
5552bea525
Moving time manager in ShaderTerminal since it is only used there.
2014-11-09 15:20:05 +01:00
Filippo Scognamiglio
4f22704922
Using new plugin. This is ported by me from qtermwidget (konsole). Removing manual management of the signals to rely more on Qt implementations.
2014-11-09 01:38:22 +01:00
Filippo Scognamiglio
e0660a699b
Merge pull request #170 from inzanity/master
...
Use window title from session. Fixes #167
2014-11-03 06:01:15 -05:00