1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-03-13 22:28:39 +00:00

Commit Graph

  • 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
  • 4b5827cb3e Use window title from session. Fixes #167 Santtu Lakkala 2014-10-27 09:28:27 +02:00
  • 08ade0eb6f Fix regression: copy and paste were not working anymore. Filippo Scognamiglio 2014-10-13 22:53:26 +02:00
  • e4f89f0486 Add missing command in osx build function. Filippo Scognamiglio 2014-10-13 14:45:34 +02:00
  • b2709aef6f Merge pull request #161 from jekader/debian-packaging Filippo Scognamiglio 2014-10-13 13:39:56 +02:00
  • 3bf385b317 added missing Debian dependencies Jeka Der 2014-10-12 18:14:33 +02:00
  • bebfdfa267 Merge pull request #158 from KAMiKAZOW/patch-2 Filippo Scognamiglio 2014-10-12 11:06:58 +02:00
  • e3e7d12ff8 Update cool-retro-term.spec KAMiKAZOW 2014-10-12 05:16:22 +02:00
  • 90546e49e8 Initial (already working) implementation of json profile import/export. ioprofiles Filippo Scognamiglio 2014-10-11 18:43:50 +02:00
  • 058bafe033 Finally added new shiny icon. Filippo Scognamiglio 2014-10-11 14:54:41 +02:00
  • 2dd4e0d841 Update README.md with OSX build instructions and donations link. Filippo Scognamiglio 2014-10-11 13:20:23 +02:00
  • d603d9d54a Merge pull request #156 from jekader/debian-packaging Filippo Scognamiglio 2014-10-11 01:37:54 +02:00
  • 568d278871 Merge pull request #155 from darkpioneer/master Filippo Scognamiglio 2014-10-11 01:29:31 +02:00
  • 438c50d775 Texture quality is actually working. (And also quite useful for high-dpi screens). Filippo Scognamiglio 2014-10-11 01:24:20 +02:00
  • 8c08f63881 fixing lintian warnings Jeka Der 2014-10-10 22:12:37 +02:00
  • 71020e40a5 Update main.qml darkpioneer 2014-10-10 20:54:30 +01:00
  • 413a32f33f debian packaging, initial commit Jeka Der 2014-10-10 21:38:01 +02:00
  • e6a3b74c28 Merge 8c83b14cc645b44403ef6a1a7263779c449973cd into d4ca781e9079c2cc023251af8ca9697d407b5a7e Arsen Tufankjian 2014-10-10 14:07:40 +00:00
  • d4ca781e90 Merge pull request #154 from Swordfish90/improveosx Filippo Scognamiglio 2014-10-10 16:07:06 +02:00
  • 539a5ed74f Add missing arguments when -i and -l when starting under OSX. Thanks to sirgatez. Filippo Scognamiglio 2014-10-10 15:43:38 +02:00
  • 093cead312 Fixed a couple of UI issues under osx. Filippo Scognamiglio 2014-10-10 15:12:28 +02:00
  • c57ef45ce6 Add QML import directory for buldle. Filippo Scognamiglio 2014-10-10 14:39:42 +02:00
  • 8232543abc Merge pull request #152 from mikeu/master Filippo Scognamiglio 2014-10-10 00:46:29 +02:00
  • 29ec02b65e Add --fullscreen command line parameter. Fix some mistakes in --help. Filippo Scognamiglio 2014-10-10 00:40:31 +02:00
  • 0e765e427b Patch incorrect #elif directives to #else directives Michael Underwood 2014-10-09 16:05:34 -06:00
  • 1cbedb41d9 Merge pull request #150 from ttohin/feature/osx-build Filippo Scognamiglio 2014-10-09 22:20:44 +02:00
  • a78231eac5 Build for mac os without significant changes of master's code (insead of osx branch). A bit later I can provide signed binary build for osx. Anton Simakov 2014-10-09 21:27:26 +04:00
  • 9bd0ca74b6 Removed useless flag in main.qml. Filippo Scognamiglio 2014-10-07 21:50:02 +02:00
  • 800bbd359b Merge pull request #146 from gvy/master Filippo Scognamiglio 2014-10-06 15:29:00 +02:00
  • 10cc27e7cf drop dummy banana method Michael Shigorin 2014-10-06 13:44:33 +04:00
  • 383059c222 Added a shell script for Ubuntu. mafagafogigante 2014-10-04 12:50:11 -03:00
  • 9deeb5e405 Merge pull request #137 from Swordfish90/unstable Filippo Scognamiglio 2014-10-04 16:36:30 +02:00
  • 614793ecd0 Added --workdir and --program flags. Filippo Scognamiglio 2014-10-04 16:21:17 +02:00
  • a9ed10573b Plugin: export shell program to QML. Filippo Scognamiglio 2014-10-04 15:26:09 +02:00
  • 15a951288d Imported initial directory implementation from terminal-app. Filippo Scognamiglio 2014-10-04 15:01:50 +02:00
  • f15440c3c3 Provide a fallback if samplers in vertex shader are not supported. Filippo Scognamiglio 2014-10-04 14:09:49 +02:00
  • dab4b13bfd Adding command line parameters to reset the default settings and to change the initial profile. Filippo Scognamiglio 2014-10-04 00:43:15 +02:00
  • 462831ca66 Merge pull request #134 from sschueller/patch-1 osx Filippo Scognamiglio 2014-10-02 22:14:00 +02:00
  • 273ac3d126 Update README.md Stefan Schüller 2014-10-02 13:35:20 +02:00
  • f8db912f5f Merge pull request #131 from Swordfish90/2yscanlines Filippo Scognamiglio 2014-09-30 14:45:56 +00:00
  • 5cfee38329 Bloom effect is now updated manually as the others. Filippo Scognamiglio 2014-09-30 16:33:22 +02:00
  • 466fea495d Setting asynchronous in loaders. Filippo Scognamiglio 2014-09-30 16:21:56 +02:00
  • ba77e21817 Bloom quality is now customizable in performance tab. Filippo Scognamiglio 2014-09-30 00:57:57 +02:00
  • cc72a28ee3 Updating sources when font settings are changed. Filippo Scognamiglio 2014-09-30 00:10:14 +02:00
  • e815fe2787 Setting scaling stepSize to 0.05 instead of 0.1. Refactored scaling handling. Filippo Scognamiglio 2014-09-29 22:38:33 +02:00
  • 2ff6c71c23 Adding adjustable scanline quality. Textures are now always smoothed. Terminal texture is now scaled (by integer factors) depending on the scaling level. Filippo Scognamiglio 2014-09-29 21:26:41 +02:00
  • 1dd633be0b Reorganize settings window. Filippo Scognamiglio 2014-09-29 02:00:54 +02:00
  • d885f27e0b Font width is now stored and loaded. Profiles have been updated. Filippo Scognamiglio 2014-09-29 01:41:43 +02:00
  • a08c738a65 Font width is customizable. Introducing non squared pixels resolutions. Filippo Scognamiglio 2014-09-28 18:23:14 +02:00
  • 14ab8942af Merge pull request #130 from gmmeyer/master Filippo Scognamiglio 2014-09-28 10:44:58 +02:00
  • 9caae00db9 adds compiled files to the gitignore Greg Meyer 2014-09-28 02:47:34 -04:00
  • 8c83b14cc6 Fixed screenshots to be more consistant and show off usage a bit better ArsenDarkwind 2014-09-24 13:37:05 -04:00
  • 7faf96368d Updated the README.md with some more up to date screenshots showing off some of the settings and at different resolutions too. ArsenDarkwind 2014-09-24 00:16:22 -04:00
  • 4b87b6e5d6 Fix: update terminal image on resize and font change. Filippo Scognamiglio 2014-09-23 10:45:48 +02:00
  • 1febce3775 Add menubar in context menu when the application menubar is hidden. Filippo Scognamiglio 2014-09-20 02:26:21 +02:00
  • d2b677a0e2 Adding profiles menu. Filippo Scognamiglio 2014-09-20 00:19:05 +02:00