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

197 Commits

Author SHA1 Message Date
Filippo Scognamiglio
462831ca66 Merge pull request #134 from sschueller/patch-1
Update README.md
2014-10-02 22:14:00 +02:00
Stefan Schüller
273ac3d126 Update README.md 2014-10-02 13:35:20 +02:00
Filippo Scognamiglio
4a7e23f024 Merge pull request #65 from e1senh0rn/osx
Various OSX fixes.
2014-08-04 18:00:08 +02:00
Dmitry Shaposhnik
84e0feb626 Add OS X build instructions to README 2014-08-04 08:39:42 -05:00
Dmitry Shaposhnik
906e981449 Add 'imports' to gitignore 2014-08-04 08:39:36 -05:00
Dmitry Shaposhnik
d887842bdc Do not list 'app' in project subdirs 2014-08-04 08:31:48 -05:00
Dmitry Shaposhnik
ed701b0ac6 Remove auto-generated makefile 2014-08-04 08:28:51 -05:00
Filippo Scognamiglio
e9e3732b26 Merge pull request #58 from guitorri/osx-headers
fix compilation errors, OSX 10.6-10.9
2014-08-03 15:22:26 +02:00
Guilherme Brondani Torri
2f11060364 fix compilation errors, OSX 10.6-10.9
* add missing headers
* https://github.com/Swordifish90/cool-old-term/issues/12
2014-08-02 18:16:50 +02:00
Filippo Scognamiglio
d3d1407ca7 Remove dummy signal. Shame on me. 2014-08-01 18:09:36 +02:00
Filippo Scognamiglio
5586c36efe Fix missing sources in konsole-qml-plugin.pro. 2014-08-01 14:09:48 +02:00
Filippo Scognamiglio
4064a38998 Merge branch 'master' of https://github.com/aacalfa/cool-old-term into osx 2014-08-01 14:03:46 +02:00
aacalfa
5978a0de70 Reorganizing last commit. Changes to kpty.cpp were moved to file utmpmac.cpp. Thus I modified .pro
file to add this new file utmpmac to be compiled. I have put both .cpp and .h files inside a macro
so that they are only considered when building from a mac. Same with include from kpty.cpp.
2014-07-31 22:28:12 -03:00
Filippo Scognamiglio
3d5ee0ec70 Disabled mono channel textures which were unsupported on some systems. 2014-08-01 00:36:19 +02:00
Filippo Scognamiglio
42d8bacc6d It is now possible to add the menubar. 2014-08-01 00:09:18 +02:00
Filippo Scognamiglio
24d8bf382d Merge pull request #48 from kiwistrongis/master
added fedora dependencies and compile instructions to README.md
2014-07-31 22:29:10 +02:00
Filippo Scognamiglio
12f430e910 Merge pull request #50 from AYastrebov/master
Added Qt files to gitignore
2014-07-31 22:25:50 +02:00
Andrey Yastrebov
9fb7e72f81 - gitignore update 2014-07-31 23:46:40 +04:00
kiwistrongis
52831fee6c added fedora dependencies and compile instructions to readme 2014-07-31 14:40:06 -04:00
aacalfa
9d7efad798 Reverting PreprocessedTerminal.qml to be used in pull request. 2014-07-31 14:25:23 -03:00
Filippo Scognamiglio
61b733ba78 Fix #41: TERM env variable is now set by the plugin. 2014-07-31 19:24:16 +02:00
Filippo Scognamiglio
623dc9e76b Merge pull request #45 from alexdantas/edit-readme
Small changes on the `README`
2014-07-31 19:03:13 +02:00
aacalfa
d063e888a3 Another workaround to solve blur problem. 2014-07-31 12:16:43 -03:00
aacalfa
c612a1d586 Workaround to work for MacOS X. 2014-07-31 11:55:52 -03:00
Alexandre Dantas
807e63c5be Small change on README
Made sure to separate the different phases of the building process.

Also, added bash syntax highlighting to the build block.
2014-07-31 09:05:28 -03:00
Alexandre Dantas
fbd8ddf2d3 Change the appearance of README
It makes sure not to keep much of a visual strain on specific distro instructions
2014-07-31 09:01:46 -03:00
Filippo Scognamiglio
39f48022ad Fixed problems with relative paths. 2014-07-30 18:32:02 +02:00
Filippo Scognamiglio
209a122c46 Shell path is not hardcoded anymore but retrieved by /bin/bash 2014-07-30 18:14:42 +02:00
Filippo Scognamiglio
2e63dcaecf Merge pull request #32 from viljoviitanen/add-licence-files
Add licence files
2014-07-30 12:08:07 +02:00
Filippo Scognamiglio
482bdb19d9 Merge pull request #34 from bh/master
Added Arch AUR install instructions to README.md
2014-07-30 12:05:02 +02:00
Filippo Scognamiglio
e9f65ac0a4 Merge pull request #31 from JIghtuse/master
Add Debian build dependencies to README.md
2014-07-30 12:02:47 +02:00
Benjamin Hedrich
3e909cd688 Update README.md
Add installation docu via AUR
2014-07-30 11:18:29 +02:00
Viljo Viitanen
8f423b99cc Create gpl-3.0.txt 2014-07-30 09:35:26 +03:00
Viljo Viitanen
c673cad6e6 Create gpl-2.0.txt 2014-07-30 09:33:09 +03:00
Boris Egorov
7e4d1903ec Add Debian build dependencies
Debian Jessie has slightly different package names than Ubuntu.
2014-07-30 10:40:29 +07:00
Filippo Scognamiglio
c2fca955c4 Added about dialog. 2014-07-27 18:00:18 +02:00
Filippo Scognamiglio
cb0e94a6e2 Fix: motion blur depends quadratically on fps and not linearly. 2014-07-26 15:12:38 +02:00
Filippo Scognamiglio
1ca30accf2 Some fixes in the settings. 2014-07-16 00:38:16 +02:00
Filippo Scognamiglio
239a1e0a30 Finally we can set opacity! Yuuuuu. 2014-07-14 02:23:22 +02:00
Filippo Scognamiglio
b9de57aec1 Added menu entries and shortcuts to increase and decrease font sizes. 2014-07-14 00:53:17 +02:00
Filippo Scognamiglio
a96f8ec220 Some cleanups. 2014-07-12 01:51:53 +02:00
Filippo Scognamiglio
009f2dd998 Improved README.md 2014-07-11 02:16:10 +02:00
Filippo Scognamiglio
d1a5f2a774 Bloom is applied after rasterization instead of before. 2014-07-11 01:20:14 +02:00
Filippo Scognamiglio
7b84ae2794 Removed modality of settings window. 2014-07-11 00:43:20 +02:00
Filippo Scognamiglio
cbdf73d713 Merge branch 'unstable' 2014-07-11 00:40:22 +02:00
Filippo Scognamiglio
7dead18a56 Frames now follow the window scaling. 2014-07-11 00:39:50 +02:00
Filippo Scognamiglio
17615a9f14 Fix #10: implicit cast in shader. 2014-07-09 19:15:56 +02:00
Filippo Scognamiglio
ef3303134d Edge borders are now slightly smoother. 2014-07-09 01:33:05 +02:00
Filippo Scognamiglio
8ec688f1d9 Fixed a couple of Qt 5.3 problems. 2014-07-07 01:42:17 +02:00
Filippo Scognamiglio
85c7d8ea97 Removed mouse use since is not working, removed some prints and avoid passing mousemove events if the left button is not pressed. 2014-07-07 00:38:08 +02:00