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
3104abd4ad
Add subpixel rasterization.
2021-07-07 00:09:10 +02:00
Filippo Scognamiglio
7714f7b503
Improve rasterization rendering and add LCD rasterization (with subpixels).
2021-07-03 16:14:02 +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
8d7565ffc4
Disable blinking cursor by default
2019-07-20 16:51:10 +02:00
Kristian
9960b25dff
Add support for blinking cursor
2019-07-08 15:21:17 +02:00
Filippo Scognamiglio
f98fd5a7ad
Fix font slider misbehaving.
2019-01-17 22:23:54 +01:00
Filippo Scognamiglio
b961109623
Use a single version name.
2019-01-17 22:03:25 +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
0d3c0a2233
Allow screen margin customization.
2018-12-16 22:30:03 +01:00
Filippo Scognamiglio
44a63d4aaa
Change default curvature values.
2018-12-03 17:12:41 +01:00
Filippo Scognamiglio
fd2e5ce71e
Reduce default fps to 20. It looks good with new burnin and saves some gpu.
2018-12-03 16:06:48 +01:00
Filippo Scognamiglio
da6795f002
Use window scaling parameter for framebuffer size.
2018-12-03 12:43:40 +01:00
Filippo Scognamiglio
555783af4c
First implementation of imageless frame.
2018-11-30 00:57:59 +01:00
Filippo Scognamiglio
cdbe8d73f6
Bump version code.
2018-11-24 21:59:26 +01:00
Filippo Scognamiglio
38ae86f315
Custom command should be a setting not a profile.
2018-11-24 21:58:40 +01:00
Filippo Scognamiglio
100201d23c
Update defualt profiles.
2018-11-24 21:51:41 +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
cc7c13e17f
Handle database and profile upgrade for new versions.
2018-11-21 18:11:01 +01:00
Filippo Scognamiglio
04a64e1312
Revert "Handle db upgrades and prepare work for old profiles deprecation."
...
This reverts commit 6fb8ceb5010357cf1a8d2ae305305a793b3b33a8.
2018-11-21 18:01:49 +01:00
Filippo Scognamiglio
6fb8ceb501
Handle db upgrades and prepare work for old profiles deprecation.
2018-11-18 23:24:42 +01:00
Filippo Scognamiglio
d27e6569a0
Reduce default font size.
2018-11-17 23:17:36 +01:00
Filippo Scognamiglio
4e123d747a
Revert "Add subpixels rasterization and improve existing ones."
...
Use something similar to what we had before, avoiding heavy texture
fetches."
This reverts commit 293b05fec6cf6b5cbd8e2a689f7e82c40483c811.
2018-11-13 21:57:50 +01:00
Filippo Scognamiglio
293b05fec6
Add subpixels rasterization and improve existing ones.
2018-11-05 00:16:52 +01:00
Filippo Scognamiglio
e4c014c1a8
Initial support for system monospace fonts.
2018-10-22 00:17:49 +02:00
Filippo Scognamiglio
0be17716f5
Merge pull request #409 from haesbaert/master
...
Add a -T option that sets window title.
2018-02-25 11:53:42 +01:00
Lars Brinkhoff
e7aa72a7ab
Add a Knight TV profile.
2018-01-25 06:27:21 +01:00
Christiano Haesbaert
799ef63b81
Add a -T option that sets window title.
...
`cool-retro-term -T myretrosession` sets window name to 'myretrosession'
This is useful especially for people who rely on wmctrl to change windows, now I
can do `wmctrl -a myretrocession` to focus on cool-retro-term.
-T was chosen since it matches classic xterm(1) and other terminal emulators
2018-01-06 20:20:45 +01:00
Filippo Scognamiglio
b9d027291e
Bump version to 1.0.1.
2017-10-27 18:28:43 +02:00
Alex Spataru
b7f632077c
Use provided settings database
2016-08-06 13:43:04 -05: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
Vincent Wong
674097f672
Add new custom command settings in General
...
These custom commands are profile-specific
2016-03-21 12:48:18 -07:00
Filippo Scognamiglio
01f391dea3
Fix: wrong default font.
2015-01-24 19:11:54 +01:00
Filippo Scognamiglio
5b635abb38
Update README.md with new screenshots and bump version to 1.0.0.
2015-01-24 18:54:08 +01:00
Filippo Scognamiglio
2bc88768b6
Reduce minimum scaling value and fix aliasing issues with small fonts and rasterization.
2015-01-20 00:57:23 +01:00
Filippo Scognamiglio
166e1f40fe
Misc fixes in settings dialog.
2015-01-08 03:55:19 +01:00
Filippo Scognamiglio
4934d78cea
Fix font names and default profiles.
2015-01-02 21:46:59 +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
a63135045e
Bump terminal version and prepare for release.
2014-12-26 23:41:03 +01:00
Filippo Scognamiglio
e4c7ffe201
Fix: various small improvements.
2014-12-26 19:47:11 +01:00
Filippo Scognamiglio
a62645f0b7
Improve profiles management, redesign a bit the settings window.
2014-12-26 17:19:34 +01:00
Filippo Scognamiglio
88079a3ee4
Improvement: initial implementation of profiles json IO.
2014-12-26 02:54:38 +01:00
Filippo Scognamiglio
c7fbe591ba
Improvement: port profile selector to TableView.
2014-12-26 02:28:51 +01:00
Filippo Scognamiglio
b1139a3911
Fix: tiny tiny fixes.
2014-12-26 00:44:32 +01:00
Filippo Scognamiglio
f03fa29836
Improvement: index frames by name and not position.
2014-12-26 00:00:35 +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
7dcf98c395
Refactoring: port non visual components from Item to QtObject.
2014-12-23 00:49:33 +01:00