1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-18 20:20:45 +00:00

Commit Graph

  • cf404f980d Use already available shaderEffectSource and improve bloom look at low quality by limiting minimum radius. Filippo Scognamiglio 2015-01-05 21:47:42 +01:00
  • 6979abe96a Merge pull request #198 from Swordfish90/fix-color-dialog-2 Filippo Scognamiglio 2015-01-02 22:16:33 +01:00
  • c685cbd640 Merge pull request #197 from Swordfish90/add-pixelated-fonts Filippo Scognamiglio 2015-01-02 22:15:11 +01:00
  • 4934d78cea Fix font names and default profiles. add-pixelated-fonts Filippo Scognamiglio 2015-01-02 21:46:59 +01:00
  • c6716e1b1a Fix: texture quality and burnin sliders now have effect on image quality when low res fornts are used. Filippo Scognamiglio 2015-01-02 12:09:25 +01:00
  • cc1d77ea32 Fix: font names and order. Added compatible scanlines and pixels fonts. Filippo Scognamiglio 2014-12-31 16:40:30 +01:00
  • 3e7ac0d87d Optimize burn-in effect when low res font is used. We can actually use a much lower-res accumulator too. Filippo Scognamiglio 2014-12-31 14:36:53 +01:00
  • a6952251de Make the upscaled fonts really upscaled. (Faster expecially at high resolutions). Filippo Scognamiglio 2014-12-31 13:46:03 +01:00
  • d10bf29493 Fix bad behaving color dialog on some platforms. fix-color-dialog-2 Filippo Scognamiglio 2014-12-30 10:25:33 +01:00
  • f6fc65bffd Fix bad behavior of ColorButton and ColorDialog. fix-color-dialog Filippo Scognamiglio 2014-12-29 12:09:24 +01:00
  • 9364aa3536 Merge pull request #195 from Swordfish90/unstable v1.0.0-RC1 Filippo Scognamiglio 2014-12-26 23:43:50 +01:00
  • a63135045e Bump terminal version and prepare for release. Filippo Scognamiglio 2014-12-26 23:41:03 +01:00
  • bc441116e2 Enable terminal smoothing when rasterization is not used. Filippo Scognamiglio 2014-12-26 23:16:31 +01:00
  • 025ef61de1 Allow profiles with the same name. Filippo Scognamiglio 2014-12-26 19:57:03 +01:00
  • e4c7ffe201 Fix: various small improvements. Filippo Scognamiglio 2014-12-26 19:47:11 +01:00
  • 0264fbebcd Small adjustments in the settings dialog. Filippo Scognamiglio 2014-12-26 17:51:10 +01:00
  • 7dd61c89fc Fix: osx shortcuts. Filippo Scognamiglio 2014-12-26 17:36:03 +01:00
  • a62645f0b7 Improve profiles management, redesign a bit the settings window. Filippo Scognamiglio 2014-12-26 17:19:34 +01:00
  • 88079a3ee4 Improvement: initial implementation of profiles json IO. Filippo Scognamiglio 2014-12-26 02:54:38 +01:00
  • c7fbe591ba Improvement: port profile selector to TableView. Filippo Scognamiglio 2014-12-26 02:28:51 +01:00
  • b1139a3911 Fix: tiny tiny fixes. Filippo Scognamiglio 2014-12-26 00:44:32 +01:00
  • f03fa29836 Improvement: index frames by name and not position. Filippo Scognamiglio 2014-12-26 00:00:35 +01:00
  • 04a6365349 Fix: font was not updated when profile changed. Filippo Scognamiglio 2014-12-24 15:41:08 +01:00
  • 4d3c16fabc Refactoting: change names in settings, and using camelCase for settings name. Filippo Scognamiglio 2014-12-23 18:13:34 +01:00
  • 9d5896b62c Improvement: allow arguments to be passed to the process launched with the terminal. Filippo Scognamiglio 2014-12-23 17:07:10 +01:00
  • 23a1033787 Refactor: different platforms contextual menus. Filippo Scognamiglio 2014-12-23 14:02:46 +01:00
  • c35cb6cf45 Fix: horizontal sync should not go outside screen boundaries. Filippo Scognamiglio 2014-12-23 13:58:22 +01:00
  • e0708e519c Merge pull request #193 from Swordfish90/unstable Filippo Scognamiglio 2014-12-23 02:37:22 +01:00
  • 0935dda00b Fix: Make osx copy and paste shortcuts consistent with the system. Filippo Scognamiglio 2014-12-23 02:34:58 +01:00
  • 1119f774f9 Many many new fonts. Sripped out resource file of what was useless. Filippo Scognamiglio 2014-12-23 02:12:59 +01:00
  • 7dcf98c395 Refactoring: port non visual components from Item to QtObject. Filippo Scognamiglio 2014-12-23 00:49:33 +01:00
  • e5174fdb08 Workaround: workaround the margin in the menubar. Filippo Scognamiglio 2014-12-23 00:35:02 +01:00
  • 0594668387 Fix: clamp frame to black when outside texture boundaries. Filippo Scognamiglio 2014-12-23 00:16:03 +01:00
  • ebbb1f82fe Merge pull request #192 from Swordfish90/unstable Filippo Scognamiglio 2014-12-22 23:30:22 +01:00
  • dc8061a0a4 Fix: disable antialiasing when rasterization is enabled. Filippo Scognamiglio 2014-12-22 23:07:08 +01:00
  • 6c1c17445a Fix: fix OSX context menu issues. Split the context menus into two different components. Filippo Scognamiglio 2014-12-22 21:44:45 +01:00
  • 56d366116a Fix: Windows flags and raise behaviour. Also fix OSX quit issues. Filippo Scognamiglio 2014-12-22 20:50:17 +01:00
  • 1ed4d271c7 Fix: Issue between texture quality and the new frame. Filippo Scognamiglio 2014-12-22 02:34:58 +01:00
  • bd1098f373 Fix: sql had issues under OSX. Filippo Scognamiglio 2014-12-22 02:00:45 +01:00
  • 8ed9a33bcd Fix: send application quit event when qml engine is closed. Filippo Scognamiglio 2014-12-21 16:32:55 +01:00
  • 17f37b48e7 Fix: autologin the shell under OSX. Filippo Scognamiglio 2014-12-21 16:19:23 +01:00
  • 5ea8bec0cf Merge pull request #189 from robatron/patch-2 Filippo Scognamiglio 2014-12-20 18:57:31 +01:00
  • 2f94fa4e2f Merge pull request #190 from Swordfish90/unstable Filippo Scognamiglio 2014-12-20 18:56:32 +01:00
  • 6832b32741 Fix: screen curvature is now consistent across all screen sizes. Close #176. Filippo Scognamiglio 2014-12-20 18:33:31 +01:00
  • c06b3db71e Fix: missing scrollbar margins caused some clamping on the texture border. Filippo Scognamiglio 2014-12-17 01:18:28 +01:00
  • ebbaec762d Refactoring: avoid manually defined bindings in font changed handler. Filippo Scognamiglio 2014-12-17 01:37:48 +01:00
  • ebc2246901 Fix: issue when changing rasterization. Small cleanups. Filippo Scognamiglio 2014-12-20 18:05:30 +01:00
  • df76d83d4b Improved frames. They are now faster, better looking, and more customizable. Also added a workaround for segementation faults when changing them. Filippo Scognamiglio 2014-12-20 14:58:57 +01:00
  • 7b15677426 Enable shell syntax highlighting, specify pre-reqs Rob McGuire-Dale 2014-12-18 21:17:47 -08:00
  • 297201a75f Merge pull request #187 from Swordfish90/refactoring Filippo Scognamiglio 2014-12-16 01:50:40 +01:00
  • 0c0cdfdee1 Fix: update profiles to reflect new changes. Filippo Scognamiglio 2014-12-16 01:36:35 +01:00
  • 579194dd35 Fix: using font names instaed of indexes in settings. Filippo Scognamiglio 2014-12-16 01:22:46 +01:00
  • fa59bb06b1 Fix: Add static noise when horizontal distortion is activated. Filippo Scognamiglio 2014-12-15 22:24:57 +01:00
  • 38d4c5dd52 Fix: Improve a bit and fix visual issues with bloom. Filippo Scognamiglio 2014-12-15 22:18:22 +01:00
  • ce5658a205 Fix: tweak blur values. Filippo Scognamiglio 2014-12-15 22:03:09 +01:00
  • f9e68a6854 Fix: change workaround used to hide the menubar. This works with Qt 5.4 Filippo Scognamiglio 2014-12-15 11:56:40 +01:00
  • f4bd4fe69b Fix: bump plugin which fixes install issues with qmake. Filippo Scognamiglio 2014-12-15 11:21:30 +01:00
  • 26d5c56cd0 Optimizations: motion blur is better, and quality is now customizable. Default value is 50%. which is again a good compromise. Filippo Scognamiglio 2014-12-15 02:35:13 +01:00
  • 9fc73468a2 Merge pull request #184 from Swordfish90/refactoring Filippo Scognamiglio 2014-12-14 21:27:41 +01:00
  • 37317136ed Fix: Bloom radius needed a dependency on window scaling. Filippo Scognamiglio 2014-12-14 21:17:40 +01:00
  • 4ce7b0cadf Removed scanline quality settings. Was quite useless and confusing. Filippo Scognamiglio 2014-12-14 19:13:19 +01:00
  • 29e8592582 Optimization: Allow finer bloom quality settings. Also set default value to 50%, good compromise between speed and quality. Filippo Scognamiglio 2014-12-14 18:53:37 +01:00
  • a088c2455e Fix: Window scaling was counted two times for bloom. Filippo Scognamiglio 2014-12-14 17:01:40 +01:00
  • dab16fb80a Fix: oops... Removed something that was actually useful. Filippo Scognamiglio 2014-12-14 12:02:40 +01:00
  • c9f918784c Move scanlines computations in main shader. This reduces GPU memory consumption, may improve performace and increases scanlines quality. Filippo Scognamiglio 2014-12-14 10:31:38 +01:00
  • 2876076cea Improvement: redesigned horizontal distortion effect. Filippo Scognamiglio 2014-12-14 09:44:23 +01:00
  • 08c53160a4 Merge pull request #183 from tgerczei/master Filippo Scognamiglio 2014-12-13 21:21:00 +01:00
  • 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. Filippo Scognamiglio 2014-12-13 16:53:45 +01:00
  • d3d153b9c0 Update README.md tgerczei 2014-12-13 08:16:36 +01:00
  • b9afcec3cf Improve static noise by using pregenerated image instead of the shader we used before. Filippo Scognamiglio 2014-12-13 01:44:26 +01:00
  • fd73afb66b Refactor: move some out of place functions. Filippo Scognamiglio 2014-12-12 21:31:19 +01:00
  • 64fb980ae4 Fix: improve profile and settings printing and disable it by default. Filippo Scognamiglio 2014-12-12 21:10:53 +01:00
  • c58f85c6ac Fix: cursor was chopped when linespacing was used. Filippo Scognamiglio 2014-12-12 02:20:11 +01:00
  • 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. Filippo Scognamiglio 2014-12-12 01:38:32 +01:00
  • 30cc2a5e9c Refactor: texture scaling is now slightly better organized. Filippo Scognamiglio 2014-12-12 00:59:23 +01:00
  • 6eb3e814fe Fix: remove unused font. Filippo Scognamiglio 2014-12-12 00:46:34 +01:00
  • e029978937 Bump plugin version. Fix: terminal plugin was not installed. Filippo Scognamiglio 2014-12-12 00:36:15 +01:00
  • 85d637e62e Fix: undefined reference after refactoring. Filippo Scognamiglio 2014-12-11 13:50:52 +01:00
  • dbdd7f3705 Fix: dialog sizes and positioning. Filippo Scognamiglio 2014-12-11 12:35:31 +01:00
  • 7b7eba1c7c Refactoring: rename shadersettings in appSettings. Filippo Scognamiglio 2014-12-11 12:08:15 +01:00
  • 0daf33c36f Refactor: simplify main terminal. Filippo Scognamiglio 2014-12-11 11:31:23 +01:00
  • 68a8d7d212 Refactor: extract all the other effects from main terminal. Filippo Scognamiglio 2014-12-11 10:40:14 +01:00
  • 9f943aa2d0 Refactor: extract noise and rasterization from terminal object. Filippo Scognamiglio 2014-12-11 10:07:53 +01:00
  • 6b9a2ed5d2 Refactor main and terminal container. Filippo Scognamiglio 2014-12-11 01:48:30 +01:00
  • dcb332b06f Use scale transformation instead of shadereffectsource. Faster when reducing quality. Filippo Scognamiglio 2014-12-11 01:20:51 +01:00
  • b9f2cc4300 Force shadereffect source visibility to off. Bump qmltermwidget plugin version. Filippo Scognamiglio 2014-12-11 00:52:09 +01:00
  • 48716f1c0e Merge pull request #182 from tgerczei/master Filippo Scognamiglio 2014-12-04 03:32:48 +01:00
  • 33c8c28899 Update README.md tgerczei 2014-12-03 14:06:48 +01:00
  • eb5968bdd2 Update README.md tgerczei 2014-12-03 13:47:37 +01:00
  • 16768cf10c Merge pull request #173 from Swordfish90/newnewplugin Filippo Scognamiglio 2014-11-13 00:24:00 +01:00
  • 789828e8b8 Bump plugin version. Filippo Scognamiglio 2014-11-13 00:16:20 +01:00
  • 4b57ee4e64 Removed old plugin. We'll miss you pal. Filippo Scognamiglio 2014-11-12 23:28:55 +01:00
  • b61c03630d Update README.md Filippo Scognamiglio 2014-11-12 23:27:38 +01:00
  • b3a4b7158e Added scrollbar. Filippo Scognamiglio 2014-11-12 23:14:48 +01:00
  • 28bb2e2adf Set default effects fps to 24 (the terminal is now updated at full speed). Filippo Scognamiglio 2014-11-11 15:19:03 +01:00
  • c575385ba3 Update plugin version. Filippo Scognamiglio 2014-11-11 15:08:21 +01:00
  • 45ef5ee000 Added lightly smoothed black frame around the screen. Filippo Scognamiglio 2014-11-11 14:51:24 +01:00
  • 5552bea525 Moving time manager in ShaderTerminal since it is only used there. Filippo Scognamiglio 2014-11-09 15:20:05 +01:00
  • 4f22704922 Using new plugin. This is ported by me from qtermwidget (konsole). Removing manual management of the signals to rely more on Qt implementations. Filippo Scognamiglio 2014-11-09 01:38:22 +01:00
  • e0660a699b Merge pull request #170 from inzanity/master Filippo Scognamiglio 2014-11-03 06:01:15 -05:00