Commit graph

8 commits

Author SHA1 Message Date
d21d9fdb95
Switch to built-in png loader
Since tk8.6 the ability to load png files has been built in, so libtk-img
(or tkpng) is not needed at all.
2022-06-25 09:05:12 -05:00
Sebastian Kuzminsky
304ace43d3 Merge remote-tracking branch 'origin/2.7'
Conflicts:
	docs/man/man1/halstreamer.1
	lib/python/gladevcp/combi_dro.py
	src/emc/motion/command.c
	src/emc/task/emccanon.cc
	src/emc/usr_intf/emcrsh.cc
	src/emc/usr_intf/gmoccapy/getiniinfo.py
	src/hal/components/biquad.comp
	src/hal/components/orient.comp
	src/hal/components/streamer.c
2018-01-22 10:32:44 -07:00
Sebastian Kuzminsky
3241f6dbf1 fix specifed/specified typos all over 2018-01-21 14:49:14 -07:00
Lubomir Rintel
a63ec765cb all: update FSF address in GPL 2.0 notices
If you write to 59 Temple Place you're unlikely to get a response.
Let's realign the address with a more up-to-date one from [1].

  [1] https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

This is purely a cosmetic change, doesn't affect the meaning of the
license. Done to make rpmlint happy.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
2017-09-15 13:06:22 +02:00
Dewey Garrett
fd9fecdb82 scripts/moveoff_gui,hal-histogram: add note
regarding obtaining value for HALLIB_DIR for applications
not using linuxcnc script

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2015-08-01 11:30:03 -07:00
Dewey Garrett
bc20bf9260 hal-histogram: minor display improvements
+ use %.3g to handle large numbers better
+ improve is_int test for values in e format
+ eliminate redundant Update button (use Restart)
+ clear all displays at restart

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2015-03-19 20:50:42 -07:00
Dewey Garrett
1ba2efab12 hal-histogram: guard for startup race
on loadrt detection for multiple near-simultaneous startups
also:
  guard for delf messages on exit
  update help text for pintypes supported

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2015-02-23 20:57:20 -07:00
Dewey Garrett
2a4702d227 hal-histogram: histogram utility for hal pins
includes demo: configs/sim/axis/histogram_demo.ini

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2015-02-22 08:16:43 -07:00