Filippo Scognamiglio
ae0154935d
Changed plugin name to avoid future conflicts.
2014-09-03 00:47:00 +02:00
Filippo Scognamiglio
dd238755c9
App is now installable with sudo make install.
2014-09-02 23:58:58 +02:00
Filippo Scognamiglio
5e07c98919
Refactoring of build system and use of native executable instead of qmlscene.
2014-09-02 22:52:12 +02:00
Filippo Scognamiglio
98b2511660
Merge pull request #103 from Swordfish90/improvemouse
...
Improved mouse behavior. Enabled mouse support for applications.
2014-08-30 01:38:58 +02:00
Filippo Scognamiglio
2ecff6276c
Removed unuseful comments from TerminalDisplay.cpp
2014-08-30 01:22:39 +02:00
Filippo Scognamiglio
e8aee5412f
Merge pull request #101 from JIghtuse/master
...
Fix initialization oreder in TerminalDisplay
2014-08-30 00:59:25 +02:00
Filippo Scognamiglio
7fa48f6c5d
Merge pull request #102 from KAMiKAZOW/patch-7
...
Fix specfile serious bug: missing dependency
2014-08-30 00:58:04 +02:00
KAMiKAZOW
d81c120024
Fix specfile serious bug: qmlscene not installed
...
To run cool-old-term Qt5's qmlscene binary is required. The specfile, however, did not have QtDeclarative-devel as requirement specified.
I also made some adjustments to the BuildRequirements as "pkgconfig" is the recommended cross-distro way, hopefully enabling building cool-old-term under Mageia 5.
2014-08-29 23:31:37 +02:00
Boris Egorov
6a8cdbab4c
Fix initialization oreder in TerminalDisplay
...
Data members need to be initialized in the order they were declared in
the class definition. This commit fixes compiler warnings.
2014-08-30 01:20:47 +07:00
Filippo Scognamiglio
bde7ed901c
Context menu play nicely with application that needs mouse control. Enabling Ctrl+Wheel to control scaling.
2014-08-28 00:43:50 +02:00
Filippo Scognamiglio
f0aa9c423b
Fixed double click behavior.
2014-08-27 23:59:21 +02:00
Filippo Scognamiglio
8313b2a2fd
Fix mouse wheel behavior.
2014-08-27 23:42:45 +02:00
Filippo Scognamiglio
95dce399b5
Mouse use is now exposed to QML.
2014-08-27 23:14:57 +02:00
Filippo Scognamiglio
3eb836fd81
Allow applications to notify the terminal they use mouse.
2014-08-27 22:55:52 +02:00
Filippo Scognamiglio
a0bfe0f77f
Much improved mouse emulation.
2014-08-27 21:53:15 +02:00
Filippo Scognamiglio
765c41307f
Reimplementing mouse events.
2014-08-27 18:36:08 +02:00
Filippo Scognamiglio
46edda6d18
Fix: custom commands in keytab were ignored. Removed hardcoded key combinations.
2014-08-22 13:20:42 +02:00
Filippo Scognamiglio
09df72c3d2
Merge pull request #93 from yurivkhan/xterm-keytab
...
Xterm keytab
2014-08-21 11:29:09 +02:00
Yuri Khan
c305e32a47
Use xterm keytab
2014-08-20 17:48:50 +07:00
Yuri Khan
ad8818f811
Add xterm keytab
2014-08-20 17:48:43 +07:00
Yuri Khan
d3e1d9d158
Add a few more key names necessary for xterm keymap
2014-08-20 17:48:04 +07:00
Filippo Scognamiglio
f3e25d9c64
Merge pull request #89 from KAMiKAZOW/patch-5
...
Fix typo in README.md
2014-08-19 09:18:57 +02:00
KAMiKAZOW
d51e0cc32e
Update README.md
...
Rm word that I left by accident
2014-08-14 07:57:41 +02:00
Filippo Scognamiglio
1c5bf4d3a8
Merge pull request #87 from KAMiKAZOW/patch-4
...
Update cool-old-term.spec
2014-08-13 16:55:00 +02:00
Filippo Scognamiglio
edfa71d3ac
Merge pull request #86 from KAMiKAZOW/patch-3
...
Update README.md
2014-08-13 16:54:11 +02:00
KAMiKAZOW
9e47a366de
Update cool-old-term.spec
...
Fix "Group", change URL to Github project where cool-old-term actually resides.
2014-08-13 03:50:05 +02:00
KAMiKAZOW
0bc4e061d0
Update README.md
...
Point to binary packages (and fix a small typo by the way)
2014-08-13 03:43:01 +02:00
Filippo Scognamiglio
14ef4e2613
Fix 84 : changed script shell to /bin/sh.
2014-08-12 22:45:22 +02:00
Filippo Scognamiglio
93c8c0f21f
Revert to linux kb-scheme.
2014-08-12 22:44:21 +02:00
Filippo Scognamiglio
f6e3d518e4
Merge pull request #85 from 0-wiz-0/master
...
Fix NetBSD case with util.h.
2014-08-12 22:30:44 +02:00
Thomas Klausner
cad496b1fb
Fix NetBSD case.
...
NetBSD provides util.h, not libutil.
2014-08-12 22:23:29 +02:00
Filippo Scognamiglio
f7354e54dc
Fixing keytabs (thank you yurivkhan)!
2014-08-11 21:51:50 +02:00
Filippo Scognamiglio
d6288518c4
Added RGB shift effect.
2014-08-11 19:23:03 +02:00
Filippo Scognamiglio
abb485f828
Fixing checkable slider. It now behaves consistently and avoids binding loops.
2014-08-09 14:45:01 +02:00
Filippo Scognamiglio
1c97a08b8d
Coefficients are now all passed as uniforms. This saves many shaders compilations when playing with settings.
2014-08-08 22:57:51 +02:00
Filippo Scognamiglio
589ebdc73f
Merge branch 'master' of github.com:Swordifish90/cool-old-term
2014-08-08 15:12:43 +02:00
Filippo Scognamiglio
8b5da7535b
Fix: Build instructions were not clear enough.
2014-08-08 15:11:53 +02:00
Filippo Scognamiglio
3bad3122f0
Merge pull request #74 from KAMiKAZOW/patch-2
...
Create README.md for new ibm font.
2014-08-08 14:53:35 +02:00
KAMiKAZOW
3f672e6ef3
Create README.md
...
Add https://raw.githubusercontent.com/rbanffy/3270font/master/README.md
2014-08-07 17:58:11 +02:00
Filippo Scognamiglio
70e4e285d7
Merge pull request #71 from rbanffy/master
...
Added IBM 3278-like terminal font
2014-08-07 12:44:09 +02:00
Ricardo Bánffy
428887cb8a
Added IBM 3278-like terminal font (from https://github.com/rbanffy/3270font )
2014-08-07 00:13:59 -03:00
Filippo Scognamiglio
064e967810
Fix 61 . Removed Alt based combinations.
2014-08-07 00:33:40 +02:00
Filippo Scognamiglio
be0ccfa1ba
Changing close shortcut.
2014-08-07 00:30:08 +02:00
Filippo Scognamiglio
cf1fed9bec
Merge pull request #70 from Swordifish90/colorssupport
...
Add color support
2014-08-07 00:24:18 +02:00
Filippo Scognamiglio
307f640327
Capping saturation to 50%
2014-08-07 00:21:40 +02:00
Filippo Scognamiglio
40d34c2cca
Fix: colors play nicely with frames reflections now.
2014-08-07 00:18:44 +02:00
Filippo Scognamiglio
7f5a47f8a4
Use offline saturation color. Better and a little bit faster.
2014-08-06 19:07:30 +02:00
Filippo Scognamiglio
2494bc0522
Merge pull request #55 from KAMiKAZOW/patch-1
...
Create cool-old-term.spec for rpm distros.
2014-08-04 01:59:01 +02:00
Filippo Scognamiglio
b70ea57122
Merge branch 'master' of github.com:Swordifish90/cool-old-term
2014-08-04 01:50:34 +02:00
Filippo Scognamiglio
3d705f7178
Fix 28 : Save New Profile is clearer.
2014-08-04 01:49:48 +02:00