Duncan Ferguson
a70803e1fc
Start reworking Tk into a module
2017-03-07 22:19:19 +00:00
Duncan Ferguson
4266c2a06e
Allow terminal positioning algorithm to be configurable
...
Previous change "Take into account WM decorations when tiling (Github pull
request #66 ) (thanks to Andrew Stevenson)" has caused problems on some
systems but improved tiling on others, so make the algorithm configurable
to use the original one (default) or the new style.
To be revisited when all the window handling code is moved into a separate
module
2017-03-07 22:01:27 +00:00
Duncan Ferguson
b9a42101f1
Update for when next release is done
2017-03-04 18:42:47 +00:00
Duncan Ferguson
60d67f911b
Fix for perltidy tests
2017-03-04 18:36:44 +00:00
Duncan Ferguson
196d7b79bf
Fix for tests againsst 'debug' and 'dump' options
2017-03-04 18:34:02 +00:00
Duncan Ferguson
0fb0ba10c2
Fix more problems with debugging
2017-03-04 11:36:27 +00:00
Duncan Ferguson
be418fa0d0
Correct option used
2017-03-04 11:11:35 +00:00
Duncan Ferguson
bc7805ca4c
Update copyright year
2017-03-04 11:05:20 +00:00
Duncan Ferguson
4f93b8fa3e
Further fix to debugging
...
Using the wrong sub to check what level of debugging was in use
2017-03-04 09:18:48 +00:00
Duncan Ferguson
7981edecca
Fix 'remoteuser@' on reopening closed sessions
...
Was due to using the wrong attribute from a connection when reopening
Github issue #72
2017-03-04 09:06:25 +00:00
Duncan Ferguson
41fe0714b5
Fix a logic bug around --debug option handling
...
the Base.pm debug method was being overridden within Getopt.pm when all
command line options are turned into accessors. Since this is done on the
fly there is no compiler warning generated for it.
Also renamed a method in base from 'output' to 'stdout_output' as two objects
had the same method name - Getopt::output and Base::output
2017-03-03 22:52:32 +00:00
Duncan Ferguson
4fe7b00713
Add perl 5.24 to Travis-CI config
2016-10-18 21:37:22 +01:00
Duncan Ferguson
469897d4c5
Prep for next version
2016-10-18 21:35:53 +01:00
Duncan Ferguson
9f6c000592
Release 4.08
2016-10-18 21:27:31 +01:00
Duncan Ferguson
29762f2868
Make a normal release, not a dev one
2016-10-18 21:24:23 +01:00
Duncan Ferguson
067bab1894
Add in 'unique_servers' into the config file
...
This was missed previously and should have been there
Github issue #70
2016-10-18 21:23:15 +01:00
Duncan Ferguson
142d4ddd66
Merge branch 'master' of github.com:duncs/clusterssh
2016-09-07 09:26:09 +01:00
Duncan Ferguson
7974687cfb
Option to hide console menubar
...
Add option in the config file to hide the menu (Github issue #69 )
2016-09-07 09:25:44 +01:00
Duncan Ferguson
7822d337f7
Fix typo in docs
2016-09-07 09:11:41 +01:00
Duncan Ferguson
54a0a086eb
Merge pull request #67 from eserte/master
...
fix skip condition
2016-08-05 13:08:01 +01:00
Slaven Rezic
ab1dde0e8c
fix skip condition
2016-07-24 11:50:16 +02:00
Duncan Ferguson
3467c5191d
Record puill reuqest from Github #66
2016-07-23 10:59:14 +01:00
Duncan Ferguson
95d7bfbdce
Merge branch 'master' of github.com:duncs/clusterssh
2016-07-23 10:54:41 +01:00
Duncan Ferguson
eb586e1281
Show env vars when running tests in verbose mode
2016-07-23 10:54:27 +01:00
Duncan Ferguson
d3b8bc0b0e
Merge pull request #66 from cqexbesd/tiling
...
Take into account WM decorations when tiling
2016-07-23 10:49:48 +01:00
Andrew
63b83a176c
perltidy fixes
2016-07-12 14:03:37 +02:00
Andrew
b7b7ca70ac
Take into account WM decorations when tiling
...
Not all window managers support this but they won't be any worse
off than they are now.
2016-07-12 13:59:25 +02:00
Duncan Ferguson
64b414bdbe
Update to remove completed tasks
2016-06-18 13:39:42 +01:00
Duncan Ferguson
c83e9e785f
Use perltidy
2016-05-01 09:45:41 +01:00
Duncan Ferguson
3002314e92
Record last few changes
2016-05-01 09:25:55 +01:00
Duncan Ferguson
b72b748eff
Fix build and test on perl-5.8.9
2016-05-01 09:24:14 +01:00
Duncan Ferguson
d41c2b0400
Find fake xterm on systems without it
2016-05-01 09:17:32 +01:00
Duncan Ferguson
55c91fe991
Add older versions of perl for testing
2016-05-01 09:11:38 +01:00
Duncan Ferguson
ed829083c2
Amend version for next round of work
2016-04-30 13:57:34 +01:00
Duncan Ferguson
ede9868d55
Release 4.07
2016-04-30 11:38:22 +01:00
Duncan Ferguson
9cbd28546a
Fix email rule
2016-04-30 11:36:57 +01:00
Duncan Ferguson
08adb3766b
Fix File::Glob::bsd_glob use on 5.14.4
...
Perl 5.14.4 did not export bsd_glob - you have to call it from the module explitly. This makes the code more backwards compatible with perl versions.
2016-04-30 10:22:06 +01:00
Duncan Ferguson
33fa9b9911
Document Range module methods
2016-04-30 09:06:16 +01:00
Duncan Ferguson
0ecf12256d
Fix some tests
2016-04-29 18:40:55 +01:00
Duncan Ferguson
8b8a692b6c
Rework hostname expansion
...
Didn't like relying on the bash shell for expansions - instead recoded it to be pure-perl so it is more cross-platform.
Github issue #53
2016-04-29 18:33:50 +01:00
Duncan Ferguson
08d7fead03
Include travis-ci link in release emails
2016-04-08 21:27:45 +01:00
Duncan Ferguson
00c4766e20
Perltidy after changes
2016-04-08 21:24:22 +01:00
Duncan Ferguson
bce8c79f10
Fix config not being set correctly
2016-04-08 21:17:52 +01:00
Duncan Ferguson
454f30978d
Fixed tests on systems where bash is not /bin/bash
...
Some systems, such as BSD, have bash stored in /usr/local/bin
Remove the assumption that bash is /bin/bash
Github issue #60
2016-04-08 21:00:20 +01:00
Duncan Ferguson
754a7137b6
Release 4.0.6
2016-03-26 08:50:48 +00:00
Duncan Ferguson
e5622cda99
Update Changes for recent pull requests
2016-03-26 08:46:14 +00:00
Duncan Ferguson
596ef164d3
Another 'xterm' test fix
2016-03-26 08:27:43 +00:00
Duncan Ferguson
658a36b7e6
Update MANIFEST
...
Include entry for:
- Travis CI configuration file
- File required for configuration tests looking for xterm
2016-03-26 08:22:44 +00:00
Duncan Ferguson
3b22f44680
Fix tests on Travis CI via Github
...
The Travis CI test systems do not have xterm installed; in the specific test that needs it, add in a path to a 'fake' xterm to allow it to be found
2016-03-26 08:18:48 +00:00
Duncan Ferguson
69c8480eb9
Initial Travis config file for CI
2016-03-21 21:02:37 +00:00