Alex
bbe61e4443
update change log for a first upload (sponsoring)
...
how it should be for a first official Debian package
2017-02-28 17:18:57 +01:00
probonopd
b85aede966
Update .travis.yml
2017-02-25 01:27:19 +01:00
probonopd
c66ca6e44f
Update .travis.yml
2017-02-25 01:20:00 +01:00
probonopd
a192024fef
Update .travis.yml
2017-02-25 01:12:13 +01:00
probonopd
918df9098a
Update .travis.yml
2017-02-25 01:06:42 +01:00
probonopd
c9271bfa36
Update .travis.yml
2017-02-25 01:01:39 +01:00
probonopd
fa162c818b
Update .travis.yml
2017-02-25 00:56:00 +01:00
probonopd
ff976e3ec2
Update .travis.yml
2017-02-25 00:55:46 +01:00
probonopd
17c5651305
Update .travis.yml
2017-02-25 00:50:41 +01:00
probonopd
7c7b049ba1
Update .travis.yml
2017-02-25 00:49:16 +01:00
probonopd
0823fe8b3d
find /opt/qt58/ | grep QtGraphicalEffects
2017-02-19 21:43:34 +01:00
probonopd
e787fd0fb5
Update .travis.yml
2017-02-19 20:11:53 +01:00
probonopd
650497bff4
Debug why some qml imports do not get deployed
2017-02-19 18:45:29 +01:00
probonopd
2f25bd30b0
linuxdeployqt-3-x86_64.AppImage
2017-02-19 18:38:16 +01:00
probonopd
d58157a450
-qmldir=./app/qml/ -qmldir=./qmltermwidget/
2017-02-19 18:32:44 +01:00
probonopd
9d049bd041
Use linuxdeployqt-3-x86_64.AppImage
2017-02-19 18:24:35 +01:00
probonopd
988222b711
Upload to transfer.sh
2017-02-19 18:23:31 +01:00
probonopd
f42bd3036f
Install libgl1-mesa-dev
2017-02-19 18:08:53 +01:00
probonopd
297239fb5c
Install libgl-dev
2017-02-19 18:05:37 +01:00
probonopd
dbd46d44aa
Update .travis.yml
2017-02-19 18:01:29 +01:00
probonopd
254f4d6e92
Create .travis.yml
2017-02-19 17:56:57 +01:00
Filippo Scognamiglio
e48719fa44
Merge pull request #322 from rbanffy/master
...
Update 3270 terminal font
2017-02-01 12:14:26 +01:00
Filippo Scognamiglio
348e5a4e19
Merge pull request #326 from barak/tweaks
...
Minor tweaks, either fixes or tiny additions done while updating debian packaging
2017-02-01 12:13:48 +01:00
Barak A. Pearlmutter
8d28972323
Merge remote-tracking branch 'b0n541/master' into tweaks
2017-01-25 13:16:39 +00:00
Barak A. Pearlmutter
d74bd0a39b
version 1.0
2016-12-18 22:53:16 +00:00
Barak A. Pearlmutter
07307a6d8f
typo
2016-12-18 22:53:16 +00:00
Barak A. Pearlmutter
151fb6e58d
add --version, aka -v, command line option
2016-12-18 22:53:16 +00:00
Barak A. Pearlmutter
888ab49e44
add comment listing bugs in --help option output
2016-12-18 22:53:16 +00:00
Jan Schäfer
24dad37da7
Removed duplicated packages from Ubuntu 16.10
2016-12-06 04:44:47 +01:00
Jan Schäfer
eb6a41556d
Updated install of needed packages for Ubuntu 16.10
2016-12-06 04:11:50 +01:00
Ricardo Banffy
5534cc4457
Update 3270 terminal font
2016-11-26 20:21:41 +00:00
Filippo Scognamiglio
dde90fb5b7
Merge pull request #307 from alexmyczko/patch-2
...
Create manpage cool-retro-term.1
2016-08-30 18:12:43 +02:00
Filippo Scognamiglio
efb2f749aa
Merge pull request #306 from alexmyczko/patch-1
...
Create watch
2016-08-30 18:12:23 +02:00
Filippo Scognamiglio
fbee977166
Merge pull request #303 from alex-spataru/master
...
Remember window size automatically
2016-08-30 18:11:36 +02:00
Alex
9f012b8ac8
Create cool-retro-term.1
...
a manpage
2016-08-22 17:04:26 +02:00
Alex
9c3a157a84
Create watch
...
watch file to be used by uscan(1)
2016-08-22 17:01:55 +02:00
Alex Spataru
b7f632077c
Use provided settings database
2016-08-06 13:43:04 -05:00
Alex Spataru
bfab242344
Also save window position
2016-08-06 02:04:35 -05:00
Alex Spataru
6e54a96730
Save window size
2016-08-06 01:34:11 -05:00
Filippo Scognamiglio
69d35a749f
Merge pull request #282 from tgerczei/master
...
Updated README.md
2016-05-20 15:16:58 +02:00
Filippo Scognamiglio
4745702909
Merge pull request #284 from EaterOA/master
...
Add custom command support
2016-05-20 15:16:45 +02:00
Vincent Wong
e94801ee02
Fix issue with custom command not saving on exit
...
If the user directly closes the settings window without triggering the
custom command Textfield's onEditingFinished (via unfocus or pressing
enter), the custom command may not save. This change adds a listener to
the Textfield so that if the settings window closes, the change will
always be recorded.
2016-04-07 18:15:37 -07: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
Tamas Gerczei
472561c1b8
Switched the Gentoo overlay to a new, trustable certificate so no exception is necessary any longer
2016-03-13 21:42:13 +01:00
Filippo Scognamiglio
d345be2114
Merge pull request #280 from rbanffy/master
...
Update 3270 font to v1.2.11, with added glyphs
2016-03-13 15:36:22 +01:00
Filippo Scognamiglio
c505dfaa11
Remove Envy Code Font.
2016-03-13 15:33:40 +01:00
Ricardo Bánffy
1574d5ab4c
Update README
2016-02-29 21:30:54 +00:00
Ricardo Bánffy
0a24f497cc
Update 3270 font to v1.2.11, with added glyphs
2016-02-29 17:24:31 +00:00
Filippo Scognamiglio
9e629780ad
Merge pull request #274 from barak/master
...
Debian Packaging Updates
2016-02-20 13:08:31 +01:00